-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rob Bradford <[email protected]>
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
* Alyssa Ross <[email protected]> | ||
* Anirudh Rayabharam <[email protected]> | ||
* BharatNarasimman <[email protected]> | ||
* Bo Chen <[email protected]> | ||
* Jinank Jain <[email protected]> | ||
* Jonas Scholz <[email protected]> | ||
* Nuno Das Neves <[email protected]> | ||
* Praveen K Paladugu <[email protected]> | ||
* Purna Pavan Chandra <[email protected]> | ||
* Rob Bradford <[email protected]> | ||
* Ruoqing He <[email protected]> | ||
* Songqian Li <[email protected]> | ||
* Tom Dohrmann <[email protected]> | ||
* Wei Liu <[email protected]> | ||
* Wenyu Huang <[email protected]> | ||
* Yuhong Zhong <[email protected]> | ||
* wuxinyue <[email protected]> | ||
### Download | ||
See the <a href="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v42.0">GitHub Release</a> for the release assets. |