Expand description
This crate implements the core VM worker for OpenVMM. This includes static configuration of OpenVMM platform resources, such as the clock source and memory management.
Try not to add new functionality to this crate. Add it to other crates, and
reference new functionality via Resources when you can to minimize build
time.
Modules§
- hypervisor_
backend - Hypervisor backend resolution infrastructure.
Macros§
- register_
hypervisor_ probes - Registers hypervisor backend probes for auto-detection.
Structs§
- VmWorker
- The VM worker, used to create and run a VM partition.