[libvirt PATCH 07/15] cpu_map: Add missing feature "cmpccxadd"

Tim Wiederhake posted 15 patches 1 year, 3 months ago
There is a newer version of this series
[libvirt PATCH 07/15] cpu_map: Add missing feature "cmpccxadd"
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 f5270bedb7..5309ea00ec 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -416,6 +416,9 @@
   <feature name='avx512-bf16'>
     <cpuid eax_in='0x07' ecx_in='0x01' eax='0x00000020'/>
   </feature>
+  <feature name='cmpccxadd'>
+    <cpuid eax_in='0x07' ecx_in='0x01' eax='0x00000080'/>
+  </feature>
   <feature name='fzrm'>
     <cpuid eax_in='0x07' ecx_in='0x01' eax='0x00000400'/>
   </feature>
-- 
2.39.2