Searched refs:control_tubes (Results 1 – 2 of 2) sorted by relevance
1628 control_tubes: &mut Vec<TaggedControlTube>, in create_devices()1657 control_tubes.push(TaggedControlTube::VmIrq(msi_host_tube)); in create_devices()1684 control_tubes.push(TaggedControlTube::VmIrq(vfio_host_tube_msi)); in create_devices()1688 control_tubes.push(TaggedControlTube::VmIrq(vfio_host_tube_msix)); in create_devices()1692 control_tubes.push(TaggedControlTube::VmMemory(vfio_host_tube_mem)); in create_devices()2404 let mut control_tubes = Vec::new(); in run_vm() localVariable2410 control_tubes.push(TaggedControlTube::Vm(gdb_host_tube)); in run_vm()2415 control_tubes.push(TaggedControlTube::VmMemory(wayland_host_tube)); in run_vm()2434 control_tubes.push(TaggedControlTube::VmMsync(pmem_host_tube)); in run_vm()2438 control_tubes.push(TaggedControlTube::VmMemory(gpu_host_tube)); in run_vm()[all …]
111 let mut control_tubes = vec![TaggedControlTube::VmIrq(irqchip_tube)]; in simple_vm_test() localVariable123 control_tubes.push(TaggedControlTube::VmMemory(gpu_host_tube)); in simple_vm_test()