From 2a850ee870f5af3d0e5d5931375ea6b70c7ff20f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 21 Feb 2018 09:51:01 +0100 Subject: [PATCH] CPU types: add EPYC and EPYC-IBPB Signed-off-by: Wolfgang Bumiller --- PVE/QemuServer.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index ebdca42b..53da4543 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -138,6 +138,8 @@ my $cpu_vendor_list = { Opteron_G3 => 'AuthenticAMD', Opteron_G4 => 'AuthenticAMD', Opteron_G5 => 'AuthenticAMD', + EPYC => 'AuthenticAMD', + 'EPYC-IBPB' => 'AuthenticAMD', # generic types, use vendor from host node host => 'default',