Crate chipset_device

Source
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§

ChipsetDevice
Implemented by any device that is considered part of the guest’s “chipset” (insofar as it exists on one or more system busses).