[libvirt PATCH 6/6] NEWS: Mention postcopy-preempt migration capability

Jiri Denemark posted 6 patches 9 months, 1 week ago
[libvirt PATCH 6/6] NEWS: Mention postcopy-preempt migration capability
Posted by Jiri Denemark 9 months, 1 week ago
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
+
+    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**
-- 
2.43.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [libvirt PATCH 6/6] NEWS: Mention postcopy-preempt migration capability
Posted by Peter Krempa 9 months, 1 week ago
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>
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org