From: Jiri Denemark Date: Tue, 27 May 2025 10:17:11 +0000 (+0200) Subject: NEWS: Fix virtqemud crash when resuming failed post-copy migration X-Git-Tag: v11.4.0-rc2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa295eccbfadb356915ef263ff6d247c53c5b0a;p=thirdparty%2Flibvirt.git NEWS: Fix virtqemud crash when resuming failed post-copy migration Signed-off-by: Jiri Denemark Reviewed-by: Peter Krempa --- 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) ====================