Re: [Qemu-devel] [PATCH RFC 2/6] migration: isolate return path on src

2017-05-30 Thread Juan Quintela
Peter Xu wrote: > There are some places that binded "return path" with postcopy. Let's be > prepared for its usage even without postcopy. This patch mainly did this > on source side. > > This has no functional change. But it'll simplify further patches. > > Signed-off-by: Peter Xu > --- > migrat

[Qemu-devel] [PATCH RFC 2/6] migration: isolate return path on src

2017-05-18 Thread Peter Xu
There are some places that binded "return path" with postcopy. Let's be prepared for its usage even without postcopy. This patch mainly did this on source side. This has no functional change. But it'll simplify further patches. Signed-off-by: Peter Xu --- migration/migration.c | 50 +++