Searched refs:run_vm (Results 1 – 1 of 1) sorted by relevance
81 let child = run_vm(config, cid, log_fd)?; in start()124 fn run_vm(config: &VmConfig, cid: Cid, log_fd: Option<File>) -> Result<SharedChild, Error> { in run_vm() function