krata: begin work on guest message channel

This commit is contained in:
Alex Zenla
2024-03-27 06:28:47 +00:00
parent 66465793cd
commit d4f1ee5521
13 changed files with 340 additions and 58 deletions

View File

@ -17,6 +17,8 @@ serde_json = { workspace = true }
tokio = { workspace = true }
uuid = { workspace = true }
xenclient = { path = "../xen/xenclient" }
xenevtchn = { path = "../xen/xenevtchn" }
xengnt = { path = "../xen/xengnt" }
xenstore = { path = "../xen/xenstore" }
[lib]
@ -28,3 +30,7 @@ env_logger = { workspace = true }
[[example]]
name = "kratart-squashify"
path = "examples/squashify.rs"
[[example]]
name = "kratart-channel"
path = "examples/channel.rs"