]> git.proxmox.com Git - qemu-server.git/commitdiff
CPU types: add missing types
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 16 Jan 2018 09:21:42 +0000 (10:21 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Jan 2018 13:10:57 +0000 (14:10 +0100)
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 <f.gruenbichler@proxmox.com>
PVE/QemuServer.pm

index 3eed127ab2647b7928dda5753d777499b0d305ca..ffb87b03069be389525121de713ae21d8c9b1dc7 100644 (file)
@@ -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 = {