Skip to main content

Crate openvmm_core

Crate openvmm_core 

Source
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.