
On Mon, Jan 08, 2024 at 18:06:42 +0100, Jiri Denemark wrote:
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- NEWS.rst | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst index dc40602c72..9675f12cb4 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,14 @@ v10.0.0 (unreleased)
* **New features**
+ * qemu: Enable postcopy-preempt migration capability
Put postcopy-preempt into backticks as below
+ + 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. + +
Too many newlines. Reviewed-by: Peter Krempa <pkrempa@redhat.com>