From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvjwT-0007Ox-Ew for qemu-devel@nongnu.org; Fri, 10 Feb 2012 01:26:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvjwS-0003Ue-FN for qemu-devel@nongnu.org; Fri, 10 Feb 2012 01:26:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvjwS-0003U3-7O for qemu-devel@nongnu.org; Fri, 10 Feb 2012 01:26:44 -0500 From: Amos Kong Date: Fri, 10 Feb 2012 14:26:51 +0800 Message-ID: <20120210062608.13397.43361.stgit@dhcp-8-167.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 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, kvm@vger.kernel.org, quintela@redhat.com, jasowang@redhat.com, qemu-devel@nongnu.org, laine@redhat.com, akong@redhat.com Those four patches make migration of IPv6 address work. Use getaddrinfo() to socket addresses infomation. --- Amos Kong (4): Use getaddrinfo for migration net/socket: allow ipv6 for net_socket_listen_init and socket_connect_init net: split hostname and service by last colon net: support to include ipv6 address by brackets migration-tcp.c | 60 ++++++++-------------------- net.c | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ net/socket.c | 60 +++++----------------------- qemu_socket.h | 3 + 4 files changed, 145 insertions(+), 94 deletions(-) -- Amos Kong