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

2012-02-24 Thread Kevin Wolf
Am 10.02.2012 07:26, schrieb Amos Kong: > 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_in

[PATCH 0/4] support to migrate with IPv6 address

2012-02-09 Thread Amos Kong
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