Skip to content

Commit 49596b7

Browse files
committed
rename 4-level-page to 4-level-ept
1 parent 8f442c6 commit 49596b7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
rust-toolchain: [nightly-2024-12-25, nightly]
11+
rust-toolchain: [nightly-2025-05-20, nightly]
1212
targets: [x86_64-unknown-linux-gnu, x86_64-unknown-none, riscv64gc-unknown-none-elf, aarch64-unknown-none-softfloat]
1313
steps:
1414
- uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
- uses: dtolnay/rust-toolchain@nightly
4747
with:
48-
toolchain: nightly-2024-12-25
48+
toolchain: nightly-2025-05-20
4949
- name: Build docs
5050
continue-on-error: ${{ github.ref != env.default-branch && github.event_name != 'pull_request' }}
5151
run: |

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[features]
77
default = ["vmx"]
88
vmx = []
9-
4-level-page = ["arm_vcpu/4-level-page"]
9+
4-level-page = ["arm_vcpu/4-level-ept"]
1010

1111
[dependencies]
1212
log = "0.4"
@@ -39,3 +39,5 @@ riscv_vcpu = { git = "https://github.com/arceos-hypervisor/riscv_vcpu.git" }
3939
arm_vcpu = { git = "https://github.com/arceos-hypervisor/arm_vcpu.git", branch = "dev-irq" }
4040
arm_vgic = { git = "https://github.com/arceos-hypervisor/arm_vgic.git", features = ["vgicv3"] }
4141

42+
[patch.crates-io]
43+
axaddrspace = { git = "https://github.com/arceos-hypervisor/axaddrspace.git" }

0 commit comments

Comments
 (0)