[libvirt PATCH 17/28] cpu_map: Add missing x86 feature "bus-lock-detect"

Tim Wiederhake posted 28 patches 3 years, 3 months ago
There is a newer version of this series
[libvirt PATCH 17/28] cpu_map: Add missing x86 feature "bus-lock-detect"
Posted by Tim Wiederhake 3 years, 3 months ago
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
---
 src/cpu_map/x86_features.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
index e59c134844..e5e82e6018 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -334,6 +334,9 @@
   <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>
-- 
2.36.1
Re: [libvirt PATCH 17/28] cpu_map: Add missing x86 feature "bus-lock-detect"
Posted by Jiri Denemark 3 years, 3 months ago
On Wed, Oct 19, 2022 at 18:56:17 +0200, Tim Wiederhake wrote:
> Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
> ---
>  src/cpu_map/x86_features.xml | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>