From 377e30087a8379e7cdede95bd3b95d2e35cec84a Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Mon, 8 Jan 2024 17:34:41 +0100 Subject: [PATCH] NEWS: Mention postcopy-preempt migration capability Signed-off-by: Jiri Denemark Reviewed-by: Peter Krempa --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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**