Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

content: blog: Release v45.0 #503

Merged
merged 1 commit into from
Mar 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions content/en/blog/v45.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: "Cloud Hypervisor v45.0 Released!"
date: 2025-03-30T17:28:57Z
draft: false
contributors: [Cloud Hypervisor Team]
---
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/).

Experimental `riscv64` Architecture Support
-------------------------------------------

Cloud Hypervisor now has experimental `riscv64` architecture
support. Details can be found from the [riscv
documentation](docs/riscv.md).

Alphabetically Sorted CLI Options
---------------------------------

To improve the readability of CLI options, the output of the `--help`
now is alphabetically sorted. (#6988)

Improved Downtime of VM Live Migration
--------------------------------------

The downtime of VM live migration is reduced via delaying some of the
tearing down process of the source VM after the destination VM is up and
running. (#6987)

Notable Bug Fixes
-----------------

* Fix seccomp filters related to http-api thread (#6967)
* Handle cross-page access in the emulator for mshv (#6968)

Contributors
------------

Many thanks to everyone who has contributed to our release:

* Anatol Belski <[email protected]>
* Andrew Consroe <[email protected]>
* Bo Chen <[email protected]>
* Jinank Jain <[email protected]>
* Jinrong Liang <[email protected]>
* Philipp Schuster <[email protected]>
* Ruoqing He <[email protected]>
* Stefan Kober <[email protected]>
* Wei Liu <[email protected]>
### Download
See the <a href="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v45.0">GitHub Release</a> for the release assets.