|
| 1 | +--- |
| 2 | +title: "Cloud Hypervisor v45.0 Released!" |
| 3 | +date: 2025-03-30T17:28:57Z |
| 4 | +draft: false |
| 5 | +contributors: [Cloud Hypervisor Team] |
| 6 | +--- |
| 7 | +This release has been tracked in [v45.0 group](https://github.com/orgs/cloud-hypervisor/projects/6/views/4?filterQuery=release%3A%22Release+45%22) of our [roadmap project](https://github.com/orgs/cloud-hypervisor/projects/6/). |
| 8 | + |
| 9 | +Experimental `riscv64` Architecture Support |
| 10 | +------------------------------------------- |
| 11 | + |
| 12 | +Cloud Hypervisor now has experimental `riscv64` architecture |
| 13 | +support. Details can be found from the [riscv |
| 14 | +documentation](docs/riscv.md). |
| 15 | + |
| 16 | +Alphabetically Sorted CLI Options |
| 17 | +--------------------------------- |
| 18 | + |
| 19 | +To improve the readability of CLI options, the output of the `--help` |
| 20 | +now is alphabetically sorted. (#6988) |
| 21 | + |
| 22 | +Improved Downtime of VM Live Migration |
| 23 | +-------------------------------------- |
| 24 | + |
| 25 | +The downtime of VM live migration is reduced via delaying some of the |
| 26 | +tearing down process of the source VM after the destination VM is up and |
| 27 | +running. (#6987) |
| 28 | + |
| 29 | +Notable Bug Fixes |
| 30 | +----------------- |
| 31 | + |
| 32 | +* Fix seccomp filters related to http-api thread (#6967) |
| 33 | +* Handle cross-page access in the emulator for mshv (#6968) |
| 34 | + |
| 35 | +Contributors |
| 36 | +------------ |
| 37 | + |
| 38 | +Many thanks to everyone who has contributed to our release: |
| 39 | + |
| 40 | +* Anatol Belski <[email protected]> |
| 41 | +* Andrew Consroe <[email protected]> |
| 42 | + |
| 43 | + |
| 44 | +* Jinrong Liang <[email protected]> |
| 45 | +* Philipp Schuster < [email protected]> |
| 46 | + |
| 47 | +* Stefan Kober < [email protected]> |
| 48 | + |
| 49 | +### Download |
| 50 | + See the <a href="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v45.0">GitHub Release</a> for the release assets. |
0 commit comments