Skip to content

Commit 7171d99

Browse files
committed
fixes after merging ivc code
1 parent 211289e commit 7171d99

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ 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" }
19+
axvcpu = { git = "https://github.com/arceos-hypervisor/axvcpu.git", branch = "inject_interrupt_vgicv3" }
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

2323
arm_vgic = { git = "https://github.com/arceos-hypervisor/arm_vgic.git", branch = "vmm_irq_gicv3", features = ["vgicv3"]}
24-
25-
[patch."https://github.com/arceos-hypervisor/arm_vgic.git"]
26-
arm_vgic = { path = "../arm_vgic" }

0 commit comments

Comments
 (0)