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:
Tim Wiederhake 2022-10-19 15:41:14 +02:00
parent 3f73c3c4fb
commit 1e30910967

View File

@ -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>