Signed-off-by: Tim Wiederhake <twiederh(a)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