Re: [libvirt PATCH 61/80] qemu: Refactor qemuMigrationDstPrepareFresh

2022-05-12 Thread Pavel Hrdina
On Tue, May 10, 2022 at 05:21:22PM +0200, Jiri Denemark wrote: > Offline migration jumps over a big part of qemuMigrationDstPrepareFresh. > Let's move that part into a new qemuMigrationDstPrepareActive function > to make the code easier to follow. > > Signed-off-by: Jiri Denemark > --- > src/qem

Re: [libvirt PATCH 61/80] qemu: Refactor qemuMigrationDstPrepareFresh

2022-05-12 Thread Peter Krempa
On Tue, May 10, 2022 at 17:21:22 +0200, Jiri Denemark wrote: > Offline migration jumps over a big part of qemuMigrationDstPrepareFresh. > Let's move that part into a new qemuMigrationDstPrepareActive function > to make the code easier to follow. > > Signed-off-by: Jiri Denemark > --- > src/qemu/

[libvirt PATCH 61/80] qemu: Refactor qemuMigrationDstPrepareFresh

2022-05-10 Thread Jiri Denemark
Offline migration jumps over a big part of qemuMigrationDstPrepareFresh. Let's move that part into a new qemuMigrationDstPrepareActive function to make the code easier to follow. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration.c | 374 +- 1 file chang