]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu_map: Add avx10* CPU features
authorJiri Denemark <jdenemar@redhat.com>
Wed, 18 Dec 2024 12:30:16 +0000 (13:30 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 19 Dec 2024 14:24:04 +0000 (15:24 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/cpu_map/x86_features.xml

index 08bf0146042ad280bae021b348a4bcc13c8a3ff9..8be8fab42ee3d04ce71ff56f7d634694818cfbe3 100644 (file)
   <feature name='prefetchiti'>
     <cpuid eax_in='0x00000007' ecx_in='0x00000001' edx='0x00004000'/>
   </feature>
+  <feature name='avx10'>
+    <cpuid eax_in='0x00000007' ecx_in='0x00000001' edx='0x00080000'/>
+  </feature>
 
   <!-- cpuid level 0x00000007, 0x0002 (edx) -->
   <feature name='mcdt-no'>
     <cpuid eax_in='0x00000014' ecx_in='0x00000000' ecx='0x80000000'/>
   </feature>
 
+  <!-- cpuid level 0x00000024, 0x0000 (ebx) -->
+  <feature name='avx10-128'>
+    <cpuid eax_in='0x00000024' ecx_in='0x00000000' ebx='0x00010000'/>
+  </feature>
+  <feature name='avx10-256'>
+    <cpuid eax_in='0x00000024' ecx_in='0x00000000' ebx='0x00020000'/>
+  </feature>
+  <feature name='avx10-512'>
+    <cpuid eax_in='0x00000024' ecx_in='0x00000000' ebx='0x00040000'/>
+  </feature>
+
   <!-- cpuid level 0x80000001 (ecx) -->
   <feature name='lahf_lm'>
     <alias name='lahf-lm' source='qemu'/>