CPU types: add missing types

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>
This commit is contained in:
Fabian Grünbichler 2018-01-16 10:21:42 +01:00 committed by Wolfgang Bumiller
parent 9052cabab6
commit a446dbf46b

View File

@ -127,6 +127,8 @@ my $cpu_vendor_list = {
'Broadwell-noTSX-IBRS' => 'GenuineIntel', 'Broadwell-noTSX-IBRS' => 'GenuineIntel',
'Skylake-Client' => 'GenuineIntel', 'Skylake-Client' => 'GenuineIntel',
'Skylake-Client-IBRS' => 'GenuineIntel', 'Skylake-Client-IBRS' => 'GenuineIntel',
'Skylake-Server' => 'GenuineIntel',
'Skylake-Server-IBRS' => 'GenuineIntel',
# AMD CPUs # AMD CPUs
athlon => 'AuthenticAMD', athlon => 'AuthenticAMD',
@ -143,6 +145,7 @@ my $cpu_vendor_list = {
kvm64 => 'default', kvm64 => 'default',
qemu32 => 'default', qemu32 => 'default',
qemu64 => 'default', qemu64 => 'default',
max => 'default',
}; };
my $cpu_fmt = { my $cpu_fmt = {