Blob Blame History Raw
From 182faff133a2a21d6ce9fb2d2f2a59c10bded7a4 Mon Sep 17 00:00:00 2001
Message-Id: <182faff133a2a21d6ce9fb2d2f2a59c10bded7a4@dist-git>
From: Jiri Denemark <jdenemar@redhat.com>
Date: Fri, 21 Jun 2019 09:25:14 +0200
Subject: [PATCH] cpu_map: Add more signatures for IvyBridge CPU models
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
(cherry picked from commit 194105fef1a3a8645486df3323e460cc4a9b2d4c)

https://bugzilla.redhat.com/show_bug.cgi?id=1686895

Conflicts:
	src/cpu_map/x86_IvyBridge-IBRS.xml
	src/cpu_map/x86_IvyBridge.xml
            - cpu_map split not backported

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Message-Id: <07778daea0841ab2e211311adc90fd04967b2fb3.1561068591.git.jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
---
 src/cpu/cpu_map.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
index 9eaba9572c..9bd8bbbfbb 100644
--- a/src/cpu/cpu_map.xml
+++ b/src/cpu/cpu_map.xml
@@ -1142,6 +1142,7 @@
 
     <model name='IvyBridge'>
       <signature family='6' model='58'/> <!-- 0306a0 -->
+      <signature family='6' model='62'/> <!-- 0306e0 -->
       <vendor name='Intel'/>
       <feature name='aes'/>
       <feature name='apic'/>
@@ -1191,6 +1192,7 @@
 
     <model name='IvyBridge-IBRS'>
       <signature family='6' model='58'/> <!-- 0306a0 -->
+      <signature family='6' model='62'/> <!-- 0306e0 -->
       <vendor name='Intel'/>
       <feature name='aes'/>
       <feature name='apic'/>
-- 
2.22.0