From: Jiri Denemark Date: Mon, 8 Jan 2024 16:34:41 +0000 (+0100) Subject: NEWS: Mention postcopy-preempt migration capability X-Git-Tag: v10.0.0-rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=377e30087a8379e7cdede95bd3b95d2e35cec84a;p=thirdparty%2Flibvirt.git NEWS: Mention postcopy-preempt migration capability Signed-off-by: Jiri Denemark Reviewed-by: Peter Krempa --- diff --git a/NEWS.rst b/NEWS.rst index dc40602c72..9e538a8f57 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,13 @@ v10.0.0 (unreleased) * **New features** + * qemu: Enable ``postcopy-preempt`` migration capability + + Post-copy migrations are now started with ``postcopy-preempt`` + capability enabled as long as it is supported by both sides of migration. + This should enable faster migration of memory pages that the destination + tries to read before they are migrated from the source. + * **Improvements** * **Bug fixes**