]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Document TLS migration bug, usb-net support and two fixes
authorPeter Krempa <pkrempa@redhat.com>
Tue, 30 Apr 2024 08:15:04 +0000 (10:15 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 30 Apr 2024 12:08:29 +0000 (14:08 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index da3fdb21ace5bba5a286f5942d1d0662e1b88da5..7ced82e3dabb9ff2d54b3a105b84e82d6aae63d7 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,8 +17,24 @@ v10.3.0 (unreleased)
 
 * **New features**
 
+  * qemu: Proper support for USB network device
+
+    USB address is now automatically assigned to USB network devices thus they
+    can be used without manual configuration.
+
 * **Improvements**
 
+  * Improve validation of USB devices
+
+    Certain USB device types ('sound', 'fs', 'chr', 'ccid' and 'net') were not
+    properly handled in the check whether the VM config supports USB and thus
+    would result in poor error messages.
+
+  * virsh: Fix behaviour of ``--name`` and ``--parent`` used together when listing checkpoint and snapshots
+
+    The ``checkpoint-list`` and ``snapshot-list`` commands would ignore the
+    ``--name`` option to print only the name when used with ``--parent``.
+
 * **Bug fixes**
 
   * qemu: Fix migration with custom XML
@@ -29,6 +45,15 @@ v10.3.0 (unreleased)
     depends on the guest CPU definition and the host on which a particular
     domain was running.
 
+  * qemu: Fix TLS hostname verification failure in certain non-shared storage migration scenarios
+
+    In certain scenarios (parallel migration, newly also post-copy migration)
+    libvirt would wrongly pass an empty hostname to QEMU to be used for TLS
+    certificate hostname validation, which would result into failure of the
+    non-shared storage migration step::
+
+     error: internal error: unable to execute QEMU command 'blockdev-add': Certificate does not match the hostname
+
 
 v10.2.0 (2024-04-02)
 ====================