Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.93 KB

File metadata and controls

39 lines (31 loc) · 2.93 KB

Changelog

⚠️ Please update this file for any changes to the hvisor project along with your name and GitHub profile link under the CURRENT section.

CURRENT - v0.1.2

  • [feature] riscv64: add virtio support in qemu-aia to boot zone1. (CHonghao)
  • [feature] pci support for loongarch64 (wheatfox, Zhongkai Xu)
  • [ci] support running CI with the latest hvisor-tool and the configuration files in hvisor (CHonghao)
  • [feature] enable dynamic CPU detection for ARM platforms via device tree (GuanTouYu)
  • [platform] support for rk3568 (dallasxy)
  • [feature] riscv64: add virtio support (Jingyu Liu)
  • [feature] riscv64: add vplic struct (Jingyu Liu)
  • [feature] riscv64: add aclint support (Jingyu Liu)

History Release

hvisor v0.1.1

  • [platform] seperate board definitions into platform folder with re-designed cargo feature system for hvisor (wheatfox)

hvisor v0.1.0

  • [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)