Skip to content

Releases: syswonder/hvisor

hvisor v0.1.1

15 Mar 14:13
ee3e815
Compare
Choose a tag to compare

What's Changed

  • feat: add installation check for u-boot-tools in cargo_test.sh by @enkerewpo in #118
  • feat(.github, test): add system tests for booting root and non-root in the CI workflow by @CHonghaohao in #117
  • fix: temporarily disable the problematic subtests by @CHonghaohao in #120
  • riscv64: compatible with platform-abstraction by @liulog in #122
  • [platform] add platform folder for each board with better abstraction by @enkerewpo in #121
  • merge new platform abstraction to main for hvisor-v0.1.1 release by @enkerewpo in #123

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Mar 10:01
cc30694
Compare
Choose a tag to compare

hvisor v0.1.0

This release has been automatically tested on CI, including code formatting checks and compilation verification for AArch64, RISC-V64, and LoongArch64. Additionally, it has been manually tested on hardware platforms (i.MX8MP and Loongson 3A5000) as of 2025-03-01, confirming that all functionalities are working correctly.

  • [platform] architecture officially supported: riscv64, loongarch64 (Jingyu Liu, wheatfox)
  • [tool] adapting hvisor-tool virtio-gpu, virtio-console (KouweiLee, Roxy, wheatfox)
  • [bugfix] refactor aarch64 pagetable code (dallasxy)
  • [platform] Xilinx Ultrascale+ ZCU102 PS processor support (Ren HangQi)
  • [platform] Loongson 3A5000+7A2000 support (wheatfox, BoneInscri)
  • [feature] SMMUv3 support (Zhongkai Xu)
  • [feature] PCIe support (Zhongkai Xu, dallasxy, Ren HangQi)
  • [feature] network interface card support (Ren HangQi)
  • [feature] riscv64: IOMMU support (Jingyu Liu)
  • [feature] aarch64: GICv2 support (Ren HangQi)
  • [feature] basic inter-vm communication(ivc) support (KouweiLee)
  • [test] unittest and github ci support (wheatfox)
  • [tool] hvisor-tool: support virtio-console, virtio-blk, virtio-net (KouweiLee)
  • [platform] basic support for riscv64 (likey99)
  • [tool] aarch64: management tool in root zone linux, can create, stop, suspend and destroy working zones (KouweiLee)
  • [platform] basic support for aarch64 with root and nonroot zone booting (Nehckl)

What's Changed

New Contributors

Full Changelog: https://github.com/syswonder/hvisor/commits/v0.1.0