render / rpms / libvirt

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