31 lines
985 B
Diff
31 lines
985 B
Diff
From fc20e12b3be7a4c96ff0a71112d69181408506d1 Mon Sep 17 00:00:00 2001
|
|
From: Jiri Denemark <jdenemar@redhat.com>
|
|
Date: Tue, 26 May 2020 12:52:00 +0200
|
|
Subject: [PATCH 3/3] cpu_map: Distribute x86_Cooperlake.xml
|
|
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: Daniel P. Berrangé <berrange@redhat.com>
|
|
Signed-off-by: Jingyi Wang <wangjingyi11@huawei.com>
|
|
---
|
|
src/cpu_map/Makefile.inc.am | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/cpu_map/Makefile.inc.am b/src/cpu_map/Makefile.inc.am
|
|
index ab5268d94f..8eb818706a 100644
|
|
--- a/src/cpu_map/Makefile.inc.am
|
|
+++ b/src/cpu_map/Makefile.inc.am
|
|
@@ -22,6 +22,7 @@ cpumap_DATA = \
|
|
cpu_map/x86_Cascadelake-Server.xml \
|
|
cpu_map/x86_Cascadelake-Server-noTSX.xml \
|
|
cpu_map/x86_Conroe.xml \
|
|
+ cpu_map/x86_Cooperlake.xml \
|
|
cpu_map/x86_core2duo.xml \
|
|
cpu_map/x86_coreduo.xml \
|
|
cpu_map/x86_cpu64-rhel5.xml \
|
|
--
|
|
2.27.0
|
|
|