[PATCH 03/10] cpu_map: Add missing feature "wrmsrns"

Tim Wiederhake posted 10 patches 2 months, 3 weeks ago
[PATCH 03/10] cpu_map: Add missing feature "wrmsrns"
Posted by Tim Wiederhake 2 months, 3 weeks 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 13051ddf83..dcf01f2581 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -440,6 +440,9 @@
   <feature name='lkgs'>
     <cpuid eax_in='0x00000007' ecx_in='0x00000001' eax='0x00040000'/>
   </feature>
+  <feature name='wrmsrns'>
+    <cpuid eax_in='0x00000007' ecx_in='0x00000001' eax='0x00080000'/>
+  </feature>
   <feature name='amx-fp16'>
     <cpuid eax_in='0x00000007' ecx_in='0x00000001' eax='0x00200000'/>
   </feature>
-- 
2.43.0