fix(xenplatform): e820 sanitize should now produce valid mappings

This commit is contained in:
Alex Zenla
2024-10-17 13:27:23 -04:00
parent b1e7a05440
commit 7f5a8c7a6e
7 changed files with 97 additions and 124 deletions

View File

@ -22,6 +22,10 @@ name = "xencall"
[dev-dependencies]
env_logger = { workspace = true }
[[example]]
name = "xencall-cpu-topology"
path = "examples/cpu_topology.rs"
[[example]]
name = "xencall-domain-info"
path = "examples/domain_info.rs"