mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-19 14:39:54 +00: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:
parent
e1cfa02e62
commit
8cea210f99
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user