[libvirt PATCH 15/15] cpu_map: Add missing feature "vnmi"

Tim Wiederhake posted 15 patches 1 year, 4 months ago
There is a newer version of this series
[libvirt PATCH 15/15] cpu_map: Add missing feature "vnmi"
Posted by Tim Wiederhake 1 year, 4 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 057dc1b055..3a90a4c9de 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -707,6 +707,9 @@
   <feature name='vgif'>
     <cpuid eax_in='0x8000000a' edx='0x00010000'/>
   </feature>
+  <feature name='vnmi'>
+    <cpuid eax_in='0x8000000a' edx='0x02000000'/>
+  </feature>
   <feature name='svme-addr-chk'>
     <cpuid eax_in='0x8000000a' edx='0x10000000'/>
   </feature>
-- 
2.39.2