Re: [libvirt PATCH 68/80] qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for Prepare phase

2022-05-19 Thread Jiri Denemark
On Thu, May 12, 2022 at 17:16:32 +0200, Peter Krempa wrote: > On Tue, May 10, 2022 at 17:21:29 +0200, Jiri Denemark wrote: > > The QEMU process is already running, all we need to do is to call > > migrate-recover QMP command. Except for some checks and cookie handling, > > of course. > > > >

Re: [libvirt PATCH 68/80] qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for Prepare phase

2022-05-12 Thread Peter Krempa
On Tue, May 10, 2022 at 17:21:29 +0200, Jiri Denemark wrote: > The QEMU process is already running, all we need to do is to call > migrate-recover QMP command. Except for some checks and cookie handling, > of course. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_migration.c | 99

Re: [libvirt PATCH 68/80] qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for Prepare phase

2022-05-12 Thread Peter Krempa
On Tue, May 10, 2022 at 17:21:29 +0200, Jiri Denemark wrote: > The QEMU process is already running, all we need to do is to call > migrate-recover QMP command. Except for some checks and cookie handling, > of course. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_migration.c | 99

[libvirt PATCH 68/80] qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for Prepare phase

2022-05-10 Thread Jiri Denemark
The QEMU process is already running, all we need to do is to call migrate-recover QMP command. Except for some checks and cookie handling, of course. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration.c | 99 +++ 1 file changed, 99 insertions(+) diff