[PATCH] NEWS: Document my contributions for upcoming release

Michal Privoznik posted 1 patch 3 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/f008e65b237bc49591fcbf10d02dfbbc8072f765.1717074065.git.mprivozn@redhat.com
There is a newer version of this series
NEWS.rst | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
[PATCH] NEWS: Document my contributions for upcoming release
Posted by Michal Privoznik 3 months, 1 week ago

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 14505116b1..57e8f0d0c3 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -45,6 +45,16 @@ 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
@@ -70,6 +80,19 @@ 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
Re: [PATCH] NEWS: Document my contributions for upcoming release
Posted by Jiri Denemark 3 months, 1 week ago
On Thu, May 30, 2024 at 15:01:05 +0200, Michal Privoznik wrote:
> 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(+)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>