[PATCH 0/2] NEWS fix/update

Peter Krempa (2): NEWS: Fix marking of 'path' as inline literal NEWS: Document TLS migration bug, usb-net support and two fixes NEWS.rst | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) -- 2.44.0

Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 852dadf532..da3fdb21ac 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -39,7 +39,7 @@ v10.2.0 (2024-04-02) The ch driver now supports basic save and restore operations. This is functional on domains without any network, host device config defined. - The `path` parameter for save and restore should be a directory. + The ``path`` parameter for save and restore should be a directory. * qemu: Support for driver type ``mtp`` in ``<filesystem/>`` devices -- 2.44.0

Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- NEWS.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index da3fdb21ac..6b92270c9d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,8 +17,24 @@ v10.3.0 (unreleased) * **New features** + * qemu: Proper support for USB network device + + USB network devices now get properly assigned a USB address and thus 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) ==================== -- 2.44.0

On Tue, Apr 30, 2024 at 10:19:45 +0200, Peter Krempa wrote:
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- NEWS.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst index da3fdb21ac..6b92270c9d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,8 +17,24 @@ v10.3.0 (unreleased)
* **New features**
+ * qemu: Proper support for USB network device + + USB network devices now get properly assigned a USB address and thus can
"get properly assigned a USB address" is weird
+ 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 +
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
participants (2)
-
Jiri Denemark
-
Peter Krempa