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(a)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(a)redhat.com>