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