fn start_pci_root_worker(
    supports_readonly_mapping: bool,
    pci_root: Arc<Mutex<PciRoot>>,
    hp_device_tube: Receiver<PciRootCommand>,
    vm_control_tube: Tube
)