mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-03 14:38:31 +00:00
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:
parent
9052cabab6
commit
a446dbf46b
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user