]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIES
authorRobert Hoo <robert.hu@linux.intel.com>
Mon, 15 Oct 2018 04:47:25 +0000 (12:47 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 31 Oct 2018 00:14:43 +0000 (21:14 -0300)
commitd86f963694df27f11b3681ffd225c9362de1b634
treebc3657bbc56f2f732a116d463e0c0d107af4d2b7
parent07585923485952bf4cb7da563c9f91fecc85d09c
x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIES

Note RSBA is specially treated -- no matter host support it or not, qemu
pretends it is supported.

Signed-off-by: Robert Hoo <robert.hu@linux.intel.com>
Message-Id: <1539578845-37944-4-git-send-email-robert.hu@linux.intel.com>
[ehabkost: removed automatic enabling of RSBA]
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c
target/i386/cpu.h
target/i386/kvm.c