We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e92e00 commit 40051baCopy full SHA for 40051ba
Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
6
[features]
7
default = ["vmx"]
8
vmx = []
9
-4-level-ept = ["arm_vcpu/4-level-ept"] # TODO: Realize 4-level-ept on x86_64 and riscv64.
+4-level-ept = ["axaddrspace/4-level-ept"] # TODO: Realize 4-level-ept on x86_64 and riscv64.
10
11
[dependencies]
12
log = "0.4"
0 commit comments