All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] support to migrate with IPv6 address
@ 2012-02-10  6:26 ` Amos Kong
  0 siblings, 0 replies; 37+ messages in thread
From: Amos Kong @ 2012-02-10  6:26 UTC (permalink / raw)
  To: aliguori, kvm, quintela, jasowang, qemu-devel, laine, akong

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

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2012-03-05  9:02 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10  6:26 [PATCH 0/4] support to migrate with IPv6 address Amos Kong
2012-02-10  6:26 ` [Qemu-devel] " Amos Kong
2012-02-10  6:27 ` [PATCH 1/4] Use getaddrinfo for migration Amos Kong
2012-02-10  6:27   ` [Qemu-devel] " Amos Kong
2012-02-24  9:08   ` Kevin Wolf
2012-03-02  3:33     ` Amos Kong
2012-03-02  3:33       ` [Qemu-devel] " Amos Kong
2012-03-02 10:28       ` Kevin Wolf
2012-02-24  9:34   ` Kevin Wolf
2012-03-02  2:50     ` Amos Kong
2012-03-02  2:50       ` [Qemu-devel] " Amos Kong
2012-03-02 10:21       ` Kevin Wolf
2012-03-02 10:21         ` [Qemu-devel] " Kevin Wolf
2012-03-02 10:25       ` Michael Tokarev
2012-03-02 10:25         ` [Qemu-devel] " Michael Tokarev
2012-03-02 10:41         ` Daniel P. Berrange
2012-03-02 10:41           ` Daniel P. Berrange
2012-03-05  8:03           ` Amos Kong
2012-03-05  8:03             ` Amos Kong
2012-02-10  6:27 ` [PATCH 2/4] net/socket: allow ipv6 for net_socket_listen_init and socket_connect_init Amos Kong
2012-02-10  6:27   ` [Qemu-devel] " Amos Kong
2012-02-24  9:25   ` Kevin Wolf
2012-02-10  6:27 ` [PATCH 3/4] net: split hostname and service by last colon Amos Kong
2012-02-10  6:27   ` [Qemu-devel] " Amos Kong
2012-02-24  9:29   ` Kevin Wolf
2012-03-02  3:38     ` Amos Kong
2012-03-02  9:58       ` Amos Kong
2012-03-02 10:35         ` Kevin Wolf
2012-03-02 19:54           ` Laine Stump
2012-03-02 19:54             ` Laine Stump
2012-03-05  8:57             ` Kevin Wolf
2012-03-05  8:57               ` Kevin Wolf
2012-03-05  8:59               ` Amos Kong
2012-03-05  9:06                 ` Kevin Wolf
2012-02-10  6:27 ` [PATCH 4/4] net: support to include ipv6 address by brackets Amos Kong
2012-02-10  6:27   ` [Qemu-devel] " Amos Kong
2012-02-24  9:40 ` [Qemu-devel] [PATCH 0/4] support to migrate with IPv6 address Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.