pub fn setup_virtio_access_platform(
    resources: &mut SystemAllocator,
    iommu_attached_endpoints: &mut BTreeMap<u32, Arc<Mutex<Box<dyn MemoryMapperTrait>>>>,
    devices: &mut [(Box<dyn BusDeviceObj>, Option<Minijail>)]
) -> Result<(Option<BTreeMap<u32, Tube>>, Option<Tube>)>
Expand description

Setup for devices with virtio-iommu