forked from rpms/libvirt
60 lines
2.0 KiB
Diff
60 lines
2.0 KiB
Diff
From a7fb45c4e5a807a7b437a91cfc96c8c811351578 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <a7fb45c4e5a807a7b437a91cfc96c8c811351578@dist-git>
|
|
From: Jiri Denemark <jdenemar@redhat.com>
|
|
Date: Thu, 4 Mar 2021 09:41:53 +0100
|
|
Subject: [PATCH] cpu_map: Fix spelling of svme-addr-chk feature
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Commit a208176ca1d9eedf8aa6bf12fde6a7a9579ab549 introduced this feature
|
|
with an incorrect "svme-addr-check" spelling.
|
|
|
|
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
|
|
(cherry picked from commit b5abf9a192248b1005f63a7102d2627375d70fe5)
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1926864
|
|
|
|
Conflicts:
|
|
src/cpu_map/sync_qemu_i386.py
|
|
- the original change to this file was not backported
|
|
|
|
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
Message-Id: <75071287f9fc55f4bec82916726fcb8f31c1e014.1614847231.git.jdenemar@redhat.com>
|
|
Reviewed-by: Ján Tomko <jtomko@redhat.com>
|
|
---
|
|
src/cpu_map/x86_EPYC-Milan.xml | 2 +-
|
|
src/cpu_map/x86_features.xml | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/src/cpu_map/x86_EPYC-Milan.xml b/src/cpu_map/x86_EPYC-Milan.xml
|
|
index 53f0cd6aac..3055e175fa 100644
|
|
--- a/src/cpu_map/x86_EPYC-Milan.xml
|
|
+++ b/src/cpu_map/x86_EPYC-Milan.xml
|
|
@@ -76,7 +76,7 @@
|
|
<feature name='sse4a'/>
|
|
<feature name='ssse3'/>
|
|
<feature name='svm'/>
|
|
- <feature name='svme-addr-check'/>
|
|
+ <feature name='svme-addr-chk'/>
|
|
<feature name='syscall'/>
|
|
<feature name='tsc'/>
|
|
<feature name='umip'/>
|
|
diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
|
|
index 8acd42f796..ba23f553c3 100644
|
|
--- a/src/cpu_map/x86_features.xml
|
|
+++ b/src/cpu_map/x86_features.xml
|
|
@@ -548,7 +548,7 @@
|
|
<feature name='pfthreshold'>
|
|
<cpuid eax_in='0x8000000a' edx='0x00001000'/>
|
|
</feature>
|
|
- <feature name='svme-addr-check'>
|
|
+ <feature name='svme-addr-chk'>
|
|
<cpuid eax_in='0x8000000a' edx='0x10000000'/>
|
|
</feature>
|
|
|
|
--
|
|
2.30.0
|
|
|