Searched defs:CrosvmConfig (Results 1 – 1 of 1) sorted by relevance
103 pub struct CrosvmConfig { struct104 pub cid: Cid,105 pub name: String,106 pub bootloader: Option<File>,107 pub kernel: Option<File>,108 pub initrd: Option<File>,109 pub disks: Vec<DiskFile>,110 pub shared_paths: Vec<SharedPathConfig>,111 pub params: Option<String>,112 pub protected: bool,[all …]