[v1.04] Add Apple VZ hypervisor (#218)

This commit is contained in:
Dr-Noob
2024-01-15 08:43:28 +00:00
parent 0a048717bf
commit 6566ac3ccf
3 changed files with 6 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ static char *hv_vendors_name[] = {
[HV_VENDOR_PARALLELS] = "Parallels",
[HV_VENDOR_PHYP] = "pHyp",
[HV_VENDOR_BHYVE] = "bhyve",
[HV_VENDOR_APPLEVZ] = "Apple VZ",
[HV_VENDOR_INVALID] = STRING_UNKNOWN
};