Re: [Qemu-devel] [PATCH 09/17] migration: Start of multiple fd work

2017-02-15 Thread Daniel P. Berrange
On Wed, Feb 15, 2017 at 02:46:15PM +, Dr. David Alan Gilbert wrote: > * Daniel P. Berrange (berra...@redhat.com) wrote: > > On Mon, Jan 23, 2017 at 10:32:13PM +0100, Juan Quintela wrote: > > > We create new channels for each new thread created. We only send through > > > them a character to be

Re: [Qemu-devel] [PATCH 09/17] migration: Start of multiple fd work

2017-02-15 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: > On Mon, Jan 23, 2017 at 10:32:13PM +0100, Juan Quintela wrote: > > We create new channels for each new thread created. We only send through > > them a character to be sure that we are creating the channels in the > > right order. > > > > Note:

Re: [Qemu-devel] [PATCH 09/17] migration: Start of multiple fd work

2017-02-13 Thread Daniel P. Berrange
On Mon, Jan 23, 2017 at 10:32:13PM +0100, Juan Quintela wrote: > We create new channels for each new thread created. We only send through > them a character to be sure that we are creating the channels in the > right order. > > Note: Reference count/freeing of channels is not done > >

Re: [Qemu-devel] [PATCH 09/17] migration: Start of multiple fd work

2017-02-13 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> We create new channels for each new thread created. We only send through > >> them a character to be sure that we are creating the channels in

Re: [Qemu-devel] [PATCH 09/17] migration: Start of multiple fd work

2017-02-13 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> We create new channels for each new thread created. We only send through >> them a character to be sure that we are creating the channels in the >> right order. >> >> Note: Reference

Re: [Qemu-devel] [PATCH 09/17] migration: Start of multiple fd work

2017-01-27 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We create new channels for each new thread created. We only send through > them a character to be sure that we are creating the channels in the > right order. > > Note: Reference count/freeing of channels is not done > > Signed-off-by: Juan Quintela

[Qemu-devel] [PATCH 09/17] migration: Start of multiple fd work

2017-01-23 Thread Juan Quintela
We create new channels for each new thread created. We only send through them a character to be sure that we are creating the channels in the right order. Note: Reference count/freeing of channels is not done Signed-off-by: Juan Quintela --- include/migration/migration.h |