We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb6720 commit fc67433Copy full SHA for fc67433
Cargo.lock
@@ -5002,7 +5002,9 @@ dependencies = [
5002
"sidecar_defs",
5003
"string_page_buf",
5004
"tdcall",
5005
+ "test_with_tracing",
5006
"thiserror 2.0.16",
5007
+ "tracing",
5008
"underhill_confidentiality",
5009
"x86defs",
5010
"zerocopy 0.8.25",
openhcl/openhcl_boot/Cargo.toml
@@ -37,6 +37,10 @@ safe_intrinsics.workspace = true
37
tdcall.workspace = true
38
x86defs.workspace = true
39
40
+[dev-dependencies]
41
+test_with_tracing.workspace = true
42
+tracing.workspace = true
43
+
44
[build-dependencies]
45
minimal_rt_build.workspace = true
46
openhcl/openhcl_boot/src/host_params/dma_hint.rs
0 commit comments