NEWS: Mention postcopy-preempt migration capability

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Jiri Denemark
2024-01-08 22:51:57 +01:00
parent 8d693d79c4
commit 377e30087a
+7
View File
@@ -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**