From b5716d1b191eb52cd88d7b94cb9bf0186f3e427b Mon Sep 17 00:00:00 2001 Message-Id: From: Jiri Denemark Date: Wed, 3 Mar 2021 11:11:54 +0100 Subject: [PATCH] cpu_map: Add EPYC-Milan x86 CPU model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduced in QEMU 6.0.0 by 623972ceae091b31331ae4a1dc94fe5cbb891937 Signed-off-by: Jiri Denemark Reviewed-by: Ján Tomko (cherry picked from commit f321a4822e9fa6542e48a78611989ecd9acaa83a) https://bugzilla.redhat.com/show_bug.cgi?id=1926864 Conflicts: src/cpu_map/index.xml - context: commit 82bebba1803c63a733e17f5ab2618e020e4abd8d "cpu_map: Unify apostrophe and quotation mark usage" was not backported Signed-off-by: Jiri Denemark Message-Id: <715abc0f90faafb7daa193dd24bad65046c36de0.1614766279.git.jdenemar@redhat.com> Reviewed-by: Ján Tomko --- src/cpu_map/index.xml | 1 + src/cpu_map/x86_EPYC-Milan.xml | 92 ++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 src/cpu_map/x86_EPYC-Milan.xml diff --git a/src/cpu_map/index.xml b/src/cpu_map/index.xml index 2f58261e6d..c3dda794b1 100644 --- a/src/cpu_map/index.xml +++ b/src/cpu_map/index.xml @@ -68,6 +68,7 @@ + diff --git a/src/cpu_map/x86_EPYC-Milan.xml b/src/cpu_map/x86_EPYC-Milan.xml new file mode 100644 index 0000000000..53f0cd6aac --- /dev/null +++ b/src/cpu_map/x86_EPYC-Milan.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.30.0