fix(xenclient): use a single transaction for device setup

This commit is contained in:
Alex Zenla
2024-05-05 02:02:44 -07:00
parent 3187830ff5
commit d5a93b0342
5 changed files with 74 additions and 40 deletions

View File

@ -12,6 +12,7 @@ resolver = "2"
async-trait = { workspace = true }
elf = { workspace = true }
flate2 = { workspace = true }
indexmap = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
krata-xencall = { path = "../xencall", version = "^0.0.10" }