summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit/AMD64/Hypervisor.hpp
blob: ad2b69fd5c7efe16f66105cc4b05d7c916d66b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* -------------------------------------------

	Copyright SoftwareLabs

------------------------------------------- */

#pragma once

#include <NewKit/Defines.hpp>

namespace NewOS
{
	MAKE_STRING_ENUM(HYPERVISOR)
	ENUM_STRING(Qemu, "TCGTCGTCGTCG");
	ENUM_STRING(KVM, " KVMKVMKVM  ");
	ENUM_STRING(VMWare, "VMwareVMware");
	ENUM_STRING(VirtualBox, "VBoxVBoxVBox");
	ENUM_STRING(Xen, "XenVMMXenVMM");
	ENUM_STRING(Microsoft, "Microsoft Hv");
	ENUM_STRING(Parallels, " prl hyperv ");
	ENUM_STRING(ParallelsAlt, " lrpepyh vr ");
	ENUM_STRING(Bhyve, "bhyve bhyve ");
	ENUM_STRING(Qnx, " QNXQVMBSQG ");

	END_STRING_ENUM()
} // namespace NewOS