Expand description
Types and traits to model chipset devices, and associated chipset services.
Modules§
- interrupt
- Interrupt handling for devices.
- io
- Memory mapped IO (MMIO) and port IO support.
- mmio
- MMIO intercepts
- pci
- PCI configuration space access
- pio
- Port IO intercepts
- poll_
device - Device poll services.
Traits§
- Chipset
Device - Implemented by any device that is considered part of the guest’s “chipset” (insofar as it exists on one or more system busses).