Skip to content

Commit ab1aeb1

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

File tree

10 files changed

+10
-2
lines changed

10 files changed

+10
-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"
130 Bytes
Binary file not shown.
984 Bytes
Binary file not shown.
10.1 KB
Binary file not shown.
1.13 KB
Binary file not shown.

venv/bin/python

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python3

venv/bin/python3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/local/bin/python3

venv/bin/python3.10

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python3

venv/lib64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib

venv/pyvenv.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
home = /usr/local/bin
2+
include-system-site-packages = false
3+
version = 3.10.18

0 commit comments

Comments
 (0)