@@ -34,31 +34,32 @@ log = "0.4"
3434spin = " 0.9"
3535timer_list = " 0.1"
3636toml = " 0.9"
37- vm-allocator = {git = " https://github.com/rust-vmm/vm-allocator.git" , ref = " c66cfac" , default-features = false }
37+ vm-allocator = {git = " https://github.com/rust-vmm/vm-allocator.git" , ref = " c66cfac" , default-features = false }
3838
3939# System dependent modules provided by ArceOS.
40- axstd = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " , features = [
40+ axstd = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " , features = [
4141 " alloc-level-1" ,
4242 " paging" ,
4343 " irq" ,
4444 " multitask" ,
45+ " alloc" ,
46+ " myplat" ,
4547 " smp" , # "page-alloc-64g",
4648]}
4749
48- axalloc = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " }
49- axconfig = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " }
50- axdisplay = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " }
51- axdriver = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " }
52- axfs = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " }
53- axhal = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " }
54- axipi = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " }
55- axlog = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " }
56- axmm = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " }
57- axnet = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " }
58- axtask = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1 " }
50+ axalloc = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " }
51+ axconfig = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " }
52+ axdisplay = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " }
53+ axdriver = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " }
54+ axfs = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " }
55+ axhal = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " }
56+ axipi = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " }
57+ axlog = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " }
58+ axmm = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " }
59+ axnet = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " }
60+ axtask = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.2 " }
5961
6062axplat = {git = " https://github.com/arceos-hypervisor/axplat_crates.git" , tag = " vmm-v0.3.0" }
61-
6263# System dependent modules provided by ArceOS-Hypervisor.
6364axaddrspace = " 0.2"
6465axhvc = {git = " https://github.com/arceos-hypervisor/axhvc.git" }
@@ -82,13 +83,14 @@ vm-fdt = {git = "https://github.com/bullhh/vm-fdt.git", default-features = false
8283
8384axdevice = {git = " https://github.com/arceos-hypervisor/axdevice.git" }
8485axdevice_base = " 0.1"
86+ axplat-aarch64-dyn = {path = " platform/axplat-aarch64-dyn" , features = [" irq" , " smp" , " hv" ]}
8587axvisor_api = " 0.1"
86- driver = {path = " modules/driver" }
8788axvm-types = {path = " modules/axvm-types" }
89+ driver = {path = " modules/driver" }
8890
8991# platform
9092axplat-x86-qemu-q35 = {path = " platform/x86-qemu-q35" }
91- axvmconfig = {version =" 0.1" , default-features = false }
93+ axvmconfig = {version = " 0.1" , default-features = false }
9294
9395[patch .crates-io ]
9496arm_vcpu = {path = " modules/arm_vcpu" }
0 commit comments