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

Tim Wiederhake posted 15 patches 1 year, 3 months ago
There is a newer version of this series
[libvirt PATCH 05/15] cpu_map: Add missing feature "avx-ne-convert"
Posted by Tim Wiederhake 1 year, 3 months ago
Signed-off-by: Tim Wiederhake <twiederh@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