[pve-devel] [PATCH qemuserver] cpuconfig: add amd epyc milan model
Alexandre Derumier
aderumier at odiso.com
Tue May 17 17:15:26 CEST 2022
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/QemuServer/CPUConfig.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/QemuServer/CPUConfig.pm b/PVE/QemuServer/CPUConfig.pm
index 564c8d2..48b555a 100644
--- a/PVE/QemuServer/CPUConfig.pm
+++ b/PVE/QemuServer/CPUConfig.pm
@@ -80,6 +80,7 @@ my $cpu_vendor_list = {
EPYC => 'AuthenticAMD',
'EPYC-IBPB' => 'AuthenticAMD',
'EPYC-Rome' => 'AuthenticAMD',
+ 'EPYC-Milan' => 'AuthenticAMD',
# generic types, use vendor from host node
host => 'default',
--
2.30.2
More information about the pve-devel
mailing list