[libvirt PATCH 04/15] cpu_map: Add missing feature "avx-ifma"

Tim Wiederhake posted 15 patches 1 year, 3 months ago
There is a newer version of this series
[libvirt PATCH 04/15] cpu_map: Add missing feature "avx-ifma"
Posted by Tim Wiederhake 1 year, 3 months ago
Signed-off-by: Tim Wiederhake <twiederh@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 69b13cb957..76ffd2d142 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -428,6 +428,9 @@
   <feature name='amx-fp16'>
     <cpuid eax_in='0x07' ecx_in='0x01' eax='0x00200000'/>
   </feature>
+  <feature name='avx-ifma'>
+    <cpuid eax_in='0x07' ecx_in='0x01' eax='0x00800000'/>
+  </feature>
 
   <!-- Processor Extended State Enumeration sub leaf 1 -->
   <feature name='xsaveopt'>
-- 
2.39.2