Expand description
VMM-agnostic infrastructure to wire up
ChipsetDevice instances using
Arc<CloseableMutex<dyn ChipsetDevice>> to communicate with the backing chipset.
NOTE: this crate is no longer used by OpenVMM/OpenHCL, and only remains in-tree to support testing devices.
Modulesยง
- device
- A builder to streamline the construction of
Arc + Mutexwrapped [ChipsetDevice] instances. - services
- Chipset-facing traits required to wire-up a Arc + Mutex backed
ChipsetDevice. - test_
chipset - A simple chipset that only supports MMIO intercepts.