Signed-off-by: Fangge Jin <fjin@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
A new ``VIR_MIGRATE_POSTCOPY_RESUME`` flag (``virsh migrate --postcopy-resume``)
was introduced for recovering from a failed post-copy migration.
+ * qemu: Add support for zero-copy migration
+
+ With QEMU 7.1.0, libvirt can enable zerocopy for parallel migration. This
+ is implmented by adding a new ``VIR_MIGRATE_ZEROCOPY`` flag(``virsh migrate
+ --zerocopy``).
+
* Introduce thread_pool_min and thread_pool_max attributes to IOThread
New attributes ``thread_pool_min`` and ``thread_pool_max`` were introduced