Skip to content

Commit fc3f981

Browse files
committed
content: blog: Release v45.0
Signed-off-by: Bo Chen <[email protected]>
1 parent 9aeb555 commit fc3f981

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

content/en/blog/v45.0/index.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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+
* Bo Chen <[email protected]>
43+
* Jinank Jain <[email protected]>
44+
* Jinrong Liang <[email protected]>
45+
* Philipp Schuster <[email protected]>
46+
* Ruoqing He <[email protected]>
47+
* Stefan Kober <[email protected]>
48+
* Wei Liu <[email protected]>
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

Comments
 (0)