unpause domain so domain can run during boot

This commit is contained in:
Alex Zenla
2024-01-17 01:41:17 -08:00
parent 5c1bb3d8fc
commit 6ca61410ad
7 changed files with 68 additions and 8 deletions

View File

@ -19,6 +19,9 @@ path = "../xencall"
[dependencies.xenstore]
path = "../xenstore"
[dependencies.xenevtchn]
path = "../xenevtchn"
[dependencies.uuid]
version = "1.6.1"
features = ["v4"]