diff options
| -rw-r--r-- | src/hypervisor_check.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hypervisor_check.adb b/src/hypervisor_check.adb index 4619b30..e598169 100644 --- a/src/hypervisor_check.adb +++ b/src/hypervisor_check.adb @@ -141,6 +141,8 @@ package body Hypervisor_Check is Vendor_String := Get_Vendor_String; if Vendor_String = "KVMKVMKVM" then Vendor_Name := To_Unbounded_String (KVM); + elsif Vendor_String = "TCGTCGTCGTCG" then + Vendor_Name := To_Unbounded_String (QEMU); elsif Vendor_String = "XenVMMXenVMM" then Vendor_Name := To_Unbounded_String (Xen_HVM); elsif Vendor_String = "VMwareVMware" then |
