pub fn assign_pci_addresses(
devices: &mut [(Box<dyn BusDeviceObj>, Option<Minijail>)],
resources: &mut SystemAllocator,
) -> Result<(), DeviceRegistrationError>Expand description
Ensure all PCI devices have an assigned PCI address.
pub fn assign_pci_addresses(
devices: &mut [(Box<dyn BusDeviceObj>, Option<Minijail>)],
resources: &mut SystemAllocator,
) -> Result<(), DeviceRegistrationError>Ensure all PCI devices have an assigned PCI address.