Re: [Qemu-devel] [PATCH v10 19/24] migration: Create multifd channels

2018-03-16 Thread Juan Quintela
Peter Xu wrote: > On Thu, Mar 15, 2018 at 01:57:54PM +0100, Juan Quintela wrote: >> Peter Xu wrote: >> > On Wed, Mar 07, 2018 at 12:00:05PM +0100, Juan Quintela wrote: >> >> In both sides. We still don't transmit anything through them. >> > >> > s/In/On/? >> >> +static void multifd_new_send_cha

Re: [Qemu-devel] [PATCH v10 19/24] migration: Create multifd channels

2018-03-15 Thread Peter Xu
On Thu, Mar 15, 2018 at 01:57:54PM +0100, Juan Quintela wrote: > Peter Xu wrote: > > On Wed, Mar 07, 2018 at 12:00:05PM +0100, Juan Quintela wrote: > >> In both sides. We still don't transmit anything through them. > > > > s/In/On/? > > > >> > >> Signed-off-by: Juan Quintela > >> --- > >> migr

Re: [Qemu-devel] [PATCH v10 19/24] migration: Create multifd channels

2018-03-15 Thread Juan Quintela
Peter Xu wrote: > On Wed, Mar 07, 2018 at 12:00:05PM +0100, Juan Quintela wrote: >> In both sides. We still don't transmit anything through them. > > s/In/On/? > >> >> Signed-off-by: Juan Quintela >> --- >> migration/ram.c | 52 ++-- >> 1 file ch

Re: [Qemu-devel] [PATCH v10 19/24] migration: Create multifd channels

2018-03-12 Thread Peter Xu
On Wed, Mar 07, 2018 at 12:00:05PM +0100, Juan Quintela wrote: > In both sides. We still don't transmit anything through them. s/In/On/? > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 52 ++-- > 1 file changed, 42 insertions(+), 10 d

[Qemu-devel] [PATCH v10 19/24] migration: Create multifd channels

2018-03-07 Thread Juan Quintela
In both sides. We still don't transmit anything through them. Signed-off-by: Juan Quintela --- migration/ram.c | 52 ++-- 1 file changed, 42 insertions(+), 10 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index b57d9fd667..7ef0c2b7e