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

Jiri Denemark jdenemar at redhat.com
Tue May 10 15:21:35 UTC 2022


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 at 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



More information about the libvir-list mailing list