Re: [Qemu-devel] [RFC v2 09/33] migration: implement "postcopy-pause" src logic

2017-10-09 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > On Thu, Sep 21, 2017 at 08:21:45PM +0100, Dr. David Alan Gilbert wrote: > > * Peter Xu (pet...@redhat.com) wrote: > > > Now when network down for postcopy, the source side will not fail the > > > migration. Instead we convert the status into this new paused s

Re: [Qemu-devel] [RFC v2 09/33] migration: implement "postcopy-pause" src logic

2017-09-26 Thread Peter Xu
On Thu, Sep 21, 2017 at 08:21:45PM +0100, Dr. David Alan Gilbert wrote: > * Peter Xu (pet...@redhat.com) wrote: > > Now when network down for postcopy, the source side will not fail the > > migration. Instead we convert the status into this new paused state, and > > we will try to wait for a rescue

Re: [Qemu-devel] [RFC v2 09/33] migration: implement "postcopy-pause" src logic

2017-09-21 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Now when network down for postcopy, the source side will not fail the > migration. Instead we convert the status into this new paused state, and > we will try to wait for a rescue in the future. > > If a recovery is detected, migration_thread() will reset it

[Qemu-devel] [RFC v2 09/33] migration: implement "postcopy-pause" src logic

2017-08-30 Thread Peter Xu
Now when network down for postcopy, the source side will not fail the migration. Instead we convert the status into this new paused state, and we will try to wait for a rescue in the future. If a recovery is detected, migration_thread() will reset its local variables to prepare for that. Signed-o