forked from rpms/libvirt
42 lines
1.3 KiB
Diff
42 lines
1.3 KiB
Diff
From 8b1e1aa7cb9dc428a36b549a73286ec7040864ed Mon Sep 17 00:00:00 2001
|
|
Message-Id: <8b1e1aa7cb9dc428a36b549a73286ec7040864ed@dist-git>
|
|
From: Jiri Denemark <jdenemar@redhat.com>
|
|
Date: Wed, 3 Mar 2021 11:11:55 +0100
|
|
Subject: [PATCH] cpu_map: Install x86_EPYC-Milan.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: Pavel Hrdina <phrdina@redhat.com>
|
|
(cherry picked from commit d3de79dbfc20dc4dfc19154b16079861c542b71e)
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1926864
|
|
|
|
Conflicts:
|
|
src/cpu_map/meson.build
|
|
- change goes to Makefile.inc.am instead
|
|
|
|
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
Message-Id: <77cf69a7222fd9fc5ef0f1c25f0534090c29865f.1614766279.git.jdenemar@redhat.com>
|
|
Reviewed-by: Ján Tomko <jtomko@redhat.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 1dd78c6715..45dbe9e216 100644
|
|
--- a/src/cpu_map/Makefile.inc.am
|
|
+++ b/src/cpu_map/Makefile.inc.am
|
|
@@ -30,6 +30,7 @@ cpumap_DATA = \
|
|
cpu_map/x86_Dhyana.xml \
|
|
cpu_map/x86_EPYC.xml \
|
|
cpu_map/x86_EPYC-IBPB.xml \
|
|
+ cpu_map/x86_EPYC-Milan.xml \
|
|
cpu_map/x86_EPYC-Rome.xml \
|
|
cpu_map/x86_Haswell.xml \
|
|
cpu_map/x86_Haswell-IBRS.xml \
|
|
--
|
|
2.30.0
|
|
|