]> xenbits.xensource.com Git - libvirt.git/commitdiff
cpu_map: Add missing x86 feature "arch-lbr"
authorTim Wiederhake <twiederh@redhat.com>
Wed, 19 Oct 2022 13:41:35 +0000 (15:41 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Tue, 8 Nov 2022 20:44:57 +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 20cace46c7e30f0eeb1e0e2205ea703a3d4f290a..cc3df77362016a6c7a3ca11c6dbc59178f9e5940 100644 (file)
   <feature name='pconfig'>
     <cpuid eax_in='0x07' ecx_in='0x00' edx='0x00040000'/>
   </feature>
+  <feature name='arch-lbr'>
+    <cpuid eax_in='0x07' ecx_in='0x00' edx='0x00080000'/>
+  </feature>
   <feature name='amx-bf16'>
     <cpuid eax_in='0x07' ecx_in='0x00' edx='0x00400000'/>
   </feature>