]> git.proxmox.com Git - qemu-server.git/commitdiff
cpu config: add upcoming EPYC-Rome CPU type
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Apr 2020 15:06:50 +0000 (17:06 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Apr 2020 15:06:52 +0000 (17:06 +0200)
will be included with QEMU 5.0

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer/CPUConfig.pm

index b08588ee39e0e1cad7be4bc167dbd57ee0fb5642..61744dc560f1e97d90c7f59837cc650cfe8d3418 100644 (file)
@@ -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',