Re: [Qemu-devel] [PATCH v5 08/17] migration: Split migration_fd_process_incomming

2017-07-21 Thread Eric Blake
On 07/19/2017 12:08 PM, Dr. David Alan Gilbert wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> We need that on posterior patches. > > following/subsequent/later is probably a better word. I'd go with 'later'. Also, s/incomming/incoming/ in the subject -- Eric Blake, Principal Software

Re: [Qemu-devel] [PATCH v5 08/17] migration: Split migration_fd_process_incomming

2017-07-19 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We need that on posterior patches. following/subsequent/later is probably a better word. other than that; Reviewed-by: Dr. David Alan Gilbert > Signed-off-by: Juan Quintela > --- > migration/migration.c | 16 ++-- > 1 file changed,

[Qemu-devel] [PATCH v5 08/17] migration: Split migration_fd_process_incomming

2017-07-17 Thread Juan Quintela
We need that on posterior patches. Signed-off-by: Juan Quintela --- migration/migration.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/migration/migration.c b/migration/migration.c index 5a82c1c..b81c498 100644 --- a/migration/migration.c +++ b/migration/