Expand description
Functions for resolving and building devices.
Structs§
- Dynamic
Vpci Device - A dynamically created VPCI bus and its underlying PCI device.
- PciDevice
Resolve Context - Common context for resolving and building a PCI device. These parameters are shared across PCIe and VPCI device construction.
- Vpci
BusConfig - Configuration for a VPCI bus instance.
Functions§
- build_
dynamic_ vpci_ device - Resolves a PCI device resource and dynamically creates a VPCI bus to host it.
- build_
pcie_ device - Resolves a PCI device resource, builds the corresponding device, and attaches the device at the specified PCIe port.
- build_
vpci_ device - Resolves a PCI device resource, builds the corresponding device, and builds a VPCI bus to host it.
- resolve_
and_ add_ pci_ device - Resolves a PCI device resource and adds it to the specified chipset device builder.