public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server] add qemu 8.1 cpu models
@ 2023-12-11 15:17 Alexandre Derumier
  2023-12-12 10:33 ` [pve-devel] applied: " Fiona Ebner
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Derumier @ 2023-12-11 15:17 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
---
 PVE/QemuServer/CPUConfig.pm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/PVE/QemuServer/CPUConfig.pm b/PVE/QemuServer/CPUConfig.pm
index 750d3b6..ca2946b 100644
--- a/PVE/QemuServer/CPUConfig.pm
+++ b/PVE/QemuServer/CPUConfig.pm
@@ -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',
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-12 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 15:17 [pve-devel] [PATCH qemu-server] add qemu 8.1 cpu models Alexandre Derumier
2023-12-12 10:33 ` [pve-devel] applied: " 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