Expand description
Hypervisor backend resolution infrastructure.
A ResolvedHypervisorBackend wraps any concrete [virt::Hypervisor]
implementation into an erased form that the VM worker can use to create
a VM.
Resource resolvers construct a ResolvedHypervisorBackend via
ResolvedHypervisorBackend::new, passing in the concrete hypervisor
instance (e.g. virt_kvm::Kvm).
Structs§
- Resolved
Hypervisor Backend - The resolved output of a
Resource<HypervisorKind>.
Traits§
- Hypervisor
Backend - Marker trait for [
virt::Hypervisor] implementations that are compatible withopenvmm_core.