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