From: Thomas Lamprecht Date: Wed, 8 Apr 2020 15:06:50 +0000 (+0200) Subject: cpu config: add upcoming EPYC-Rome CPU type X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=8cea210f9953d3dc0320a1719cc4ed187c68ae3c;hp=e1cfa02e62239721be0d11ed9f0da2e1ba16e976 cpu config: add upcoming EPYC-Rome CPU type will be included with QEMU 5.0 Signed-off-by: Thomas Lamprecht --- 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',