1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 06:50:22 +03:00

cpu: Add support for clflushopt and tsc_adjust Intel features

Corresponding QEMU commits:
    clflushopt f7fda280948a5e74aeb076ef346b991ecb173c56
    tsc_adjust 7b458bfd12a71b3da6b531daedc417492c9334e0

Signed-off-by: Alexander Burluka <aburluka@virtuozzo.com>
This commit is contained in:
Alexander Burluka 2016-05-14 13:06:56 +03:00 committed by Jiri Denemark
parent abd2272c02
commit 2b140f0cae

View File

@ -293,6 +293,9 @@
<feature name='fsgsbase'>
<cpuid function='0x00000007' ebx='0x00000001'/>
</feature>
<feature name='tsc_adjust'>
<cpuid function='0x00000007' ebx='0x00000002'/>
</feature>
<feature name='bmi1'>
<cpuid function='0x00000007' ebx='0x00000008'/>
</feature>
@ -332,6 +335,9 @@
<feature name='smap'>
<cpuid function='0x00000007' ebx='0x00100000'/>
</feature>
<feature name='clflushopt'>
<cpuid function='0x00000007' ebx='0x00800000'/>
</feature>
<feature name='avx512pf'> <!-- AVX-512 Prefetch -->
<cpuid function='0x00000007' ebx='0x04000000'/>
</feature>