404507
From 111f9cb4bd22a68c50237e52190663c3f43a66ee Mon Sep 17 00:00:00 2001
404507
Message-Id: <111f9cb4bd22a68c50237e52190663c3f43a66ee@dist-git>
404507
From: Jiri Denemark <jdenemar@redhat.com>
404507
Date: Fri, 5 Jan 2018 17:40:30 +0100
404507
Subject: [PATCH] RHEL: cpu: Fix EPYC-IBRS CPU model
404507
404507
It is spelled as EPYC-IBPB in QEMU.
404507
404507
RHEL-only, upstream patches were sent for review with this patch
404507
squashed in.
404507
404507
CVE-2017-5715
404507
404507
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
404507
---
404507
 src/cpu/cpu_map.xml | 2 +-
404507
 1 file changed, 1 insertion(+), 1 deletion(-)
404507
404507
diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
404507
index a7888ec134..4d786f1e0a 100644
404507
--- a/src/cpu/cpu_map.xml
404507
+++ b/src/cpu/cpu_map.xml
404507
@@ -1754,7 +1754,7 @@
404507
       <feature name='xsavec'/>
404507
       <feature name='xsaveopt'/>
404507
     </model>
404507
-    <model name='EPYC-IBRS'>
404507
+    <model name='EPYC-IBPB'>
404507
       <model name='EPYC'/>
404507
       <feature name='ibpb'/>
404507
     </model>
404507
-- 
404507
2.15.1
404507