Searched defs:VmConfig (Results 1 – 2 of 2) sorted by relevance
24 pub struct VmConfig { struct40 impl VmConfig { argument54 pub fn load(file: &File) -> Result<VmConfig, Error> { in load()
74 config: &VmConfig, in start()124 fn run_vm(config: &VmConfig, cid: Cid, log_fd: Option<File>) -> Result<SharedChild, Error> { in run_vm()