|
| 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 | + |
| 38 | +* Andrew Consroe <[email protected]> |
| 39 | + |
| 40 | +* Jinrong Liang <[email protected]> |
| 41 | +* Julian Stecklina < [email protected]> |
| 42 | +* Muminul Islam <[email protected]> |
| 43 | +* Rob Bradford <[email protected]> |
| 44 | + |
| 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