Searched defs:vcpu_domain_paths (Results 1 – 2 of 2) sorted by relevance
1367 let mut vcpu_domain_paths = BTreeMap::new(); in setup_vm_components() localVariable2306 let vcpu_domain_paths = components.vcpu_domain_paths.clone(); in run_vm() localVariable
424 pub vcpu_domain_paths: BTreeMap<usize, PathBuf>, field