forked from rpms/libvirt
42 lines
1.3 KiB
Diff
42 lines
1.3 KiB
Diff
From 4042ef3cf2a0221d4c59a5adc9051ee9ae41aa7d Mon Sep 17 00:00:00 2001
|
|
Message-Id: <4042ef3cf2a0221d4c59a5adc9051ee9ae41aa7d@dist-git>
|
|
From: Jiri Denemark <jdenemar@redhat.com>
|
|
Date: Fri, 21 Jun 2019 09:25:10 +0200
|
|
Subject: [PATCH] cpu_map: Add more signatures for Penryn CPU model
|
|
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 0a09e59457f843b53c2702d1936bca6513868320)
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1686895
|
|
|
|
Conflicts:
|
|
src/cpu_map/x86_Penryn.xml
|
|
- cpu_map split not backported
|
|
|
|
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
Message-Id: <1604252f9ef65cfb55161a0f8329ee6868926814.1561068591.git.jdenemar@redhat.com>
|
|
Reviewed-by: Ján Tomko <jtomko@redhat.com>
|
|
---
|
|
src/cpu/cpu_map.xml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
|
|
index 1699aec2cf..f42b2e629c 100644
|
|
--- a/src/cpu/cpu_map.xml
|
|
+++ b/src/cpu/cpu_map.xml
|
|
@@ -862,6 +862,7 @@
|
|
|
|
<model name='Penryn'>
|
|
<signature family='6' model='23'/> <!-- 010670 -->
|
|
+ <signature family='6' model='29'/> <!-- 0106d0 -->
|
|
<vendor name='Intel'/>
|
|
<feature name='apic'/>
|
|
<feature name='clflush'/>
|
|
--
|
|
2.22.0
|
|
|