public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server] cpu config: update CPU models for QEMU 10.1
@ 2026-01-14 15:25 Fiona Ebner
  0 siblings, 0 replies; only message in thread
From: Fiona Ebner @ 2026-01-14 15:25 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 src/PVE/QemuServer/CPUConfig.pm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/PVE/QemuServer/CPUConfig.pm b/src/PVE/QemuServer/CPUConfig.pm
index b63743be..ec418e73 100644
--- a/src/PVE/QemuServer/CPUConfig.pm
+++ b/src/PVE/QemuServer/CPUConfig.pm
@@ -132,9 +132,18 @@ my $cpu_vendor_list = {
     'Icelake-Server-v4' => 'GenuineIntel',
     'Icelake-Server-v5' => 'GenuineIntel',
     'Icelake-Server-v6' => 'GenuineIntel',
+    'Icelake-Server-v7' => 'GenuineIntel',
     'SapphireRapids' => 'GenuineIntel',
     'SapphireRapids-v2' => 'GenuineIntel',
+    'SapphireRapids-v3' => 'GenuineIntel',
+    'SapphireRapids-v4' => 'GenuineIntel',
     'GraniteRapids' => 'GenuineIntel',
+    'GraniteRapids-v2' => 'GenuineIntel',
+    'GraniteRapids-v3' => 'GenuineIntel',
+    'SierraForest' => 'GenuineIntel',
+    'SierraForest-v2' => 'GenuineIntel',
+    'SierraForest-v3' => 'GenuineIntel',
+    'ClearwaterForest' => 'GenuineIntel',
 
     # AMD CPUs
     athlon => 'AuthenticAMD',
@@ -148,13 +157,18 @@ my $cpu_vendor_list = {
     'EPYC-IBPB' => 'AuthenticAMD',
     'EPYC-v3' => 'AuthenticAMD',
     'EPYC-v4' => 'AuthenticAMD',
+    'EPYC-v5' => 'AuthenticAMD',
     'EPYC-Rome' => 'AuthenticAMD',
     'EPYC-Rome-v2' => 'AuthenticAMD',
     'EPYC-Rome-v3' => 'AuthenticAMD',
     'EPYC-Rome-v4' => 'AuthenticAMD',
+    'EPYC-Rome-v5' => 'AuthenticAMD',
     'EPYC-Milan' => 'AuthenticAMD',
     'EPYC-Milan-v2' => 'AuthenticAMD',
+    'EPYC-Milan-v3' => 'AuthenticAMD',
     'EPYC-Genoa' => 'AuthenticAMD',
+    'EPYC-Genoa-v2' => 'AuthenticAMD',
+    'EPYC-Turin' => 'AuthenticAMD',
 
     # generic types, use vendor from host node
     host => 'default',
-- 
2.47.3



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-01-14 15:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-14 15:25 [pve-devel] [PATCH qemu-server] cpu config: update CPU models for QEMU 10.1 Fiona Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal