commit | 38e5c119c2925812bd441450ab9e5e00fc79e662 | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Mon Mar 23 17:29:32 2015 -0300 |
committer | Eduardo Habkost <ehabkost@redhat.com> | Tue Jun 02 15:15:52 2015 -0300 |
tree | 28a3db7a35211da597857d5b75b4439f51c58c4a | |
parent | be9f8a08727e46c790adb8caa8a4525a1e8e9e73 [diff] |
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>