]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
x86: Data structure changes to support MSR based features
authorRobert Hoo <robert.hu@linux.intel.com>
Mon, 15 Oct 2018 04:47:24 +0000 (12:47 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 31 Oct 2018 00:14:43 +0000 (21:14 -0300)
commit07585923485952bf4cb7da563c9f91fecc85d09c
treea978db1ab33beacc3131b163dfed0b6e2a9015cd
parentf57bceb6ab5163ddd6c41ff4344ab8cf28a9c63d
x86: Data structure changes to support MSR based features

Add FeatureWordType indicator in struct FeatureWordInfo.
Change feature_word_info[] accordingly.
Change existing functions that refer to feature_word_info[] accordingly.

Signed-off-by: Robert Hoo <robert.hu@linux.intel.com>
Message-Id: <1539578845-37944-3-git-send-email-robert.hu@linux.intel.com>
[ehabkost: fixed hvf_enabled() case]
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c