mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 21:14:59 +00:00
cpu config: add QEMU 8.1 cpu models
Signed-off-by: Alexandre Derumier <aderumier@odiso.com> [FE: add prefix to commit title, capitalize QEMU] Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
2754b7e4d6
commit
2f2da05217
@ -109,6 +109,8 @@ my $cpu_vendor_list = {
|
|||||||
'Icelake-Server-v5' => 'GenuineIntel',
|
'Icelake-Server-v5' => 'GenuineIntel',
|
||||||
'Icelake-Server-v6' => 'GenuineIntel',
|
'Icelake-Server-v6' => 'GenuineIntel',
|
||||||
'SapphireRapids' => 'GenuineIntel',
|
'SapphireRapids' => 'GenuineIntel',
|
||||||
|
'SapphireRapids-v2' => 'GenuineIntel',
|
||||||
|
'GraniteRapids' => 'GenuineIntel',
|
||||||
|
|
||||||
# AMD CPUs
|
# AMD CPUs
|
||||||
athlon => 'AuthenticAMD',
|
athlon => 'AuthenticAMD',
|
||||||
@ -121,9 +123,14 @@ my $cpu_vendor_list = {
|
|||||||
EPYC => 'AuthenticAMD',
|
EPYC => 'AuthenticAMD',
|
||||||
'EPYC-IBPB' => 'AuthenticAMD',
|
'EPYC-IBPB' => 'AuthenticAMD',
|
||||||
'EPYC-v3' => 'AuthenticAMD',
|
'EPYC-v3' => 'AuthenticAMD',
|
||||||
|
'EPYC-v4' => 'AuthenticAMD',
|
||||||
'EPYC-Rome' => 'AuthenticAMD',
|
'EPYC-Rome' => 'AuthenticAMD',
|
||||||
'EPYC-Rome-v2' => 'AuthenticAMD',
|
'EPYC-Rome-v2' => 'AuthenticAMD',
|
||||||
|
'EPYC-Rome-v3' => 'AuthenticAMD',
|
||||||
|
'EPYC-Rome-v4' => 'AuthenticAMD',
|
||||||
'EPYC-Milan' => 'AuthenticAMD',
|
'EPYC-Milan' => 'AuthenticAMD',
|
||||||
|
'EPYC-Milan-v2' => 'AuthenticAMD',
|
||||||
|
'EPYC-Genoa' => '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