Skip to main content

Module host_check

Module host_check 

Source
Expand description

Host virtualization support detection.

Checks if the current host supports hardware virtualization:

  • macOS: Hypervisor.framework (Apple Silicon only)
  • Linux: KVM (/dev/kvm)
  • Windows: WHPX / Windows Hypervisor Platform

Structs§

VirtualizationSupport
Information about virtualization support.

Functions§

check_virtualization_support
Check if the current host supports hardware virtualization.