Searched refs:vfio_path (Results 1 – 2 of 2) sorted by relevance
1596 let vfio_path = PathBuf::from(value.unwrap()); in set_argument() localVariable1597 if !vfio_path.exists() { in set_argument()1603 if !vfio_path.is_dir() { in set_argument()1610 cfg.vfio.push(vfio_path); in set_argument()
1680 for vfio_path in &cfg.vfio { in create_devices()1694 let vfiodevice = VfioDevice::new(vfio_path.as_path(), vm, mem, vfio_container.clone()) in create_devices()