Commit 86d8d6c
ci: fix doc deployment for cross-target builds (#51)
* refactor: deps git to crates-io
* fix: feature
* refactor: support guest dyn entry
* refactor: add Clone trait to VMImageConfig
* fix: update arm_vcpu branch to 'next'
* add fdt support and add some AxVMConfig impl
* fix fmt bug
* fix bug: when no phys_cpu_ids panic
* add function map_reserved_memory_region (#28)
* add function map_reserved_memory_region
* add passthrough address (#29)
* add pass_through address
---------
Co-authored-by: szy <songzhyo@qq.com>
* add VMStatus enum and integrate into AxVM lifecycle management (#31)
* feat: update axerrno to 0.2 (#33)
* feat: update axerrno to 0.2
* fix: clippy
* Update riscv_vcpu dependency source (#39)
* fix(riscv): Fix RISC-V vCPU initialization and I/O handling
* chore: Update riscv_vcpu dependency source
* chore: specify axdevice branch and fix code formatting
* docs: add missing documentation comments
* chore: migrate from git to published versions
* chore: bump version to v0.2.1
* fix(vm): remove duplicate code lines
* fix(vm): adapt to axvcpu v0.2 API changes
* fix(vm): adapt to v0.2 API changes for multi-architecture compatibility
* ci: fix doc deployment for cross-target builds
---------
Co-authored-by: 周睿 <zrufo747@outlook.com>
Co-authored-by: szy <songzhyo@qq.com>
Co-authored-by: bhxh <32200913+buhenxihuan@users.noreply.github.com>
Co-authored-by: szy <673586548@qq.com>
Co-authored-by: 朝倉水希 <asakuramizu111@gmail.com>1 parent 7f46084 commit 86d8d6c
1 file changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
92 | 109 | | |
93 | 110 | | |
94 | 111 | | |
95 | 112 | | |
96 | | - | |
| 113 | + | |
97 | 114 | | |
98 | 115 | | |
99 | 116 | | |
| |||
0 commit comments