Skip to content

Commit c0058a6

Browse files
committed
content: block: Release v43.0
1 parent 3d9c273 commit c0058a6

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: "Cloud Hypervisor v43.0 Released!"
3+
date: 2024-12-18T21:31:26Z
4+
draft: false
5+
contributors: [Cloud Hypervisor Team]
6+
---
7+
This release has been tracked in our [roadmap
8+
project](https://github.com/orgs/cloud-hypervisor/projects/6) as iteration
9+
v43.0. The following user visible changes have been made:
10+
11+
### Live Migration over TCP Connections
12+
13+
Support has been added to enable direct live migration from two hosts via TCP
14+
connections. This supplements the existing support for migrating over a UNIX
15+
socket which can then be tunnelled as desired. The documentation has been
16+
updated. (#6850)
17+
18+
### Notable Performance Improvements
19+
20+
The `VIRTIO_RING_F_INDIRECT_DESC` feature has been enabled for `virtio-block`
21+
devices. This significantly increases the throughput of the devices with a
22+
small negative impact on latency. (#6826)
23+
24+
### Notable Bug Fixes
25+
26+
* Cloud Hypervisor now accepts VFIO devices that use I/O PCI BARs on non x86-64
27+
architectures. Whether they function depends on the host PCI host bridge
28+
support - previously they would be rejected even if the driver did not use
29+
these BARs. (#6871)
30+
* Command line groups were adjusted to ensure that at least one payload
31+
parameter was provided if any other VM parameters provided. (#6832)
32+
33+
### Contributors
34+
35+
Many thanks to everyone who has contributed to our release:
36+
37+
* Alyssa Ross <[email protected]>
38+
* Andrew Consroe <[email protected]>
39+
* Bo Chen <[email protected]>
40+
* Jinrong Liang <[email protected]>
41+
* Julian Stecklina <[email protected]>
42+
* Muminul Islam <[email protected]>
43+
* Rob Bradford <[email protected]>
44+
* Ruoqing He <[email protected]>
45+
* Wojtek Czekalski <[email protected]>
46+
47+
### Download
48+
See the <a href="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v43.0">GitHub Release</a> for the release assets.

0 commit comments

Comments
 (0)