|
| 1 | +--- |
| 2 | +title: "Cloud Hypervisor v40.0 Released!" |
| 3 | +date: 2024-06-21T11:12:02Z |
| 4 | +draft: false |
| 5 | +contributors: [Cloud Hypervisor Team] |
| 6 | +--- |
| 7 | +This release has been tracked in our [roadmap |
| 8 | +project](https://github.com/orgs/cloud-hypervisor/projects/6) as iteration |
| 9 | +v40.0. The following user visible changes have been made: |
| 10 | + |
| 11 | +### Support for Restoring File Descriptor Backed Network Devices |
| 12 | + |
| 13 | +It is now possible to pass file descriptors over the HTTP API (and using |
| 14 | +`ch-remote`) when restoring to update the file descriptors for network devices. |
| 15 | +This enables snapshot & restore functionality for guests using `macvtap` or |
| 16 | +other file descriptor backed network devices. (#6286) |
| 17 | + |
| 18 | +### Notable Bug Fixes |
| 19 | + |
| 20 | +* Default values have been removed from required fields in the OpenAPI metadata |
| 21 | + (#6495) |
| 22 | +* The help syntax of `ch-remote remove-device` has been improved (#6456) |
| 23 | +* A double close of file descriptors has been fixed when using `--serial` |
| 24 | + (#6486) |
| 25 | +* To prevent loops a limit on the nesting level for QCOW2 backing files has |
| 26 | + been introduced (#6482) |
| 27 | +* Boot time performance has been improved with multiple cores by avoiding |
| 28 | + `cpuid` instructions and by seeding the in kernel file descriptor table |
| 29 | + (#6498, #6478) |
| 30 | +* L1 cache details are more likely to be propagated into the guest (#6523) |
| 31 | +* The default topology for guests now uses multiple cores rather than sockets |
| 32 | + (#6504) |
| 33 | + |
| 34 | +### Contributors |
| 35 | + |
| 36 | +Many thanks to everyone who has contributed to our release: |
| 37 | + |
| 38 | +* Alexandru Matei < [email protected]> |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | +* Muminul Islam <[email protected]> |
| 43 | +* Nuno Das Neves <[email protected]> |
| 44 | +* Omer Faruk Bayram < [email protected]> |
| 45 | +* Praveen K Paladugu <[email protected]> |
| 46 | +* Purna Pavan Chandra <[email protected]> |
| 47 | +* Rob Bradford <[email protected]> |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +### Download |
| 55 | + See the <a href="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v40.0">GitHub Release</a> for the release assets. |
0 commit comments