99cbc7
From 4a84b7c166cd4a807d39663d3cb879e599c5b349 Mon Sep 17 00:00:00 2001
99cbc7
Message-Id: <4a84b7c166cd4a807d39663d3cb879e599c5b349@dist-git>
99cbc7
From: Jiri Denemark <jdenemar@redhat.com>
99cbc7
Date: Tue, 26 Feb 2019 21:02:49 +0100
99cbc7
Subject: [PATCH] cpu_map: Add more signatures for Skylake-Client CPU models
99cbc7
MIME-Version: 1.0
99cbc7
Content-Type: text/plain; charset=UTF-8
99cbc7
Content-Transfer-Encoding: 8bit
99cbc7
99cbc7
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
99cbc7
Reviewed-by: Ján Tomko <jtomko@redhat.com>
99cbc7
(cherry picked from commit 367d96a5d6b04bf25d025ed59a7079d71f843c56)
99cbc7
99cbc7
https://bugzilla.redhat.com/show_bug.cgi?id=1558558
99cbc7
https://bugzilla.redhat.com/show_bug.cgi?id=1687515
99cbc7
99cbc7
Conflicts:
99cbc7
	src/cpu_map/x86_Skylake-Client-IBRS.xml
99cbc7
	src/cpu_map/x86_Skylake-Client.xml
99cbc7
            - cpu_map split not backported
99cbc7
99cbc7
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
99cbc7
Reviewed-by: Ján Tomko <jtomko@redhat.com>
99cbc7
---
99cbc7
 src/cpu/cpu_map.xml | 10 ++++++++++
99cbc7
 1 file changed, 10 insertions(+)
99cbc7
99cbc7
diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
99cbc7
index 095ea0a839..1382c29cd1 100644
99cbc7
--- a/src/cpu/cpu_map.xml
99cbc7
+++ b/src/cpu/cpu_map.xml
99cbc7
@@ -1680,6 +1680,11 @@
99cbc7
 
99cbc7
     <model name='Skylake-Client'>
99cbc7
       <signature family='6' model='94'/> 
99cbc7
+      <signature family='6' model='78'/> 
99cbc7
+      
99cbc7
+           but we don't have specific models for them. -->
99cbc7
+      <signature family='6' model='142'/> 
99cbc7
+      <signature family='6' model='158'/> 
99cbc7
       <vendor name='Intel'/>
99cbc7
       <feature name='3dnowprefetch'/>
99cbc7
       <feature name='abm'/>
99cbc7
@@ -1748,6 +1753,11 @@
99cbc7
 
99cbc7
     <model name='Skylake-Client-IBRS'>
99cbc7
       <signature family='6' model='94'/> 
99cbc7
+      <signature family='6' model='78'/> 
99cbc7
+      
99cbc7
+           but we don't have specific models for them. -->
99cbc7
+      <signature family='6' model='142'/> 
99cbc7
+      <signature family='6' model='158'/> 
99cbc7
       <vendor name='Intel'/>
99cbc7
       <feature name='3dnowprefetch'/>
99cbc7
       <feature name='abm'/>
99cbc7
-- 
99cbc7
2.21.0
99cbc7