forked from rpms/libvirt
40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
From 87fdbd2d0ab24f00c70a298317d50df44a5f76ad Mon Sep 17 00:00:00 2001
|
|
Message-Id: <87fdbd2d0ab24f00c70a298317d50df44a5f76ad@dist-git>
|
|
From: Tim Wiederhake <twiederh@redhat.com>
|
|
Date: Wed, 3 Mar 2021 11:11:53 +0100
|
|
Subject: [PATCH] cpumap: Add support for svme-addr-check CPU feature
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
|
|
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
|
|
(cherry picked from commit 5ac6ab2fde63881d3c5cc7372a0d0e59618feb55)
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1926864
|
|
|
|
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
Message-Id: <aa154754f76021b9f61788944f6c329c6088cf77.1614766279.git.jdenemar@redhat.com>
|
|
Reviewed-by: Ján Tomko <jtomko@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 abefb7928e..8acd42f796 100644
|
|
--- a/src/cpu_map/x86_features.xml
|
|
+++ b/src/cpu_map/x86_features.xml
|
|
@@ -548,6 +548,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.30.0
|
|
|