[libvirt PATCH 01/15] cpu_map: Add missing feature "amd-psfd"

Tim Wiederhake twiederh at redhat.com
Wed May 24 08:54:25 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 0c4d0ebdb3..a40262807a 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -633,6 +633,9 @@
   <feature name='amd-no-ssb'>
     <cpuid eax_in='0x80000008' ebx='0x04000000'/>
   </feature>
+  <feature name='amd-psfd'>
+    <cpuid eax_in='0x80000008' ebx='0x10000000'/>
+  </feature>
 
   <!-- SVM features -->
   <feature name='npt'>
-- 
2.39.2



More information about the libvir-list mailing list