Skip to content

Commit 13a0d85

Browse files
committed
content: blog: Release v48.0
Signed-off-by: Bo Chen <[email protected]>
1 parent 7ffc680 commit 13a0d85

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

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

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: "Cloud Hypervisor v48.0 Released!"
3+
date: 2025-09-12T23:05:40Z
4+
draft: false
5+
contributors: [Cloud Hypervisor Team]
6+
---
7+
This release has been tracked in [v48.0 group](https://github.com/orgs/cloud-hypervisor/projects/6/views/4?filterQuery=release%3A%22Release+48%22) of our [roadmap project](https://github.com/orgs/cloud-hypervisor/projects/6/).
8+
9+
### Experimental `fw_cfg` Device Support
10+
11+
This feature enables passing configuration data and files, such as VM
12+
boot configurations (kernel, kernel cmdline, e820 memory map, and ACPI
13+
tables), from the host to the guest. (#7117)
14+
15+
### Experimental `ivshmem` Device Support
16+
17+
Support for inter-VM shared memory has been added. For more information,
18+
please refer to the [ivshmem documentation](docs/ivshmem.md). (#6703)
19+
20+
### Firmware Boot Support on `riscv64`
21+
22+
In addition to direct kernel boot, firmware boot support has been added
23+
on `riscv64` hosts. (#7249)
24+
25+
### Increased vCPU Limit on x86_64/kvm
26+
27+
The maximum number of supported vCPUs on x86_64 hosts using KVM has been
28+
raised from 254 to 8192. (#7299)
29+
30+
### Improved Block Performance with Small Block Sizes
31+
32+
Performance for `virtio-blk` with small block sizes (16KB and below)
33+
is enhanced via submitting async IO requests in batches. (#7146)
34+
35+
### Faster VM Pause Operation
36+
37+
The VM pause operation now is significantly faster particularly for VMs
38+
with a large number of vCPUs. (#7290)
39+
40+
### Updated Documentation on Windows Guest Support
41+
42+
Our Windows documentation now includes instructions to run Windows 11
43+
guests, in addition to Windows Server guests. (#7218)
44+
45+
### Policy on AI Generated Code
46+
47+
We will decline any contributions known to contain contents generated or
48+
derived from using Large Language Models (LLMs). Details can be found
49+
in our [contributing documentation](CONTRIBUTING.md). (#7162)
50+
51+
### Removed SGX Support
52+
53+
The SGX support has been removed, as announced in the deprecation notice two
54+
release cycles ago. (#7093)
55+
56+
### Notable Bug Fixes
57+
58+
* Seccomp filter fixes with glibc v2.42 (#7327)
59+
* Various fixes related to (#7331, #7334, #7335)
60+
61+
### Contributors
62+
63+
Many thanks to everyone who has contributed to our release:
64+
65+
* Alex Orozco <[email protected]>
66+
* Alyssa Ross <[email protected]>
67+
* Anirudh Rayabharam <[email protected]>
68+
* Bo Chen <[email protected]>
69+
* Demi Marie Obenour <[email protected]>
70+
* Lucas Grosche <[email protected]>
71+
* Muminul Islam <[email protected]>
72+
* Oliver Anderson <[email protected]>
73+
* Peter Oskolkov <[email protected]>
74+
* Philipp Schuster <[email protected]>
75+
* Ruoqing He <[email protected]>
76+
* Shubham Chakrawar <[email protected]>
77+
* Songqian Li <[email protected]>
78+
* Wei Liu <[email protected]>
79+
### Download
80+
See the <a href="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v48.0">GitHub Release</a> for the release assets.

0 commit comments

Comments
 (0)