mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 19:51:50 +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 => 'AuthenticAMD',
|
||||||
'EPYC-IBPB' => 'AuthenticAMD',
|
'EPYC-IBPB' => 'AuthenticAMD',
|
||||||
'EPYC-Rome' => 'AuthenticAMD',
|
'EPYC-Rome' => 'AuthenticAMD',
|
||||||
|
'EPYC-Milan' => 'AuthenticAMD',
|
||||||
|
|
||||||
# generic types, use vendor from host node
|
# generic types, use vendor from host node
|
||||||
host => 'default',
|
host => 'default',
|
||||||
|
Loading…
Reference in New Issue
Block a user