[libvirt PATCH 12/15] cpu_map: Add missing feature "null-sel-clr-base"

Tim Wiederhake posted 15 patches 1 year, 3 months ago
There is a newer version of this series
[libvirt PATCH 12/15] cpu_map: Add missing feature "null-sel-clr-base"
Posted by Tim Wiederhake 1 year, 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 7bfefbf5bc..e14d023fca 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -712,6 +712,9 @@
   <feature name='lfence-always-serializing'>
     <cpuid eax_in='0x80000021' eax='0x00000004'/>
   </feature>
+  <feature name='null-sel-clr-base'>
+    <cpuid eax_in='0x80000021' eax='0x00000040'/>
+  </feature>
   <feature name='auto-ibrs'>
     <cpuid eax_in='0x80000021' eax='0x00000100'/>
   </feature>
-- 
2.39.2