[PATCH] NEWS: Document features/improvements/bug fixes I've participated in

Michal Privoznik via Devel posted 1 patch 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/fdce5ba41e0211ec00b47c601c19369eb4bbbb78.1751272836.git.mprivozn@redhat.com
There is a newer version of this series
NEWS.rst | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Michal Privoznik via Devel 5 months, 2 weeks ago
From: Michal Privoznik <mprivozn@redhat.com>

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>
---
 NEWS.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 184df16547..ee4e9a022e 100644
--- 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)
 ====================
-- 
2.49.0
Re: [PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Jiri Denemark via Devel 5 months, 2 weeks ago
On Mon, Jun 30, 2025 at 10:40:36 +0200, Michal Privoznik wrote:
> From: Michal Privoznik <mprivozn@redhat.com>
> 
> 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>
> ---
>  NEWS.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 184df16547..ee4e9a022e 100644
> --- 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.
> +

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