5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-18 06:03:55 +03:00

add Ice Lake CPU types

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-04-08 15:11:55 +02:00
parent 8c4b70fdf5
commit 8c1543dbbb

View File

@ -145,6 +145,8 @@ my $cpu_vendor_list = {
'Skylake-Client-IBRS' => 'GenuineIntel',
'Skylake-Server' => 'GenuineIntel',
'Skylake-Server-IBRS' => 'GenuineIntel',
'Icelake-Client' => 'GenuineIntel',
'Icelake-Server' => 'GenuineIntel',
# AMD CPUs
athlon => 'AuthenticAMD',