]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Register properties for feature aliases manually
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 30 Sep 2016 18:49:41 +0000 (15:49 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 17 Oct 2016 17:44:49 +0000 (15:44 -0200)
commit16d2fcaa509b1ca56eb2fcd8fe877279cf65cccc
tree96c17f653d0ef059b0c6cc5051bb135844efd0c0
parentfc7dfd205f3287893c436d932a167bffa30579c8
target-i386: Register properties for feature aliases manually

Instead of keeping the aliases inside the feature name arrays and
require parsing the strings, just register alias properties
manually. This simplifies the code for property registration and
lookup.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c