5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-25 06:03:52 +03:00

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',
EPYC => 'AuthenticAMD',
'EPYC-IBPB' => 'AuthenticAMD',
'EPYC-Rome' => 'AuthenticAMD',
# generic types, use vendor from host node
host => 'default',