hypha: implement subcommands and introduce destroy that tears things down properly

This commit is contained in:
Alex Zenla
2024-01-21 01:58:07 -08:00
parent ba156e43da
commit ece88e16cc
8 changed files with 228 additions and 46 deletions

View File

@ -21,6 +21,7 @@ fn main() -> Result<(), XenClientError> {
initrd_path: initrd_path.as_str(),
cmdline: "debug elevator=noop",
disks: vec![],
extra_keys: vec![],
};
let domid = client.create(&config)?;
println!("created domain {}", domid);