We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
axvcpu
1 parent 7171d99 commit f8e6514Copy full SHA for f8e6514
Cargo.toml
@@ -16,7 +16,7 @@ percpu = { version = "0.2.0", features = ["arm-el2"] }
16
aarch64_sysreg = "0.1.1"
17
18
axaddrspace = { git = "https://github.com/arceos-hypervisor/axaddrspace.git" }
19
-axvcpu = { git = "https://github.com/arceos-hypervisor/axvcpu.git", branch = "inject_interrupt_vgicv3" }
+axvcpu = { git = "https://github.com/arceos-hypervisor/axvcpu.git", branch = "inject_interrupt_vgicv3_ivc" }
20
axdevice_base = { git = "https://github.com/arceos-hypervisor/axdevice_crates.git", branch = "inject_interrupt" }
21
axvisor_api = { git = "https://github.com/arceos-hypervisor/axvisor_api.git", branch = "inject_interrupt" }
22
0 commit comments