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