summaryrefslogtreecommitdiff
path: root/src/cpu_map
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2018-12-17 16:24:32 +0100
committerJiri Denemark <jdenemar@redhat.com>2018-12-17 17:27:32 +0100
commiteb1b551d21e316c1e80aba0b2af6969fdd849f0c (patch)
tree5aea0e7c7e5dfcdc4bba8a523e8ac9e9fb6b1f86 /src/cpu_map
parent3f4914e03ceb9c5c110888e15f52b668e435d9cc (diff)
downloadlibvirt-eb1b551d21e316c1e80aba0b2af6969fdd849f0c.tar.gz
cpu: Add support for "stibp" x86_64 feature
QEMU commit v3.1.0-4-g0e89165829 KVM patch: https://lore.kernel.org/lkml/20181205191956.31480-1-ehabkost@redhat.com/ Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'src/cpu_map')
-rw-r--r--src/cpu_map/x86_features.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
index f835b02b02..59236456d6 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -323,6 +323,9 @@
<feature name='spec-ctrl'>
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x04000000'/>
</feature>
+ <feature name='stibp'>
+ <cpuid eax_in='0x07' ecx_in='0x00' edx='0x08000000'/>
+ </feature>
<feature name='ssbd'>
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x80000000'/>
</feature>