xen: begin work on xen grant mappings

This commit is contained in:
Alex Zenla
2024-03-25 04:49:57 +00:00
parent 001409378e
commit 0a5948aa50
5 changed files with 347 additions and 0 deletions

View File

@ -12,6 +12,7 @@ members = [
"crates/xen/xencall",
"crates/xen/xenclient",
"crates/xen/xenevtchn",
"crates/xen/xengnt",
"crates/xen/xenstore",
]
resolver = "2"