Skip to content

Commit

Permalink
[vhd] allow the use of FreeBSD bhyve virtual disks
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jun 14, 2024
1 parent bdff2dc commit c4450ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit c4450ef

Please sign in to comment.