]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document features/improvements/bug fixes I've participated in
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 30 Jun 2025 08:37:57 +0000 (10:37 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 30 Jun 2025 10:05:35 +0000 (12:05 +0200)
There are some features/improvements/bug fixes I've either
contributed or reviewed/merged. Document them for upcoming
release.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index 184df165479678b5d6f3cd892d36a8d08983d3f1..ee4e9a022ec443df85186a3aeae6bcad5ce63edb 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -60,6 +60,12 @@ v11.5.0 (unreleased)
 
 * **Bug fixes**
 
+  * qemu: Be more forgiving when acquiring QUERY job when formatting domain XML
+
+    Since ``libvirt-11.0.0`` the ``virDomainGetXMLDesc()`` API used to format
+    domain XML acquires QUERY job. But this caused a regression when the API
+    might timeout for incoming migration. This is now fixed.
+
 
 v11.4.0 (2025-06-02)
 ====================