]> git.proxmox.com Git - qemu-server.git/commitdiff
CPU types: add EPYC and EPYC-IBPB
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Feb 2018 08:51:01 +0000 (09:51 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Feb 2018 08:51:01 +0000 (09:51 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/QemuServer.pm

index ebdca42ba330c18e9ce6d2974ebb5de17a0e84af..53da4543da74564d0133cb60ea0143da28829b86 100644 (file)
@@ -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',