[PATCH] NEWS: Mention crash when VM shuts down during migration

Peter Krempa posted 1 patch 2 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/76d2795e0ee673acee7047674acd6f4429e95c49.1719579629.git.pkrempa@redhat.com
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] NEWS: Mention crash when VM shuts down during migration
Posted by Peter Krempa 2 months, 1 week ago
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 1ea98599db..5557018f33 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -65,6 +65,11 @@ v10.5.0 (unreleased)
     have failed as the destination would incorrectly expect those features to
     be enabled after starting QEMU.

+  * qemu: Fix ``libvirtd``/``virtqemud`` crash when VM shuts down during migration
+
+    The libvirt daemon could crash when a VM was shut down while being migrated
+    to another host.
+

 v10.4.0 (2024-06-03)
 ====================
-- 
2.45.2
Re: [PATCH] NEWS: Mention crash when VM shuts down during migration
Posted by Jiri Denemark 2 months, 1 week ago
On Fri, Jun 28, 2024 at 15:00:29 +0200, Peter Krempa wrote:
> Signed-off-by: Peter Krempa <pkrempa@redhat.com>
> ---
>  NEWS.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 1ea98599db..5557018f33 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -65,6 +65,11 @@ v10.5.0 (unreleased)
>      have failed as the destination would incorrectly expect those features to
>      be enabled after starting QEMU.
> 
> +  * qemu: Fix ``libvirtd``/``virtqemud`` crash when VM shuts down during migration
> +
> +    The libvirt daemon could crash when a VM was shut down while being migrated
> +    to another host.
> +
> 
>  v10.4.0 (2024-06-03)
>  ====================

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