From 8cea210f9953d3dc0320a1719cc4ed187c68ae3c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 8 Apr 2020 17:06:50 +0200 Subject: [PATCH 1/1] cpu config: add upcoming EPYC-Rome CPU type will be included with QEMU 5.0 Signed-off-by: Thomas Lamprecht --- PVE/QemuServer/CPUConfig.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/QemuServer/CPUConfig.pm b/PVE/QemuServer/CPUConfig.pm index b08588e..61744dc 100644 --- a/PVE/QemuServer/CPUConfig.pm +++ b/PVE/QemuServer/CPUConfig.pm @@ -79,6 +79,7 @@ my $cpu_vendor_list = { Opteron_G5 => 'AuthenticAMD', EPYC => 'AuthenticAMD', 'EPYC-IBPB' => 'AuthenticAMD', + 'EPYC-Rome' => 'AuthenticAMD', # generic types, use vendor from host node host => 'default', -- 2.39.2