[PATCH 2/2] NEWS: Fix virtqemud crash when resuming failed post-copy migration

Jiri Denemark via Devel posted 2 patches 3 months, 2 weeks ago
[PATCH 2/2] NEWS: Fix virtqemud crash when resuming failed post-copy migration
Posted by Jiri Denemark via Devel 3 months, 2 weeks ago
From: Jiri Denemark <jdenemar@redhat.com>

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 NEWS.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 636fcbd573..a880524ca2 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -42,6 +42,13 @@ v11.4.0 (unreleased)
 
     The only workaround is to avoid the broken versions.
 
+  * qemu: Fix virtqemud crash when resuming failed post-copy migration
+
+    A regression introduced in ``libvirt-11.2.0`` caused virtqemud on the
+    destination host to crash when trying to resume failed post-copy
+    migration.
+
+
 v11.3.0 (2025-05-02)
 ====================
 
-- 
2.49.0
Re: [PATCH 2/2] NEWS: Fix virtqemud crash when resuming failed post-copy migration
Posted by Peter Krempa via Devel 3 months, 2 weeks ago
On Tue, May 27, 2025 at 12:28:21 +0200, Jiri Denemark via Devel wrote:
> From: Jiri Denemark <jdenemar@redhat.com>
> 
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  NEWS.rst | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 636fcbd573..a880524ca2 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -42,6 +42,13 @@ v11.4.0 (unreleased)
>  
>      The only workaround is to avoid the broken versions.
>  
> +  * qemu: Fix virtqemud crash when resuming failed post-copy migration
> +
> +    A regression introduced in ``libvirt-11.2.0`` caused virtqemud on the
> +    destination host to crash when trying to resume failed post-copy
> +    migration.
> +
> +

Thanks for fixing the newline I didn't add

>  v11.3.0 (2025-05-02)
>  ====================
>  
> -- 
> 2.49.0
> 

Reviewed-by: Peter Krempa <pkrempa@redhat.com>