Re: [Qemu-devel] [PATCH v6 11/19] migration: Start of multiple fd work

2017-08-14 Thread Juan Quintela
"Daniel P. Berrange" wrote: > On Tue, Aug 08, 2017 at 06:26:21PM +0200, Juan Quintela wrote: >> We create new channels for each new thread created. We send through >> them a string containing multifd so we are >> sure that we connect the right channels in both sides. >> >> Signed-off-by: Juan Q

Re: [Qemu-devel] [PATCH v6 11/19] migration: Start of multiple fd work

2017-08-14 Thread Daniel P. Berrange
On Mon, Aug 14, 2017 at 03:43:58PM +0200, Juan Quintela wrote: > "Daniel P. Berrange" wrote: > > On Tue, Aug 08, 2017 at 06:26:21PM +0200, Juan Quintela wrote: > >> We create new channels for each new thread created. We send through > >> them a string containing multifd so we are > >> sure that

Re: [Qemu-devel] [PATCH v6 11/19] migration: Start of multiple fd work

2017-08-11 Thread Daniel P. Berrange
On Tue, Aug 08, 2017 at 06:26:21PM +0200, Juan Quintela wrote: > We create new channels for each new thread created. We send through > them a string containing multifd so we are > sure that we connect the right channels in both sides. > > Signed-off-by: Juan Quintela > > -- > Split SocketArgs

[Qemu-devel] [PATCH v6 11/19] migration: Start of multiple fd work

2017-08-08 Thread Juan Quintela
We create new channels for each new thread created. We send through them a string containing multifd so we are sure that we connect the right channels in both sides. Signed-off-by: Juan Quintela -- Split SocketArgs into incoming and outgoing args Use UUID's on the initial message, so we are s

[Qemu-devel] [PATCH v6 11/19] migration: Start of multiple fd work

2017-08-08 Thread Juan Quintela
We create new channels for each new thread created. We send through them a string containing multifd so we are sure that we connect the right channels in both sides. Signed-off-by: Juan Quintela -- Split SocketArgs into incoming and outgoing args Use UUID's on the initial message, so we are s