render / rpms / libvirt

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