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:
Alexandre Derumier 2023-12-11 16:17:02 +01:00 committed by Fiona Ebner
parent 2754b7e4d6
commit 2f2da05217

View File

@ -109,6 +109,8 @@ my $cpu_vendor_list = {
'Icelake-Server-v5' => 'GenuineIntel',
'Icelake-Server-v6' => 'GenuineIntel',
'SapphireRapids' => 'GenuineIntel',
'SapphireRapids-v2' => 'GenuineIntel',
'GraniteRapids' => 'GenuineIntel',
# AMD CPUs
athlon => 'AuthenticAMD',
@ -121,9 +123,14 @@ my $cpu_vendor_list = {
EPYC => 'AuthenticAMD',
'EPYC-IBPB' => 'AuthenticAMD',
'EPYC-v3' => 'AuthenticAMD',
'EPYC-v4' => 'AuthenticAMD',
'EPYC-Rome' => 'AuthenticAMD',
'EPYC-Rome-v2' => 'AuthenticAMD',
'EPYC-Rome-v3' => 'AuthenticAMD',
'EPYC-Rome-v4' => 'AuthenticAMD',
'EPYC-Milan' => 'AuthenticAMD',
'EPYC-Milan-v2' => 'AuthenticAMD',
'EPYC-Genoa' => 'AuthenticAMD',
# generic types, use vendor from host node
host => 'default',