From 657c7cfeed950cb1282866c85f63b696f99411d0 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 6 Apr 2015 03:23:33 +0600 Subject: Oops, bhyve CPUID signature has a trailing space. --- src/hypervisor_check.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/hypervisor_check.adb b/src/hypervisor_check.adb index 826a0a2..30bccf3 100644 --- a/src/hypervisor_check.adb +++ b/src/hypervisor_check.adb @@ -124,7 +124,7 @@ package body Hypervisor_Check is Vendor_Name := To_Unbounded_String ("VMWare"); elsif Vendor_String = "Microsoft Hv" then Vendor_Name := To_Unbounded_String ("Microsoft Hyper-V"); - elsif Vendor_String = "bhyve bhyve" then + elsif Vendor_String = "bhyve bhyve " then Vendor_Name := To_Unbounded_String (bhyve); else Vendor_Name := To_Unbounded_String ("Unknown hypervisor"); -- cgit v1.2.3