Expand description
Linux KVM hypervisor backend.
This module provides the Linux implementation of the hypervisor traits
using the KVM API (/dev/kvm).
§Requirements
- Linux kernel with KVM support enabled
/dev/kvmdevice accessible- x86_64 or aarch64 architecture
§Architecture Support
- x86_64: Full support with VMX/SVM
- aarch64: Full support with VHE/nVHE
Structs§
- KvmHypervisor
- Linux hypervisor implementation using KVM.
- KvmMemory
- Guest memory implementation for Linux KVM.
- KvmVcpu
- Virtual CPU implementation for Linux KVM.
- KvmVm
- Virtual machine implementation for Linux KVM.
- Virtio
Device Info - Information about an attached VirtIO device.