|
| 1 | +--- |
| 2 | +title: "Cloud Hypervisor v44.0 Released!" |
| 3 | +date: 2025-02-03T19:34:45Z |
| 4 | +draft: false |
| 5 | +contributors: [Cloud Hypervisor Team] |
| 6 | +--- |
| 7 | +# v44.0 |
| 8 | + |
| 9 | +This release has been tracked in our [roadmap project](https://github.com/orgs/cloud-hypervisor/projects/6) as iteration |
| 10 | +v44.0. The following user visible changes have been made: |
| 11 | + |
| 12 | +### Configurable `virtio-iommu` Address Width |
| 13 | + |
| 14 | +The `iommu_address_width` option has been added to `--platform` to allow users |
| 15 | +to limit the `virtio-iommu` address space in the guest. (#6900) |
| 16 | + |
| 17 | +### Notable Performance Improvements |
| 18 | + |
| 19 | +The `VIRTIO_BLK_F_SEG_MAX` feature has been enabled for `virtio-block` devices, |
| 20 | +which brings significant performance improvements on throughput. (#6885) |
| 21 | + |
| 22 | +The `io_uring` entries are no longer forced to use async helper workers, |
| 23 | +delegating the decision to the kernel. This change resolved the issue of having |
| 24 | +excessive amount of worker threads when `io_uring` is being used, which is |
| 25 | +expected to improve performance, such as reducing memory usage and reduce CPU |
| 26 | +contention. |
| 27 | + |
| 28 | +### New Fuzzers |
| 29 | + |
| 30 | +Our continuous fuzzing infrastructure is augmented with two new fuzzers to cover |
| 31 | +x86 instruction emulator and `virtio-vsock`. |
| 32 | + |
| 33 | +### Notable Bug Fixes |
| 34 | + |
| 35 | +* Fix short read and short write that impact QCOW and VHDX support. (#6884) |
| 36 | +* Various bug fixes on VHDX support. (#6890, #6899) |
| 37 | + |
| 38 | +### Contributors |
| 39 | + |
| 40 | +Many thanks to everyone who has contributed to our release: |
| 41 | + |
| 42 | +* Arvind Vasudev <[email protected]> |
| 43 | + |
| 44 | +* Nikolay Edigaryev <[email protected]> |
| 45 | +* Rob Bradford <[email protected]> |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | +# v43.0 |
| 50 | + |
| 51 | +This release has been tracked in our [roadmap |
| 52 | +project](https://github.com/orgs/cloud-hypervisor/projects/6) as iteration |
| 53 | +v43.0. The following user visible changes have been made: |
| 54 | + |
| 55 | +### Live Migration over TCP Connections |
| 56 | + |
| 57 | +Support has been added to enable direct live migration from two hosts via TCP |
| 58 | +connections. This supplements the existing support for migrating over a UNIX |
| 59 | +socket which can then be tunnelled as desired. The documentation has been |
| 60 | +updated. (#6850) |
| 61 | + |
| 62 | +### Notable Performance Improvements |
| 63 | + |
| 64 | +The `VIRTIO_RING_F_INDIRECT_DESC` feature has been enabled for `virtio-block` |
| 65 | +devices. This significantly increases the throughput of the devices with a |
| 66 | +small negative impact on latency. (#6826) |
| 67 | + |
| 68 | +### Notable Bug Fixes |
| 69 | + |
| 70 | +* Cloud Hypervisor now accepts VFIO devices that use I/O PCI BARs on non x86-64 |
| 71 | + architectures. Whether they function depends on the host PCI host bridge |
| 72 | + support - previously they would be rejected even if the driver did not use |
| 73 | + these BARs. (#6871) |
| 74 | +* Command line groups were adjusted to ensure that at least one payload |
| 75 | + parameter was provided if any other VM parameters provided. (#6832) |
| 76 | + |
| 77 | +### Contributors |
| 78 | + |
| 79 | +Many thanks to everyone who has contributed to our release: |
| 80 | + |
| 81 | + |
| 82 | +* Andrew Consroe <[email protected]> |
| 83 | + |
| 84 | +* Jinrong Liang <[email protected]> |
| 85 | +* Julian Stecklina < [email protected]> |
| 86 | +* Muminul Islam <[email protected]> |
| 87 | +* Rob Bradford <[email protected]> |
| 88 | + |
| 89 | +* Wojtek Czekalski <[email protected]> |
| 90 | +### Download |
| 91 | + See the <a href="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v44.0">GitHub Release</a> for the release assets. |
0 commit comments