[libvirt PATCH 14/15] cpu_map: Add missing feature "stibp-always-on"

Tim Wiederhake twiederh at redhat.com
Wed May 24 08:54:38 UTC 2023


Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
---
 src/cpu_map/x86_features.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
index ff591e83e2..057dc1b055 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -646,6 +646,9 @@
   <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>
-- 
2.39.2



More information about the libvir-list mailing list