]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Register QOM properties for feature flags
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 23 Mar 2015 20:29:32 +0000 (17:29 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 2 Jun 2015 18:15:52 +0000 (15:15 -0300)
commit38e5c119c2925812bd441450ab9e5e00fc79e662
tree28a3db7a35211da597857d5b75b4439f51c58c4a
parentbe9f8a08727e46c790adb8caa8a4525a1e8e9e73
target-i386: Register QOM properties for feature flags

This uses the feature name arrays to register QOM properties for feature
flags. This simply adds properties that can be configured using -global,
but doesn't change x86_cpu_parse_featurestr() to use them yet.

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