Re: [Qemu-devel] [PATCH v6 04/19] migration: Create migration_has_all_channels

2017-08-10 Thread Eric Blake
On 08/08/2017 11:26 AM, Juan Quintela wrote: > This functions allows us to decide when to close the listener socket. s/functions/function/ > For now, we only need one connection. > > Signed-off-by: Juan Quintela > --- -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-30

Re: [Qemu-devel] [PATCH v6 04/19] migration: Create migration_has_all_channels

2017-08-10 Thread Daniel P. Berrange
On Tue, Aug 08, 2017 at 06:26:14PM +0200, Juan Quintela wrote: > This functions allows us to decide when to close the listener socket. > For now, we only need one connection. > > Signed-off-by: Juan Quintela > --- > migration/migration.c | 11 +++ > migration/migration.h | 2 ++ > migra

[Qemu-devel] [PATCH v6 04/19] migration: Create migration_has_all_channels

2017-08-08 Thread Juan Quintela
This functions allows us to decide when to close the listener socket. For now, we only need one connection. Signed-off-by: Juan Quintela --- migration/migration.c | 11 +++ migration/migration.h | 2 ++ migration/socket.c| 10 +++--- 3 files changed, 20 insertions(+), 3 deletion

[Qemu-devel] [PATCH v6 04/19] migration: Create migration_has_all_channels

2017-08-08 Thread Juan Quintela
This functions allows us to decide when to close the listener socket. For now, we only need one connection. Signed-off-by: Juan Quintela --- migration/migration.c | 11 +++ migration/migration.h | 2 ++ migration/socket.c| 10 +++--- 3 files changed, 20 insertions(+), 3 deletion