Commit b1e116e
chore: merge dev to main (#41)
* feat(axvisor): support Phytium Pi and RK3568 boards (#40)
- Add rk3568_clk driver as optional dependency for RK3568 clock support
- Dynamically determine guest page table levels based on physical
address size (3 levels for 44-bit PA like Phytium Pi, 4 levels otherwise)
- Export max_guest_page_table_levels() in arm_vcpu and axvm
* fix(Cargo.lock): revert version to 3 and add rk3568_clk dependency
---------
Co-authored-by: YanLien <128586861+YanLien@users.noreply.github.com>1 parent 1d19fdd commit b1e116e
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
0 commit comments