[v1.04] Add bhyve hypervisor

This commit is contained in:
Dr-Noob
2023-09-24 12:10:39 +01:00
parent 7d81d895b0
commit 45854a00d6
3 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ static char *hv_vendors_name[] = {
[HV_VENDOR_XEN] = "Xen",
[HV_VENDOR_PARALLELS] = "Parallels",
[HV_VENDOR_PHYP] = "pHyp",
[HV_VENDOR_BHYVE] = "bhyve",
[HV_VENDOR_INVALID] = STRING_UNKNOWN
};