mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-31 00:33:50 +00:00
CPU types: add EPYC and EPYC-IBPB
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1928c20188
commit
2a850ee870
@ -138,6 +138,8 @@ my $cpu_vendor_list = {
|
|||||||
Opteron_G3 => 'AuthenticAMD',
|
Opteron_G3 => 'AuthenticAMD',
|
||||||
Opteron_G4 => 'AuthenticAMD',
|
Opteron_G4 => 'AuthenticAMD',
|
||||||
Opteron_G5 => 'AuthenticAMD',
|
Opteron_G5 => 'AuthenticAMD',
|
||||||
|
EPYC => 'AuthenticAMD',
|
||||||
|
'EPYC-IBPB' => '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