diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2017-03-27 11:48:14 -0300 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2017-03-28 16:40:50 -0300 |
commit | a7b0ffacc125f06ef277a2afa54a52e7f22e11fe (patch) | |
tree | 586dd2c5f7b1bb703f3a3715687e491e2b717641 /target/i386/cpu.h | |
parent | df9046363220e57d45818312759b954c033c58ab (diff) | |
download | qemu-a7b0ffacc125f06ef277a2afa54a52e7f22e11fe.zip qemu-a7b0ffacc125f06ef277a2afa54a52e7f22e11fe.tar.gz qemu-a7b0ffacc125f06ef277a2afa54a52e7f22e11fe.tar.bz2 |
i386: Replace uint32_t* with FeatureWord on feature getter/setter
Instead of passing a pointer to the feature property getter and
setter functions, pass a FeatureWord enum so they can perform
other actions related to the feature flag.
This will be used to add a new "user_features" field to keep
track of features that were explicitly set by the user.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20170327144815.8043-2-ehabkost@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Tested-by: Jiri Denemark <jdenemar@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target/i386/cpu.h')
0 files changed, 0 insertions, 0 deletions