| | |
| | | {"VBOX", VIRTUALBOX}}; |
| | | |
| | | const unordered_map<string, LCC_API_VIRTUALIZATION_DETAIL> vm_vendors{{"VMWARE", VMWARE}, |
| | | {"MICROSOFT", HV}, |
| | | {"MICROSOFT", HV}, |
| | | {"PARALLELS", PARALLELS}, |
| | | {"VITRUAL MACHINE", V_OTHER}, |
| | | {"INNOTEK GMBH", VIRTUALBOX}, |
| | |
| | | } else if (bios_vendor.find("AWS") != string::npos || bios_description.find("AMAZON") != string::npos || |
| | | sys_vendor.find("AWS") != string::npos) { |
| | | result = AWS; |
| | | } else if (bios_description.find("HP-COMPAQ") != string::npos || bios_description.find("ASUS") || |
| | | bios_description.find("DELL")) { |
| | | } else if (bios_description.find("HP-COMPAQ") != string::npos || |
| | | bios_description.find("ASUS") != string::npos || bios_description.find("DELL") != string::npos) { |
| | | result = ON_PREMISE; |
| | | } |
| | | } |