:p
atchew
Login
These are either features/bugfixes I've worked on or participated in. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- NEWS.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index XXXXXXX..XXXXXXX 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -XXX,XX +XXX,XX @@ v10.4.0 (unreleased) * **Improvements** + * qemu: add zstd to supported compression formats + + Extend the list of supported formats of QEMU save image by adding zstd + compression. + + * qemu: Implement support for hotplugging evdev input devices + + As of this release, hotplug and hotunplug of evdev ``<input/>`` devices is + supported. + * **Bug fixes** * virsh/virt-admin: Fix ``--help`` option for all commands @@ -XXX,XX +XXX,XX @@ v10.4.0 (unreleased) The bug was introduced in `v10.1.0 (2024-03-01)`_. + * qemu: Don't set affinity for isolcpus unless explicitly requested + + When starting a domain, by default libvirt sets affinity of QEMU process to + all online CPUs. This also included isolated CPUs (``isolcpus=``) which is + wrong. As of this release, isolated CPUs are left untouched, unless + explicitly configured in domain XML. + + * qemu_hotplug: Properly assign USB address to hotplugged usb-net device + + Previously, the network device hotplug logic would try to ensure only CCW + or PCI addresses. With recent support for the usb-net model, USB addresses + for usb-net network devices are assigned automatically. + v10.3.0 (2024-05-02) ==================== -- 2.44.1
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- v2 of: https://listman.redhat.com/archives/libvir-list/2023-July/241020.html diff to v2: - Reworded, basically every paragraph, to make them sound more user friendly. Thanks Martin for his suggestions! NEWS.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index XXXXXXX..XXXXXXX 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -XXX,XX +XXX,XX @@ v9.6.0 (unreleased) ``/disk/target@bus='scsi'``) supports the ``removable`` attribute at ``/disk/target@removable```. + * qemu: Add NUMA node automatically for memory hotplug + + Users no longer need to specify guest NUMA node in the domain XML when + enabling memory hotplug, libvirt automatically adds one when it is missing. + * **Bug fixes** + * qemu: Adapt to new way of specifying PC speaker + + PC speaker is now usable again with newer QEMU since the change of how it + is specified on the command line. + + * qemu_tpm: Try harder to create emulator state + + Libvirt no longer considers empty directory valid SWTPM state and setup is + now run properly in such case. + v9.5.0 (2023-07-03) =================== -- 2.41.0