[libvirt PATCH 05/15] cpu_map: Add missing feature "avx-ne-convert"

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


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

diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
index 76ffd2d142..01b07808d8 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -432,6 +432,10 @@
     <cpuid eax_in='0x07' ecx_in='0x01' eax='0x00800000'/>
   </feature>
 
+  <feature name='avx-ne-convert'>
+    <cpuid eax_in='0x07' ecx_in='0x01' edx='0x00000020'/>
+  </feature>
+
   <!-- Processor Extended State Enumeration sub leaf 1 -->
   <feature name='xsaveopt'>
     <cpuid eax_in='0x0d' ecx_in='0x01' eax='0x00000001'/>
-- 
2.39.2



More information about the libvir-list mailing list