pub async fn build_pcie_device(
ctx: PciDeviceResolveContext<'_>,
chipset_builder: &ChipsetBuilder<'_>,
port_name: Arc<str>,
dma_target: &DmaTarget,
) -> Result<()>Expand description
Resolves a PCI device resource, builds the corresponding device, and attaches the device at the specified PCIe port.