chore(xen): move device transactions into separate interface

This commit is contained in:
Alex Zenla
2024-06-20 22:18:26 -07:00
parent d8fdaa9d16
commit e9e488b21a
4 changed files with 624 additions and 657 deletions

View File

@ -44,7 +44,6 @@ async fn main() -> Result<()> {
filesystems: vec![],
extra_keys: vec![],
extra_rw_paths: vec![],
event_channels: vec![],
};
let created = client.create(&config).await?;
println!("created domain {}", created.domid);