cpu config: add upcoming EPYC-Rome CPU type

will be included with QEMU 5.0

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-04-08 17:06:50 +02:00
parent e1cfa02e62
commit 8cea210f99

View File

@ -79,6 +79,7 @@ my $cpu_vendor_list = {
Opteron_G5 => 'AuthenticAMD', Opteron_G5 => 'AuthenticAMD',
EPYC => 'AuthenticAMD', EPYC => 'AuthenticAMD',
'EPYC-IBPB' => 'AuthenticAMD', 'EPYC-IBPB' => 'AuthenticAMD',
'EPYC-Rome' => 'AuthenticAMD',
# generic types, use vendor from host node # generic types, use vendor from host node
host => 'default', host => 'default',