]> xenbits.xensource.com Git - libvirt.git/commitdiff
cpu_map: Add missing x86 feature "bus-lock-detect"
authorTim Wiederhake <twiederh@redhat.com>
Wed, 19 Oct 2022 13:39:15 +0000 (15:39 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Tue, 8 Nov 2022 20:44:51 +0000 (21:44 +0100)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu_map/x86_features.xml

index 41caff9ec3bd84f85e410568316a6b750c18ed05..9f8894a1f20f04a0ebb421602473f935d6fd215f 100644 (file)
   <feature name='rdpid'>
     <cpuid eax_in='0x07' ecx_in='0x00' ecx='0x00400000'/>
   </feature>
+  <feature name='bus-lock-detect'>
+    <cpuid eax_in='0x07' ecx_in='0x00' ecx='0x01000000'/>
+  </feature>
   <feature name='cldemote'>
     <cpuid eax_in='0x07' ecx_in='0x00' ecx='0x02000000'/>
   </feature>