From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRdYV-0001mP-HS for qemu-devel@nongnu.org; Tue, 08 May 2012 02:05:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRdYT-0001gr-Oi for qemu-devel@nongnu.org; Tue, 08 May 2012 02:05:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRdYT-0001ge-Fz for qemu-devel@nongnu.org; Tue, 08 May 2012 02:05:49 -0400 Message-ID: <4FA8B7B6.7020101@redhat.com> Date: Tue, 08 May 2012 14:05:42 +0800 From: Amos Kong MIME-Version: 1.0 References: <20120419071032.26838.16654.stgit@dhcp-8-167.nay.redhat.com> <4F8FBC68.3050504@redhat.com> In-Reply-To: <4F8FBC68.3050504@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v7 0/4] support to migrate with IPv6 address List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com, quintela@redhat.com, jasowang@redhat.com, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, owasserm@redhat.com, laine@redhat.com On 19/04/12 15:19, Amos Kong wrote: > On 19/04/12 15:11, Amos Kong wrote: >> Those patches make tcp migration use the help functions in >> qemu-socket.c for support IPv6 migration. >> > > ... > >> --- >> >> Amos Kong (4): >> qerror: add five qerror strings >> sockets: change inet_connect() to support nonblock socket >> sockets: use error class to pass listen error >> use inet_listen()/inet_connect() to support ipv6 migration >> > > Sorry, the subject should be: > > [Qemu-devel] [PATCH v7 0/4] support to migrate with IPv6 address Hi Anthony, Any comment about this series? they were already reviewed by Michael and Orit. [PATCH v7 0/4] support to migrate with .. [PATCH v7 1/4] qerror: add five qerror s .. [PATCH v10 2/4] sockets: change inet_conn .. [PATCH v7 3/4] sockets: use error class .. [PATCH v8 4/4] use inet_listen()/inet_co .. Thanks, Amos