[libvirt PATCH 5/5] cpumap: Add support for svme-addr-check CPU feature

Tim Wiederhake twiederh at redhat.com
Mon Feb 22 12:20:10 UTC 2021


Signed-off-by: Tim Wiederhake <twiederh at 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 b03a6b065d..c43520d08f 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -554,6 +554,9 @@
   <feature name='pfthreshold'>
     <cpuid eax_in='0x8000000a' edx='0x00001000'/>
   </feature>
+  <feature name='svme-addr-check'>
+    <cpuid eax_in='0x8000000a' edx='0x10000000'/>
+  </feature>
 
   <!-- IA32_ARCH_CAPABILITIES features -->
   <feature name='rdctl-no'>
-- 
2.26.2




More information about the libvir-list mailing list