0a7476
From 3161fe76b8f7852521589993fb0330464d5a0307 Mon Sep 17 00:00:00 2001
0a7476
Message-Id: <3161fe76b8f7852521589993fb0330464d5a0307@dist-git>
bba56f
From: Jiri Denemark <jdenemar@redhat.com>
bba56f
Date: Tue, 26 Feb 2019 10:45:56 +0100
bba56f
Subject: [PATCH] cpu_map: Add more signatures for Conroe CPU model
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 c1f6a3269c595e7d3d0c9cf31ef7e6cf88291056)
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_Conroe.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 | 1 +
bba56f
 1 file changed, 1 insertion(+)
bba56f
bba56f
diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
bba56f
index 381068674c..df2a56ce58 100644
bba56f
--- a/src/cpu/cpu_map.xml
bba56f
+++ b/src/cpu/cpu_map.xml
bba56f
@@ -790,6 +790,7 @@
bba56f
     
bba56f
     <model name='Conroe'>
bba56f
       <signature family='6' model='15'/> 
bba56f
+      <signature family='6' model='22'/> 
bba56f
       <vendor name='Intel'/>
bba56f
       <feature name='apic'/>
bba56f
       <feature name='clflush'/>
bba56f
-- 
bba56f
2.21.0
bba56f