Skip to content

Commit 3f6b2fd

Browse files
authored
Axplat02 (#258)
* refactor: use rdrive 0.18 * use tag
1 parent 3a83b82 commit 3f6b2fd

File tree

5 files changed

+69
-89
lines changed

5 files changed

+69
-89
lines changed

Cargo.lock

Lines changed: 60 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spin = "0.9"
2828
timer_list = "0.1.0"
2929

3030
# System dependent modules provided by ArceOS.
31-
axstd = {git = "https://github.com/arceos-hypervisor/arceos.git", branch = "hypervisor", features = [
31+
axstd = {git = "https://github.com/arceos-hypervisor/arceos.git", tag = "hv-0.3.0", features = [
3232
"alloc-level-1",
3333
"paging",
3434
"irq",
@@ -52,7 +52,8 @@ memory_addr = "0.4"
5252
page_table_entry = {version = "0.5", features = ["arm-el2"]}
5353
page_table_multiarch = "0.5"
5454
percpu = {version = "0.2", features = ["arm-el2"]}
55-
rdrive = "0.16"
55+
rdif-intc = "0.12"
56+
rdrive = "0.18"
5657

5758
vm-fdt = {git = "https://github.com/bullhh/vm-fdt.git", default-features = false, features = ["alloc"]}
5859

platform/aarch64-generic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "axplat-aarch64-generic"
44
version = "0.1.0"
55

66
[dependencies]
7-
axplat-aarch64-dyn = {git = "https://github.com/arceos-hypervisor/axplat-aarch64-dyn", tag = "v0.1.7", features = ["irq", "smp", "hv"]}
7+
axplat-aarch64-dyn = {git = "https://github.com/arceos-hypervisor/axplat-aarch64-dyn", tag = "v0.2.0", features = ["irq", "smp", "hv"]}
88

99
[build-dependencies]
1010
serde = {version = "1.0", features = ["derive"]}

0 commit comments

Comments
 (0)