mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-13 21:15:25 +00:00
cpuconfig: add amd epyc milan model
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
46336bd283
commit
9b1971c5c9
@ -80,6 +80,7 @@ my $cpu_vendor_list = {
|
||||
EPYC => 'AuthenticAMD',
|
||||
'EPYC-IBPB' => 'AuthenticAMD',
|
||||
'EPYC-Rome' => 'AuthenticAMD',
|
||||
'EPYC-Milan' => 'AuthenticAMD',
|
||||
|
||||
# generic types, use vendor from host node
|
||||
host => 'default',
|
||||
|
Loading…
Reference in New Issue
Block a user