mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 20:45:18 +00:00
cpu_map: Add cqm alternative name for cmt
Linux kernel shows our "cmt" feature as "cqm". Let's mention the name in the cpu_map.xml to make it easier to find. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
37e18b0cc8
commit
3b2674ff63
@ -224,7 +224,7 @@
|
||||
<feature name='rtm'>
|
||||
<cpuid eax_in='0x07' ecx_in='0x00' ebx='0x00000800'/>
|
||||
</feature>
|
||||
<feature name='cmt'>
|
||||
<feature name='cmt'> <!-- cqm -->
|
||||
<cpuid eax_in='0x07' ecx_in='0x00' ebx='0x00001000'/>
|
||||
</feature>
|
||||
<feature name='mpx'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user