Re: [Qemu-devel] [PATCH RFC 4/6] migration: shut src return path unconditionally

2017-06-05 Thread Peter Xu
On Mon, Jun 05, 2017 at 03:22:24PM -0500, Eric Blake wrote: > On 05/19/2017 01:43 AM, Peter Xu wrote: > > We were do the shutting off only for postcopy. Now we do this as long as > > the source return path is there. > > > > Moving the cleanup of from_src_file there too. > > > > Signed-off-by: Pet

Re: [Qemu-devel] [PATCH RFC 4/6] migration: shut src return path unconditionally

2017-06-05 Thread Eric Blake
On 05/19/2017 01:43 AM, Peter Xu wrote: > We were do the shutting off only for postcopy. Now we do this as long as > the source return path is there. > > Moving the cleanup of from_src_file there too. > > Signed-off-by: Peter Xu > --- > migration/migration.c| 8 +++- > migration/postcop

Re: [Qemu-devel] [PATCH RFC 4/6] migration: shut src return path unconditionally

2017-05-31 Thread Juan Quintela
Peter Xu wrote: > On Tue, May 30, 2017 at 05:50:27PM +0200, Juan Quintela wrote: >> Peter Xu wrote: >> > We were do the shutting off only for postcopy. Now we do this as long as >> > the source return path is there. >> > >> > Moving the cleanup of from_src_file there too. >> > >> > Signed-off-by:

Re: [Qemu-devel] [PATCH RFC 4/6] migration: shut src return path unconditionally

2017-05-31 Thread Peter Xu
On Tue, May 30, 2017 at 05:50:27PM +0200, Juan Quintela wrote: > Peter Xu wrote: > > We were do the shutting off only for postcopy. Now we do this as long as > > the source return path is there. > > > > Moving the cleanup of from_src_file there too. > > > > Signed-off-by: Peter Xu > > --- > > mi

Re: [Qemu-devel] [PATCH RFC 4/6] migration: shut src return path unconditionally

2017-05-30 Thread Juan Quintela
Peter Xu wrote: > We were do the shutting off only for postcopy. Now we do this as long as > the source return path is there. > > Moving the cleanup of from_src_file there too. > > Signed-off-by: Peter Xu You can also submmit this and previous patch alone and I will integrate them. thanks, Juan

Re: [Qemu-devel] [PATCH RFC 4/6] migration: shut src return path unconditionally

2017-05-30 Thread Juan Quintela
Peter Xu wrote: > We were do the shutting off only for postcopy. Now we do this as long as > the source return path is there. > > Moving the cleanup of from_src_file there too. > > Signed-off-by: Peter Xu > --- > migration/migration.c| 8 +++- > migration/postcopy-ram.c | 1 - > 2 files

Re: [Qemu-devel] [PATCH RFC 4/6] migration: shut src return path unconditionally

2017-05-19 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > We were do the shutting off only for postcopy. Now we do this as long as > the source return path is there. > > Moving the cleanup of from_src_file there too. > > Signed-off-by: Peter Xu Reviewed-by: Dr. David Alan Gilbert > --- > migration/migration.c

[Qemu-devel] [PATCH RFC 4/6] migration: shut src return path unconditionally

2017-05-18 Thread Peter Xu
We were do the shutting off only for postcopy. Now we do this as long as the source return path is there. Moving the cleanup of from_src_file there too. Signed-off-by: Peter Xu --- migration/migration.c| 8 +++- migration/postcopy-ram.c | 1 - 2 files changed, 7 insertions(+), 2 deletio