From bfe53e9145cd5996a791c5caff0686572b850f82 Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Wed, 6 Sep 2023 13:13:34 +0200 Subject: [PATCH] cpu_map: Add cpu model EPYC Genoa This was added in qemu commit 166b174188. No additional features had to be added to libvirt. Signed-off-by: Tim Wiederhake Reviewed-by: Martin Kletzander --- src/cpu_map/index.xml | 1 + src/cpu_map/meson.build | 1 + src/cpu_map/x86_EPYC-Genoa.xml | 115 ++++++++++++++++++ .../domaincapsdata/qemu_8.1.0-q35.x86_64.xml | 1 + .../domaincapsdata/qemu_8.1.0-tcg.x86_64.xml | 1 + tests/domaincapsdata/qemu_8.1.0.x86_64.xml | 1 + 6 files changed, 120 insertions(+) create mode 100644 src/cpu_map/x86_EPYC-Genoa.xml diff --git a/src/cpu_map/index.xml b/src/cpu_map/index.xml index 0187016c1c5..d2c5af57970 100644 --- a/src/cpu_map/index.xml +++ b/src/cpu_map/index.xml @@ -70,6 +70,7 @@ + diff --git a/src/cpu_map/meson.build b/src/cpu_map/meson.build index fa83b234741..ae5293e85f1 100644 --- a/src/cpu_map/meson.build +++ b/src/cpu_map/meson.build @@ -39,6 +39,7 @@ cpumap_data = [ 'x86_Dhyana.xml', 'x86_EPYC-IBPB.xml', 'x86_EPYC.xml', + 'x86_EPYC-Genoa.xml', 'x86_EPYC-Milan.xml', 'x86_EPYC-Rome.xml', 'x86_features.xml', diff --git a/src/cpu_map/x86_EPYC-Genoa.xml b/src/cpu_map/x86_EPYC-Genoa.xml new file mode 100644 index 00000000000..3e765b89b16 --- /dev/null +++ b/src/cpu_map/x86_EPYC-Genoa.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/domaincapsdata/qemu_8.1.0-q35.x86_64.xml b/tests/domaincapsdata/qemu_8.1.0-q35.x86_64.xml index 9a9e84e6138..4d438efdf75 100644 --- a/tests/domaincapsdata/qemu_8.1.0-q35.x86_64.xml +++ b/tests/domaincapsdata/qemu_8.1.0-q35.x86_64.xml @@ -116,6 +116,7 @@ EPYC-Rome EPYC-Milan EPYC-IBPB + EPYC-Genoa EPYC Dhyana Cooperlake diff --git a/tests/domaincapsdata/qemu_8.1.0-tcg.x86_64.xml b/tests/domaincapsdata/qemu_8.1.0-tcg.x86_64.xml index f898149a3c1..e32cd80c178 100644 --- a/tests/domaincapsdata/qemu_8.1.0-tcg.x86_64.xml +++ b/tests/domaincapsdata/qemu_8.1.0-tcg.x86_64.xml @@ -115,6 +115,7 @@ EPYC-Rome EPYC-Milan EPYC-IBPB + EPYC-Genoa EPYC Dhyana Cooperlake diff --git a/tests/domaincapsdata/qemu_8.1.0.x86_64.xml b/tests/domaincapsdata/qemu_8.1.0.x86_64.xml index dbe1af68cbc..919357e577c 100644 --- a/tests/domaincapsdata/qemu_8.1.0.x86_64.xml +++ b/tests/domaincapsdata/qemu_8.1.0.x86_64.xml @@ -115,6 +115,7 @@ EPYC-Rome EPYC-Milan EPYC-IBPB + EPYC-Genoa EPYC Dhyana Cooperlake