Expand description
Chipset-facing traits required to wire-up a Arc + Mutex backed
ChipsetDevice
.
Enums§
- A placeholder type to represent a bit of unimplemented functionality.
Traits§
- The intermediary that allows a device to wire itself up to various VM chipset services.
- Compile-time type metadata bundle specified by concrete
ChipsetServices
implementations. - Implemented by chipsets that can support
MmioIntercept
devices. - Implemented by chipsets that can support
PciConfigSpace
devices. - Implemented by chipsets that can support
PollDevice
devices. - Implemented by chipsets that can support
PortIoIntercept
devices.