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