[libvirt PATCH 74/80] qemu: Enable support for VIR_MIGRATE_POSTCOPY_RESUME

Jiri Denemark posted 80 patches 3 years, 9 months ago
There is a newer version of this series
[libvirt PATCH 74/80] qemu: Enable support for VIR_MIGRATE_POSTCOPY_RESUME
Posted by Jiri Denemark 3 years, 9 months ago
Since all parts of post-copy recovery have been implemented now, it's
time to enable the corresponding flag.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 src/qemu/qemu_migration.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/qemu/qemu_migration.h b/src/qemu/qemu_migration.h
index 7eb0d4fe02..fbc0549b34 100644
--- a/src/qemu/qemu_migration.h
+++ b/src/qemu/qemu_migration.h
@@ -60,6 +60,7 @@
      VIR_MIGRATE_TLS | \
      VIR_MIGRATE_PARALLEL | \
      VIR_MIGRATE_NON_SHARED_SYNCHRONOUS_WRITES | \
+     VIR_MIGRATE_POSTCOPY_RESUME | \
      0)
 
 /* All supported migration parameters and their types. */
-- 
2.35.1
Re: [libvirt PATCH 74/80] qemu: Enable support for VIR_MIGRATE_POSTCOPY_RESUME
Posted by Peter Krempa 3 years, 9 months ago
On Tue, May 10, 2022 at 17:21:35 +0200, Jiri Denemark wrote:
> Since all parts of post-copy recovery have been implemented now, it's
> time to enable the corresponding flag.
> 
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  src/qemu/qemu_migration.h | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Peter Krempa <pkrempa@redhat.com>