render / rpms / libvirt

Forked from rpms/libvirt 10 months ago
Clone
397dc2
From 8b1e1aa7cb9dc428a36b549a73286ec7040864ed Mon Sep 17 00:00:00 2001
397dc2
Message-Id: <8b1e1aa7cb9dc428a36b549a73286ec7040864ed@dist-git>
397dc2
From: Jiri Denemark <jdenemar@redhat.com>
397dc2
Date: Wed, 3 Mar 2021 11:11:55 +0100
397dc2
Subject: [PATCH] cpu_map: Install x86_EPYC-Milan.xml
397dc2
MIME-Version: 1.0
397dc2
Content-Type: text/plain; charset=UTF-8
397dc2
Content-Transfer-Encoding: 8bit
397dc2
397dc2
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
397dc2
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
397dc2
(cherry picked from commit d3de79dbfc20dc4dfc19154b16079861c542b71e)
397dc2
397dc2
https://bugzilla.redhat.com/show_bug.cgi?id=1926864
397dc2
397dc2
Conflicts:
397dc2
	src/cpu_map/meson.build
397dc2
            - change goes to Makefile.inc.am instead
397dc2
397dc2
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
397dc2
Message-Id: <77cf69a7222fd9fc5ef0f1c25f0534090c29865f.1614766279.git.jdenemar@redhat.com>
397dc2
Reviewed-by: Ján Tomko <jtomko@redhat.com>
397dc2
---
397dc2
 src/cpu_map/Makefile.inc.am | 1 +
397dc2
 1 file changed, 1 insertion(+)
397dc2
397dc2
diff --git a/src/cpu_map/Makefile.inc.am b/src/cpu_map/Makefile.inc.am
397dc2
index 1dd78c6715..45dbe9e216 100644
397dc2
--- a/src/cpu_map/Makefile.inc.am
397dc2
+++ b/src/cpu_map/Makefile.inc.am
397dc2
@@ -30,6 +30,7 @@ cpumap_DATA = \
397dc2
 	cpu_map/x86_Dhyana.xml \
397dc2
 	cpu_map/x86_EPYC.xml \
397dc2
 	cpu_map/x86_EPYC-IBPB.xml \
397dc2
+	cpu_map/x86_EPYC-Milan.xml \
397dc2
 	cpu_map/x86_EPYC-Rome.xml \
397dc2
 	cpu_map/x86_Haswell.xml \
397dc2
 	cpu_map/x86_Haswell-IBRS.xml \
397dc2
-- 
397dc2
2.30.0
397dc2