Searched refs: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() localVariable631 let kvm = Kvm::new_with_path(kvm_device_path).context("error creating Kvm")?; in run_config()