There was an error while loading. Please reload this page.
1 parent 93b8ee5 commit 7be52eeCopy full SHA for 7be52ee
1 file changed
Cargo.toml
@@ -6,6 +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.
10
11
[dependencies]
12
log = "0.4"
0 commit comments