Home
last modified time | relevance | path

Searched defs:kvm_device_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dmod.rs624 let kvm_device_path = if let Some(HypervisorKind::Kvm { device }) = &cfg.hypervisor { in run_config() localVariable
630 let kvm_device_path = kvm_device_path.unwrap_or(Path::new("/dev/kvm")); in run_config() localVariable