Re: [PATCH v2 07/11] migration: qemu_savevm_complete*() helpers
Peter Xu writes: > Since we use the same save_complete() hook for both precopy and postcopy, > add a set of helpers to invoke the hook() to dedup the code. > > Signed-off-by: Peter Xu Reviewed-by: Fabiano Rosas
[PATCH v2 07/11] migration: qemu_savevm_complete*() helpers
Since we use the same save_complete() hook for both precopy and postcopy, add a set of helpers to invoke the hook() to dedup the code. Signed-off-by: Peter Xu --- migration/savevm.c | 78 ++ 1 file changed, 44 insertions(+), 34 deletions(-) diff --git