Re: [Qemu-devel] [PATCH v12 0/4] support to migrate with IPv6 address

2012-05-14 Thread Anthony Liguori
On 05/10/2012 11:27 AM, Amos Kong wrote: Those patches updated help functions in qemu-socket.c, and used them in migrate-tcp.c to supporting IPv6 migration. Applied all. Thanks. I tended to agree with Paolo that lack of IPv6 support is a bug at this point... Regards, Anthony Liguori ---

Re: [Qemu-devel] [PATCH v12 0/4] support to migrate with IPv6 address

2012-05-11 Thread Eric Blake
[adding libvirt] On 05/11/2012 12:46 AM, Amos Kong wrote: > On 05/11/2012 02:12 AM, Michael Roth wrote: >> On Thu, May 10, 2012 at 11:29:48AM -0600, Eric Blake wrote: >>> On 05/10/2012 10:27 AM, Amos Kong wrote: Those patches updated help functions in qemu-socket.c, and used them in migr

Re: [Qemu-devel] [PATCH v12 0/4] support to migrate with IPv6 address

2012-05-10 Thread Amos Kong
On 05/11/2012 02:12 AM, Michael Roth wrote: > On Thu, May 10, 2012 at 11:29:48AM -0600, Eric Blake wrote: >> On 05/10/2012 10:27 AM, Amos Kong wrote: >>> Those patches updated help functions in qemu-socket.c, >>> and used them in migrate-tcp.c to supporting IPv6 migration. >>> >> >>> --- >>> >>> Am

Re: [Qemu-devel] [PATCH v12 0/4] support to migrate with IPv6 address

2012-05-10 Thread Michael Roth
On Thu, May 10, 2012 at 11:29:48AM -0600, Eric Blake wrote: > On 05/10/2012 10:27 AM, Amos Kong wrote: > > Those patches updated help functions in qemu-socket.c, > > and used them in migrate-tcp.c to supporting IPv6 migration. > > > > > --- > > > > Amos Kong (4): > > qerror: add five qerro

Re: [Qemu-devel] [PATCH v12 0/4] support to migrate with IPv6 address

2012-05-10 Thread Eric Blake
On 05/10/2012 10:27 AM, Amos Kong wrote: > Those patches updated help functions in qemu-socket.c, > and used them in migrate-tcp.c to supporting IPv6 migration. > > --- > > Amos Kong (4): > qerror: add five qerror strings > sockets: change inet_connect() to support nonblock socket >

[Qemu-devel] [PATCH v12 0/4] support to migrate with IPv6 address

2012-05-10 Thread Amos Kong
Those patches updated help functions in qemu-socket.c, and used them in migrate-tcp.c to supporting IPv6 migration. --- Changes from v1: - split different changes to small patches, it will be easier to review - fixed some problem according to Kevin's comment Changes from v2: - fix issue of return