Signed-off-by: Tim Wiederhake <twiederh(a)redhat.com>
Reviewed-by: Jiri Denemark <jdenemar(a)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 0ceaa1bec5..5fca78595a 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