]> git.proxmox.com Git - qemu-server.git/commitdiff
cpu config: add QEMU 8.1 cpu models
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 11 Dec 2023 15:17:02 +0000 (16:17 +0100)
committerFiona Ebner <f.ebner@proxmox.com>
Tue, 12 Dec 2023 10:27:42 +0000 (11:27 +0100)
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>
PVE/QemuServer/CPUConfig.pm

index 750d3b6257ffb8ded5e5a17f81d03876d5ab52b5..ca2946b96064435f04d0c37e61b03510f9a16e7c 100644 (file)
@@ -109,6 +109,8 @@ my $cpu_vendor_list = {
     'Icelake-Server-v5' => 'GenuineIntel',
     'Icelake-Server-v6' => 'GenuineIntel',
     'SapphireRapids' => 'GenuineIntel',
     'Icelake-Server-v5' => 'GenuineIntel',
     'Icelake-Server-v6' => 'GenuineIntel',
     'SapphireRapids' => 'GenuineIntel',
+    'SapphireRapids-v2' => 'GenuineIntel',
+    'GraniteRapids' => 'GenuineIntel',
 
     # AMD CPUs
     athlon => 'AuthenticAMD',
 
     # AMD CPUs
     athlon => 'AuthenticAMD',
@@ -121,9 +123,14 @@ my $cpu_vendor_list = {
     EPYC => 'AuthenticAMD',
     'EPYC-IBPB' => 'AuthenticAMD',
     'EPYC-v3' => 'AuthenticAMD',
     EPYC => 'AuthenticAMD',
     'EPYC-IBPB' => 'AuthenticAMD',
     'EPYC-v3' => 'AuthenticAMD',
+    'EPYC-v4' => 'AuthenticAMD',
     'EPYC-Rome' => 'AuthenticAMD',
     'EPYC-Rome-v2' => 'AuthenticAMD',
     'EPYC-Rome' => '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
     host => 'default',
 
     # generic types, use vendor from host node
     host => 'default',