qemu 4.0 : add Cascadelake-Server && KnightsMill cpu models

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2019-09-30 11:43:36 +02:00 committed by Thomas Lamprecht
parent 7d6c99f0a0
commit faf80f2566

View File

@ -146,6 +146,9 @@ my $cpu_vendor_list = {
'Skylake-Client-IBRS' => 'GenuineIntel',
'Skylake-Server' => 'GenuineIntel',
'Skylake-Server-IBRS' => 'GenuineIntel',
'Cascadelake-Server' => 'GenuineIntel',
KnightsMill => 'GenuineIntel',
# AMD CPUs
athlon => 'AuthenticAMD',