Releases: syswonder/hvisor-tool
Releases · syswonder/hvisor-tool
hvisor-tool v0.2.0
This release is compatible with hvisor v0.2.0
What's Changed
- Fix Virtio MMIO Register Names, Enhance Makefile, and Optimize VIRTIO_GPU Format Macros by @Inquisitor-201 in #25
- support for rk3568 and code fixes by @dallasxy in #26
- Enhance Toolchain Help, Secure JSON Parsing, and Logging Optimization by @Inquisitor-201 in #29
- enforce static linking,change CONFIG_MAX_MEMORY_REGIONS,update readme by @dallasxy in #31
- add config check and error status for zonex by @KouweiLee in #32
- Update hvisor.h: Change MAX_CPUS from 4 to 32 by @FlowerBlackG in #34
- Revert "Update hvisor.h: Change MAX_CPUS from 4 to 32" by @KouweiLee in #35
- Revert "Revert "Update hvisor.h: Change MAX_CPUS from 4 to 32"" by @KouweiLee in #36
- change /dev/hvisor to /dev/mem when loading images by @KouweiLee in #39
- virtio debug:vdev->dev can be use without assignment by @ohhhHwH in #40
- feat. merge latest hvisor-tool into loongarch and tested by @enkerewpo in #42
- add dynamic header size based on driver features in virtio-net by @KouweiLee in #41
- Enhance hvisor configuration sync and Add musl-libc compile support by @Inquisitor-201 in #44
- tools/Makefile: Static link for riscv by @Inquisitor-201 in #45
- Build(Makefile): Fix incremental build logic for tool and cJSON by @agicy in #46
- Add aarch32-guest mode support by @KouweiLee in #48
- gix boot bug with gicv2 and add demo by @ForeverYolo in #49
- Synchronize changes to the GIC parameter structure by @ForeverYolo in #50
New Contributors
- @dallasxy made their first contribution in #26
- @FlowerBlackG made their first contribution in #34
- @ohhhHwH made their first contribution in #40
- @agicy made their first contribution in #46
- @ForeverYolo made their first contribution in #49
Full Changelog: v0.1.0...v0.2.0
v0.1.0
hvisor-tool v0.1.0
This release is compatible with hvisor-v0.1.0.
What's Changed
- Add zone config support by @Inquisitor-201 in #4
- Add zone-list hypercall & add arm64 arch_zone_config by @Inquisitor-201 in #6
- Fix riscv64‘s’ sbi return by @liulog in #8
- add gits-base and gits-size in arm-arch-config, add pci-config, num_p… by @ZhongkaiXu in #10
- add multi ram regions for zonex FOR VIRTIO by @KouweiLee in #11
- support inter vm communication by @KouweiLee in #12
- add detailed error messages when parsing json by @Inquisitor-201 in #14
- Add support for virtio-gpu by @Misaka19986 in #15
- add ci to check code style and refactor all codes by @KouweiLee in #19
- fix: fix virtio-console pagefault bugs when passing process_descriptor_chain with flags=NULL by @enkerewpo in #20
- Make Virtio-gpu as a module, and improve readme by @KouweiLee in #21
- add riscv aia support by @SanchezDorso in #23
New Contributors
- @Inquisitor-201 made their first contribution in #4
- @liulog made their first contribution in #8
- @ZhongkaiXu made their first contribution in #10
- @KouweiLee made their first contribution in #11
- @Misaka19986 made their first contribution in #15
- @enkerewpo made their first contribution in #20
- @SanchezDorso made their first contribution in #23
Full Changelog: https://github.com/syswonder/hvisor-tool/commits/v0.1.0