]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu_map: Add cqm alternative name for cmt
authorJiri Denemark <jdenemar@redhat.com>
Thu, 2 Nov 2017 13:03:14 +0000 (14:03 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 2 Nov 2017 20:44:29 +0000 (21:44 +0100)
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>
src/cpu/cpu_map.xml

index 96f4ce60dd5de61072d6ca52b451b442aa44bff2..e5da7a8876366d03fd621cc16d45cfea96887d29 100644 (file)
     <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'>