Expand description
Core traits for hypervisor abstraction.
These traits define the platform-agnostic interface that all hypervisor backends must implement.
Traitsยง
- Guest
Memory - Guest memory trait for reading/writing guest physical memory.
- Hypervisor
- Main hypervisor trait for creating and managing virtual machines.
- Vcpu
- Virtual CPU trait for executing guest code.
- Virtual
Machine - Virtual machine trait for managing VM lifecycle and devices.