CPUINFO.Virtualization

Virtualization features. If a paravirtual interface is available, its information will be found here.

Members

Structs

HyperV
struct HyperV
Undocumented in source.
KVM
struct KVM
Undocumented in source.
VBox
struct VBox
Undocumented in source.

Variables

apicv
bool apicv;

(AMD) APICv. Intel's is available via a MSR.

available
bool available;

Intel VT-x/AMD-V

hv
HyperV hv;
Undocumented in source.
kvm
KVM kvm;
Undocumented in source.
vbox
VBox vbox;
Undocumented in source.
vendor
VirtVendorString vendor;
Undocumented in source.
version_
ubyte version_;

(AMD) Virtualization platform version

vme
bool vme;

Enhanced vm8086

Meta