[libvirt PATCH 2/3] cpu_map: Add support for split-lock-detect CPU feature

Tim Wiederhake twiederh at redhat.com
Tue Nov 17 12:34:47 UTC 2020


Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
---
 src/cpu_map/x86_features.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
index 4f5a9f4787..58a91bd089 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -578,4 +578,9 @@
   <feature name='taa-no'>
     <msr index='0x10a' edx='0x00000000' eax='0x00000100'/>
   </feature>
+
+  <!-- IA32_CORE_CAPABILITIES features -->
+  <feature name='split-lock-detect'>
+    <msr index='0xcf' edx='0x00000000' eax='0x00000020'/>
+  </feature>
 </cpus>
-- 
2.26.2




More information about the libvir-list mailing list