mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 18:03:32 +00:00
cpu_map: Add missing feature "prefetchiti"
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
e680f69f77
commit
5d1a8d0053
@ -444,6 +444,9 @@
|
|||||||
<feature name='avx-ne-convert'>
|
<feature name='avx-ne-convert'>
|
||||||
<cpuid eax_in='0x07' ecx_in='0x01' edx='0x00000020'/>
|
<cpuid eax_in='0x07' ecx_in='0x01' edx='0x00000020'/>
|
||||||
</feature>
|
</feature>
|
||||||
|
<feature name='prefetchiti'>
|
||||||
|
<cpuid eax_in='0x07' ecx_in='0x01' edx='0x00004000'/>
|
||||||
|
</feature>
|
||||||
|
|
||||||
<!-- Processor Extended State Enumeration sub leaf 1 -->
|
<!-- Processor Extended State Enumeration sub leaf 1 -->
|
||||||
<feature name='xsaveopt'>
|
<feature name='xsaveopt'>
|
||||||
|
Loading…
Reference in New Issue
Block a user