render / rpms / libvirt

Forked from rpms/libvirt 5 months ago
Clone
397dc2
From 87fdbd2d0ab24f00c70a298317d50df44a5f76ad Mon Sep 17 00:00:00 2001
397dc2
Message-Id: <87fdbd2d0ab24f00c70a298317d50df44a5f76ad@dist-git>
397dc2
From: Tim Wiederhake <twiederh@redhat.com>
397dc2
Date: Wed, 3 Mar 2021 11:11:53 +0100
397dc2
Subject: [PATCH] cpumap: Add support for svme-addr-check CPU feature
397dc2
MIME-Version: 1.0
397dc2
Content-Type: text/plain; charset=UTF-8
397dc2
Content-Transfer-Encoding: 8bit
397dc2
397dc2
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
397dc2
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
397dc2
(cherry picked from commit 5ac6ab2fde63881d3c5cc7372a0d0e59618feb55)
397dc2
397dc2
https://bugzilla.redhat.com/show_bug.cgi?id=1926864
397dc2
397dc2
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
397dc2
Message-Id: <aa154754f76021b9f61788944f6c329c6088cf77.1614766279.git.jdenemar@redhat.com>
397dc2
Reviewed-by: Ján Tomko <jtomko@redhat.com>
397dc2
---
397dc2
 src/cpu_map/x86_features.xml | 3 +++
397dc2
 1 file changed, 3 insertions(+)
397dc2
397dc2
diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
397dc2
index abefb7928e..8acd42f796 100644
397dc2
--- a/src/cpu_map/x86_features.xml
397dc2
+++ b/src/cpu_map/x86_features.xml
397dc2
@@ -548,6 +548,9 @@
397dc2
   <feature name='pfthreshold'>
397dc2
     <cpuid eax_in='0x8000000a' edx='0x00001000'/>
397dc2
   </feature>
397dc2
+  <feature name='svme-addr-check'>
397dc2
+    <cpuid eax_in='0x8000000a' edx='0x10000000'/>
397dc2
+  </feature>
397dc2
 
397dc2
   
397dc2
   <feature name='rdctl-no'>
397dc2
-- 
397dc2
2.30.0
397dc2