Expand description
This crate implements the core VM worker for hvlite. This includes static configuration of hvlite 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 Resource
s when you can to minimize build
time.
Structsยง
- The VM worker, used to create and run a VM partition.