Re: [Qemu-devel] [PATCH v6 25/28] qmp/migration: new command migrate-recover

2018-02-13 Thread Peter Xu
On Tue, Feb 13, 2018 at 06:56:51PM +, Dr. David Alan Gilbert wrote: > * Peter Xu (pet...@redhat.com) wrote: > > The first allow-oob=true command. It's used on destination side when > > the postcopy migration is paused and ready for a recovery. After > > execution, a new migration channel will

Re: [Qemu-devel] [PATCH v6 25/28] qmp/migration: new command migrate-recover

2018-02-13 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > The first allow-oob=true command. It's used on destination side when > the postcopy migration is paused and ready for a recovery. After > execution, a new migration channel will be established for postcopy to > continue. > > Signed-off-by: Peter Xu > ---

[Qemu-devel] [PATCH v6 25/28] qmp/migration: new command migrate-recover

2018-02-08 Thread Peter Xu
The first allow-oob=true command. It's used on destination side when the postcopy migration is paused and ready for a recovery. After execution, a new migration channel will be established for postcopy to continue. Signed-off-by: Peter Xu --- migration/migration.c | 26