]> xenbits.xensource.com Git - libvirt.git/commitdiff
cpu_map: Add missing feature "stibp-always-on"
authorTim Wiederhake <twiederh@redhat.com>
Wed, 24 May 2023 07:32:10 +0000 (09:32 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Fri, 26 May 2023 06:43:21 +0000 (08:43 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/cpu_map/x86_features.xml

index ff591e83e245df5da13c87e839a67552045cbbb5..057dc1b055145dcc7f7aebb151503c399559da39 100644 (file)
   <feature name='amd-stibp'>
     <cpuid eax_in='0x80000008' ebx='0x00008000'/>
   </feature>
+  <feature name='stibp-always-on'>
+    <cpuid eax_in='0x80000008' ebx='0x00020000'/>
+  </feature>
   <feature name='amd-ssbd'>
     <cpuid eax_in='0x80000008' ebx='0x01000000'/>
   </feature>