Skip to content

Commit bcc80dc

Browse files
committed
content: blog: Release v49.0
Signed-off-by: Bo Chen <bchen@crusoe.ai>
1 parent 03bc2e5 commit bcc80dc

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

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

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: "Cloud Hypervisor v49.0 Released!"
3+
date: 2025-11-09T05:36:56Z
4+
draft: false
5+
contributors: [Cloud Hypervisor Team]
6+
---
7+
This release has been tracked in [v49.0 group](https://github.com/orgs/cloud-hypervisor/projects/6/views/4?filterQuery=release%3A%22Release+49%22) of our [roadmap project](https://github.com/orgs/cloud-hypervisor/projects/6/).
8+
9+
### MSHV Support Improvements
10+
11+
On AArch64 with MSHV, firmware boot (#7391) and graceful guest shutdown
12+
(#7354) are now supported, and CI coverage has been added (#7381).
13+
14+
### Logging Improvements
15+
16+
Logs now use an improved timestamp format (#7355), emit an explicit
17+
message on graceful shutdown (#7346), and reduce noisy warnings with
18+
newer guest kernels (#7423).
19+
20+
### Removed Default IP and Mask for `virtio-net` Devices
21+
22+
The implicit default IP (192.168.249.1) and netmask (255.255.255.0) for
23+
`virtio-net` devices have been removed, as previously announced in the
24+
deprecation notice two releases ago (#7365). Users now can create
25+
`virtio-net` devices with no IP and netmask assigned.
26+
27+
### Notable Bug Fixes
28+
29+
* Prevent crash on malformed vsock connect requests (#7310)
30+
* Drop the VFIO container when no VFIO devices are active (#7364)
31+
* Gracefully close preserved file descriptors on hot device removal (#7371)
32+
* Fix race condition in pause–resume cycles (#7397)
33+
* Add NetConfig offload parameters to the OpenAPI spec file (#7445)
34+
* Fix seccomp filter violation from the http-server thread (#7454)
35+
36+
### Contributors
37+
38+
Many thanks to everyone who has contributed to our release:
39+
40+
* Aastha Rawat <aastharawat@microsoft.com>
41+
* Alyssa Ross <hi@alyssa.is>
42+
* Anirudh Rayabharam <anrayabh@microsoft.com>
43+
* Ariel Chenet <apchenet@gmail.com>
44+
* Bo Chen <bchen@crusoe.ai>
45+
* Can Zhang <icloud9957@gmail.com>
46+
* Eugene Korenevsky <ekorenevsky@aliyun.com>
47+
* Maximilian Güntner <code@mguentner.de>
48+
* Muminul Islam <muislam@microsoft.com>
49+
* Oliver Anderson <oliver.anderson@cyberus-technology.de>
50+
* Philipp Schuster <philipp.schuster@cyberus-technology.de>
51+
* Rob Bradford <rbradford@rivosinc.com>
52+
* Ruoqing He <heruoqing@iscas.ac.cn>
53+
* Wei Liu <liuwe@microsoft.com>
54+
* Yi Wang <foxywang@tencent.com>
55+
### Download
56+
See the <a href="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v49.0">GitHub Release</a> for the release assets.

0 commit comments

Comments
 (0)