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

This commit is contained in:
Alex Zenla
2024-05-05 13:39:53 -07:00
committed by GitHub
parent 3187830ff5
commit 51dff0361d
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" }