Expand description
Wrappers for hypervisor implementations
Modules§
- fpu
- Util for handling x87 fpu state
- handlers
- Handlers for Hypervisor custom logic
- hyperv_
linux - HyperV-on-linux functionality
- kvm
- Functionality to manipulate KVM-based virtual machines
Structs§
- VirtualCPU
- A virtual CPU that can be run until an exit occurs
Enums§
- Hyperlight
Exit - These are the generic exit reasons that we can handle from a Hypervisor the Hypervisors run method is responsible for mapping from the hypervisor specific exit reasons to these generic ones