Re: [libvirt PATCH 60/80] qemu: Introduce qemuMigrationDstPrepareFresh

2022-05-12 Thread Peter Krempa
On Tue, May 10, 2022 at 17:21:21 +0200, Jiri Denemark wrote: > Moves most of the code from qemuMigrationDstPrepareAny to a new > qemuMigrationDstPrepareFresh so that qemuMigrationDstPrepareAny can be > shared with post-copy resume. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_migration

[libvirt PATCH 60/80] qemu: Introduce qemuMigrationDstPrepareFresh

2022-05-10 Thread Jiri Denemark
Moves most of the code from qemuMigrationDstPrepareAny to a new qemuMigrationDstPrepareFresh so that qemuMigrationDstPrepareAny can be shared with post-copy resume. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration.c | 165 -- 1 file changed, 103 insert