From c4450efabeb559c262efe6af3533ec2ffed78f58 Mon Sep 17 00:00:00 2001
From: Mark Peek <mark@peek.org>
Date: Wed, 12 Jun 2024 09:49:44 -0700
Subject: [PATCH] [vhd] allow the use of FreeBSD bhyve virtual disks

---
 src/dev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/dev.c b/src/dev.c
index fa405c42..8e367636 100644
--- a/src/dev.c
+++ b/src/dev.c
@@ -287,6 +287,7 @@ static __inline BOOL IsVHD(const char* buffer)
 		"Arsenal_________Virtual_",
 		"KernSafeVirtual_________",
 		"Msft____Virtual_Disk____",
+		"BHYVE__________SATA_DISK",
 		"VMware__VMware_Virtual_S"	// Enabled through a cheat mode, as this lists primary disks on VMWare instances
 	};