Searched defs:kvm_device_path (Results 1 – 1 of 1) sorted by relevance
624 let kvm_device_path = if let Some(HypervisorKind::Kvm { device }) = &cfg.hypervisor { in run_config() localVariable630 let kvm_device_path = kvm_device_path.unwrap_or(Path::new("/dev/kvm")); in run_config() localVariable