[libvirt PATCH 32/80] qemu: Introduce qemuMigrationDstFinishFresh

Peter Krempa pkrempa at redhat.com
Wed May 11 14:52:47 UTC 2022


On Tue, May 10, 2022 at 17:20:53 +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>
> ---
>  src/qemu/qemu_migration.c | 234 +++++++++++++++++++++-----------------
>  1 file changed, 129 insertions(+), 105 deletions(-)

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


More information about the libvir-list mailing list