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