Skip to content

Commit f8e6514

Browse files
committed
fix branch names for axvcpu
1 parent 7171d99 commit f8e6514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ percpu = { version = "0.2.0", features = ["arm-el2"] }
1616
aarch64_sysreg = "0.1.1"
1717

1818
axaddrspace = { git = "https://github.com/arceos-hypervisor/axaddrspace.git" }
19-
axvcpu = { git = "https://github.com/arceos-hypervisor/axvcpu.git", branch = "inject_interrupt_vgicv3" }
19+
axvcpu = { git = "https://github.com/arceos-hypervisor/axvcpu.git", branch = "inject_interrupt_vgicv3_ivc" }
2020
axdevice_base = { git = "https://github.com/arceos-hypervisor/axdevice_crates.git", branch = "inject_interrupt" }
2121
axvisor_api = { git = "https://github.com/arceos-hypervisor/axvisor_api.git", branch = "inject_interrupt" }
2222

0 commit comments

Comments
 (0)