Re: [Qemu-devel] [PATCH v10 04/14] migration: Start of multiple fd work

2018-01-23 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We create new channels for each new thread created. We send through > them in a packed struct. This way we can check we connect the right > channels in both sides. > > Signed-off-by: Juan Quintela General comment; given it's reasonably large, it wo

Re: [Qemu-devel] [PATCH v10 04/14] migration: Start of multiple fd work

2018-01-21 Thread Peter Xu
On Wed, Jan 10, 2018 at 01:47:13PM +0100, Juan Quintela wrote: > We create new channels for each new thread created. We send through > them in a packed struct. This way we can check we connect the right > channels in both sides. > > Signed-off-by: Juan Quintela > > -- > Split SocketArgs into in

[Qemu-devel] [PATCH v10 04/14] migration: Start of multiple fd work

2018-01-10 Thread Juan Quintela
We create new channels for each new thread created. We send through them in a packed struct. This way we can check 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 sure we