Skip to content

Commit eda7030

Browse files
committed
add feature: 4-level-ept
1 parent 01634a0 commit eda7030

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPubL-2.0 OR MulanPSL2"
1111

1212
[features]
1313
fs = ["axstd/fs"]
14+
4-level-ept = ["axaddrspace/4-level-ept", "axvm/4-level-ept"]
1415

1516
[dependencies]
1617
log = "=0.4.21"
@@ -34,8 +35,8 @@ axstd = { git = "https://github.com/arceos-hypervisor/arceos.git", branch = "vmm
3435

3536
# System dependent modules provided by ArceOS-Hypervisor.
3637
axvm = { git = "https://github.com/arceos-hypervisor/axvm.git" }
37-
axvcpu = { git = "https://github.com/arceos-hypervisor/axvcpu.git" }
38-
axaddrspace = { git = "https://github.com/arceos-hypervisor/axaddrspace.git" }
38+
axvcpu = "0.1"
39+
axaddrspace = "0.1"
3940

4041
# System independent crates provided by ArceOS, these crates could be imported by remote url.
4142
crate_interface = "0.1"

0 commit comments

Comments
 (0)