CPU types: add EPYC and EPYC-IBPB

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2018-02-21 09:51:01 +01:00
parent 1928c20188
commit 2a850ee870

View File

@ -138,6 +138,8 @@ my $cpu_vendor_list = {
Opteron_G3 => 'AuthenticAMD',
Opteron_G4 => 'AuthenticAMD',
Opteron_G5 => 'AuthenticAMD',
EPYC => 'AuthenticAMD',
'EPYC-IBPB' => 'AuthenticAMD',
# generic types, use vendor from host node
host => 'default',