Re: [libvirt PATCH 28/80] qemu: Generate migration cookie in Finish phase earlier

2022-05-11 Thread Peter Krempa
On Tue, May 10, 2022 at 17:20:49 +0200, Jiri Denemark wrote: > The final part of Finish phase will be refactored into a dedicated > function and we don't want to generate the cookie there. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_migration.c | 38

[libvirt PATCH 28/80] qemu: Generate migration cookie in Finish phase earlier

2022-05-10 Thread Jiri Denemark
The final part of Finish phase will be refactored into a dedicated function and we don't want to generate the cookie there. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration.c | 38 -- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git