forked from rpms/libvirt
59 lines
2.1 KiB
Diff
59 lines
2.1 KiB
Diff
From f1a00c505aac83fe04f5385db5a9ed4768b0222b Mon Sep 17 00:00:00 2001
|
|
Message-Id: <f1a00c505aac83fe04f5385db5a9ed4768b0222b@dist-git>
|
|
From: Jiri Denemark <jdenemar@redhat.com>
|
|
Date: Fri, 21 Jun 2019 09:25:17 +0200
|
|
Subject: [PATCH] cpu_map: Add more signatures for Skylake-Client 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 367d96a5d6b04bf25d025ed59a7079d71f843c56)
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1686895
|
|
|
|
Conflicts:
|
|
src/cpu_map/x86_Skylake-Client-IBRS.xml
|
|
src/cpu_map/x86_Skylake-Client.xml
|
|
- cpu_map split not backported
|
|
|
|
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
Message-Id: <d7ff83903e6d8ae1881afee54d3a248b9bb28678.1561068591.git.jdenemar@redhat.com>
|
|
Reviewed-by: Ján Tomko <jtomko@redhat.com>
|
|
---
|
|
src/cpu/cpu_map.xml | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
|
|
index 04369d1eda..b2eb07b832 100644
|
|
--- a/src/cpu/cpu_map.xml
|
|
+++ b/src/cpu/cpu_map.xml
|
|
@@ -1719,6 +1719,11 @@
|
|
|
|
<model name='Skylake-Client'>
|
|
<signature family='6' model='94'/> <!-- 0506e0 -->
|
|
+ <signature family='6' model='78'/> <!-- 0406e0 -->
|
|
+ <!-- These are Kaby Lake and Coffee Lake successors to Skylake,
|
|
+ but we don't have specific models for them. -->
|
|
+ <signature family='6' model='142'/> <!-- 0806e0 -->
|
|
+ <signature family='6' model='158'/> <!-- 0906e0 -->
|
|
<vendor name='Intel'/>
|
|
<feature name='3dnowprefetch'/>
|
|
<feature name='abm'/>
|
|
@@ -1787,6 +1792,11 @@
|
|
|
|
<model name='Skylake-Client-IBRS'>
|
|
<signature family='6' model='94'/> <!-- 0506e0 -->
|
|
+ <signature family='6' model='78'/> <!-- 0406e0 -->
|
|
+ <!-- These are Kaby Lake and Coffee Lake successors to Skylake,
|
|
+ but we don't have specific models for them. -->
|
|
+ <signature family='6' model='142'/> <!-- 0806e0 -->
|
|
+ <signature family='6' model='158'/> <!-- 0906e0 -->
|
|
<vendor name='Intel'/>
|
|
<feature name='3dnowprefetch'/>
|
|
<feature name='abm'/>
|
|
--
|
|
2.22.0
|
|
|