From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amos Kong Subject: [PATCH 0/4] support to migrate with IPv6 address 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 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 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56014 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751452Ab2BJG0q (ORCPT ); Fri, 10 Feb 2012 01:26:46 -0500 Sender: kvm-owner@vger.kernel.org List-ID: 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