From a446dbf46b8b68ccd39289d1b95acb70cdbd080a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 16 Jan 2018 10:21:42 +0100 Subject: [PATCH] CPU types: add missing types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Skylake-Server is the Xeon variant of Skylake max is "all features supported by the accelerator in the current host" Signed-off-by: Fabian Grünbichler --- PVE/QemuServer.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 3eed127a..ffb87b03 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -127,6 +127,8 @@ my $cpu_vendor_list = { 'Broadwell-noTSX-IBRS' => 'GenuineIntel', 'Skylake-Client' => 'GenuineIntel', 'Skylake-Client-IBRS' => 'GenuineIntel', + 'Skylake-Server' => 'GenuineIntel', + 'Skylake-Server-IBRS' => 'GenuineIntel', # AMD CPUs athlon => 'AuthenticAMD', @@ -143,6 +145,7 @@ my $cpu_vendor_list = { kvm64 => 'default', qemu32 => 'default', qemu64 => 'default', + max => 'default', }; my $cpu_fmt = {