[libvirt PATCH 02/12] cpu_map: Add missing feature "amx-complex"

Tim Wiederhake posted 12 patches 2 years, 3 months ago
[libvirt PATCH 02/12] cpu_map: Add missing feature "amx-complex"
Posted by Tim Wiederhake 2 years, 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 d136d78368..978b04e615 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -444,6 +444,9 @@
   <feature name='avx-ne-convert'>
     <cpuid eax_in='0x07' ecx_in='0x01' edx='0x00000020'/>
   </feature>
+  <feature name='amx-complex'>
+    <cpuid eax_in='0x07' ecx_in='0x01' edx='0x00000100'/>
+  </feature>
   <feature name='prefetchiti'>
     <cpuid eax_in='0x07' ecx_in='0x01' edx='0x00004000'/>
   </feature>
-- 
2.39.2
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org