mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
cpu_map: Add avx10* CPU features
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
060fd63c26
commit
30f05acf35
@ -469,6 +469,9 @@
|
|||||||
<feature name='prefetchiti'>
|
<feature name='prefetchiti'>
|
||||||
<cpuid eax_in='0x00000007' ecx_in='0x00000001' edx='0x00004000'/>
|
<cpuid eax_in='0x00000007' ecx_in='0x00000001' edx='0x00004000'/>
|
||||||
</feature>
|
</feature>
|
||||||
|
<feature name='avx10'>
|
||||||
|
<cpuid eax_in='0x00000007' ecx_in='0x00000001' edx='0x00080000'/>
|
||||||
|
</feature>
|
||||||
|
|
||||||
<!-- cpuid level 0x00000007, 0x0002 (edx) -->
|
<!-- cpuid level 0x00000007, 0x0002 (edx) -->
|
||||||
<feature name='mcdt-no'>
|
<feature name='mcdt-no'>
|
||||||
@ -541,6 +544,17 @@
|
|||||||
<cpuid eax_in='0x00000014' ecx_in='0x00000000' ecx='0x80000000'/>
|
<cpuid eax_in='0x00000014' ecx_in='0x00000000' ecx='0x80000000'/>
|
||||||
</feature>
|
</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) -->
|
<!-- cpuid level 0x80000001 (ecx) -->
|
||||||
<feature name='lahf_lm'>
|
<feature name='lahf_lm'>
|
||||||
<alias name='lahf-lm' source='qemu'/>
|
<alias name='lahf-lm' source='qemu'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user