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
ChipsetServicesimplementations. - Mmio
Intercept Services - Implemented by chipsets that can support
MmioInterceptdevices. - PciConfig
Space Services - Implemented by chipsets that can support
PciConfigSpacedevices. - Poll
Device Services - Implemented by chipsets that can support
PollDevicedevices. - Port
IoIntercept Services - Implemented by chipsets that can support
PortIoInterceptdevices.