[libvirt PATCH v2 33/81] qemu: Introduce qemuMigrationDstFinishActive

Peter Krempa pkrempa at redhat.com
Mon Jun 6 13:11:49 UTC 2022


On Wed, Jun 01, 2022 at 14:49:33 +0200, Jiri Denemark wrote:
> Refactors qemuMigrationDstFinish by moving some parts to a dedicated
> function for easier introduction of postcopy resume code without
> duplicating common parts of the Finish phase. The goal is to have the
> following call graph:
> 
>     - qemuMigrationDstFinish
>         - qemuMigrationDstFinishOffline
>         - qemuMigrationDstFinishActive
>             - qemuMigrationDstFinishFresh
>             - qemuMigrationDstFinishResume
> 
> Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
> ---
> 
> Notes:
>     Version 2:
>     - dropped orig_err parameter from qemuMigrationDstFinishActive
> 
>  src/qemu/qemu_migration.c | 169 ++++++++++++++++++++++----------------
>  1 file changed, 100 insertions(+), 69 deletions(-)

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


More information about the libvir-list mailing list