0a7476
From 000aefe7232ce1dd4c51b923e1a7fedd19fbff7f Mon Sep 17 00:00:00 2001
0a7476
Message-Id: <000aefe7232ce1dd4c51b923e1a7fedd19fbff7f@dist-git>
bba56f
From: Jiri Denemark <jdenemar@redhat.com>
bba56f
Date: Tue, 26 Feb 2019 12:22:00 +0100
bba56f
Subject: [PATCH] cpu_map: Add more signatures for IvyBridge CPU models
bba56f
MIME-Version: 1.0
bba56f
Content-Type: text/plain; charset=UTF-8
bba56f
Content-Transfer-Encoding: 8bit
bba56f
bba56f
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
bba56f
Reviewed-by: Ján Tomko <jtomko@redhat.com>
bba56f
(cherry picked from commit 194105fef1a3a8645486df3323e460cc4a9b2d4c)
bba56f
bba56f
https://bugzilla.redhat.com/show_bug.cgi?id=1558558
bba56f
https://bugzilla.redhat.com/show_bug.cgi?id=1687515
bba56f
bba56f
Conflicts:
bba56f
	src/cpu_map/x86_IvyBridge-IBRS.xml
bba56f
	src/cpu_map/x86_IvyBridge.xml
bba56f
            - cpu_map split not backported
bba56f
bba56f
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
bba56f
Reviewed-by: Ján Tomko <jtomko@redhat.com>
bba56f
---
bba56f
 src/cpu/cpu_map.xml | 2 ++
bba56f
 1 file changed, 2 insertions(+)
bba56f
bba56f
diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
bba56f
index 8fe6d7d4f4..68cecf7ac0 100644
bba56f
--- a/src/cpu/cpu_map.xml
bba56f
+++ b/src/cpu/cpu_map.xml
bba56f
@@ -1103,6 +1103,7 @@
bba56f
 
bba56f
     <model name='IvyBridge'>
bba56f
       <signature family='6' model='58'/> 
bba56f
+      <signature family='6' model='62'/> 
bba56f
       <vendor name='Intel'/>
bba56f
       <feature name='aes'/>
bba56f
       <feature name='apic'/>
bba56f
@@ -1152,6 +1153,7 @@
bba56f
 
bba56f
     <model name='IvyBridge-IBRS'>
bba56f
       <signature family='6' model='58'/> 
bba56f
+      <signature family='6' model='62'/> 
bba56f
       <vendor name='Intel'/>
bba56f
       <feature name='aes'/>
bba56f
       <feature name='apic'/>
bba56f
-- 
bba56f
2.21.0
bba56f