Re: [Qemu-devel] [PATCH v3 3/9] net: introduce tcp_client_start()

2012-03-14 Thread Michael Roth
On Wed, Mar 14, 2012 at 06:19:48PM +0800, Amos Kong wrote: > On 14/03/12 02:35, Michael Roth wrote: > >On Wed, Mar 07, 2012 at 06:48:03AM +0800, Amos Kong wrote: > >>Introduce tcp_client_start() by moving original code in > >>tcp_start_outgoing_migration(). > >> > >>Signed-off-by: Amos Kong > >>---

Re: [Qemu-devel] [PATCH v3 3/9] net: introduce tcp_client_start()

2012-03-14 Thread Amos Kong
On 14/03/12 02:35, Michael Roth wrote: On Wed, Mar 07, 2012 at 06:48:03AM +0800, Amos Kong wrote: Introduce tcp_client_start() by moving original code in tcp_start_outgoing_migration(). Signed-off-by: Amos Kong --- net.c | 41 + qemu_socket.h

Re: [Qemu-devel] [PATCH v3 3/9] net: introduce tcp_client_start()

2012-03-14 Thread Orit Wasserman
On 03/07/2012 12:48 AM, Amos Kong wrote: > Introduce tcp_client_start() by moving original code in > tcp_start_outgoing_migration(). > > Signed-off-by: Amos Kong > --- > net.c | 41 + > qemu_socket.h |1 + > 2 files changed, 42 insertions(+),

Re: [Qemu-devel] [PATCH v3 3/9] net: introduce tcp_client_start()

2012-03-13 Thread Michael Roth
On Wed, Mar 07, 2012 at 06:48:03AM +0800, Amos Kong wrote: > Introduce tcp_client_start() by moving original code in > tcp_start_outgoing_migration(). > > Signed-off-by: Amos Kong > --- > net.c | 41 + > qemu_socket.h |1 + > 2 files changed,

[Qemu-devel] [PATCH v3 3/9] net: introduce tcp_client_start()

2012-03-06 Thread Amos Kong
Introduce tcp_client_start() by moving original code in tcp_start_outgoing_migration(). Signed-off-by: Amos Kong --- net.c | 41 + qemu_socket.h |1 + 2 files changed, 42 insertions(+), 0 deletions(-) diff --git a/net.c b/net.c index e90ff23