There was an error while loading. Please reload this page.
1 parent e997962 commit 51e6f17Copy full SHA for 51e6f17
1 file changed
Cargo.toml
@@ -36,6 +36,6 @@ x86_vcpu = "0.1"
36
riscv_vcpu = { git = "https://github.com/arceos-hypervisor/riscv_vcpu.git" }
37
38
[target.'cfg(target_arch = "aarch64")'.dependencies]
39
-arm_vcpu = { path = "/home/zhourui/arceos/arm_vcpu" }
+arm_vcpu = { git = "https://github.com/arceos-hypervisor/arm_vcpu", branch = "dev-irq" }
40
arm_vgic = { git = "https://github.com/arceos-hypervisor/arm_vgic.git", features = ["vgicv3"] }
41
0 commit comments