[libvirt PATCH 1/6] cpu_map: Add missing feature "mcdt-no"

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

diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
index 3a90a4c9de..8c89de3344 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -448,6 +448,10 @@
     <cpuid eax_in='0x07' ecx_in='0x01' edx='0x00004000'/>
   </feature>
 
+  <feature name='mcdt-no'>
+    <cpuid eax_in='0x07' ecx_in='0x02' edx='0x00000020'/>
+  </feature>
+
   <!-- Processor Extended State Enumeration sub leaf 1 -->
   <feature name='xsaveopt'>
     <cpuid eax_in='0x0d' ecx_in='0x01' eax='0x00000001'/>
-- 
2.39.2