Expand description
Core building blocks for managing vm and vm related state to build a vmm. Used by both hvlite and underhill today.
Modulesยง
- Construct ACPI tables for a concrete VM topology
- VM CPUID support.
- Functions for resolving and building devices.
- Contains a state unit for distributing keyboard and mouse input to the appropriate devices.
- State unit for managing the VM partition and associated virtual processors.
- State unit definitions for vmbus components.
- Glue code to adapt OpenVMM-specific platform APIs to the types/traits required by
vmotherboard
. StateUnit
support forVmTimeKeeper
.