mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
cpu_map: Add missing x86 feature "tsx-ldtrk"
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
3f73c3c4fb
commit
1e30910967
@ -372,6 +372,9 @@
|
||||
<feature name='serialize'>
|
||||
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00004000'/>
|
||||
</feature>
|
||||
<feature name='tsx-ldtrk'>
|
||||
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00010000'/>
|
||||
</feature>
|
||||
<feature name='pconfig'>
|
||||
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00040000'/>
|
||||
</feature>
|
||||
|
Loading…
Reference in New Issue
Block a user