diff --git a/content/en/blog/v42.0/index.md b/content/en/blog/v42.0/index.md new file mode 100644 index 0000000..8f2c389 --- /dev/null +++ b/content/en/blog/v42.0/index.md @@ -0,0 +1,54 @@ +--- +title: "Cloud Hypervisor v42.0 Released!" +date: 2024-10-25T09:20:04Z +draft: false +contributors: [Cloud Hypervisor Team] +--- +This release has been tracked in our [roadmap +project](https://github.com/orgs/cloud-hypervisor/projects/6) as iteration +v42.0. The following user visible changes have been made: + +### SVE/SVE2 Support on AArch64 + +The SVE and SVE2 feature bits are now propagated through to the guest on +AArch64. (#6678, #6691) + +### Notable Bug Fixes + +* Reduce latency notification when rate limited (#6672) +* Fix `virtio-console` resizing (#6704) +* Fix resizing when console uses TTY (#6754) +* Avoid deadlock in PCI BAR reprogramming that can occur when adding a new + `virtio` device to a VM that has been restored (#6775) +* Fix console resizing after VM restore (#6748) +* Fix memory resize error due to incorrect bounds checks (#6736) + +### Sponsorships + +During this release cycle a new VFIO CI worker has been provided by Crusoe +Energy and a new ARM64 CI worker has been provided by Ubicloud. + +### Contributors + +Many thanks to everyone who has contributed to our release: + +* Alexandru Matei +* Alyssa Ross +* Anirudh Rayabharam +* BharatNarasimman +* Bo Chen +* Jinank Jain +* Jonas Scholz +* Nuno Das Neves +* Praveen K Paladugu +* Purna Pavan Chandra +* Rob Bradford +* Ruoqing He +* Songqian Li +* Tom Dohrmann +* Wei Liu +* Wenyu Huang +* Yuhong Zhong +* wuxinyue +### Download + See the GitHub Release for the release assets.