qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/2] support to migrate with IPv6 address
@ 2012-03-19 14:11 Amos Kong
  2012-03-19 14:11 ` [Qemu-devel] [PATCH v4 1/2] qemu-socket: change inet_connect() to to support nonblock socket Amos Kong
  2012-03-19 14:12 ` [Qemu-devel] [PATCH v4 2/2] " Amos Kong
  0 siblings, 2 replies; 17+ messages in thread
From: Amos Kong @ 2012-03-19 14:11 UTC (permalink / raw)
  To: aliguori, kvm, quintela, jasowang, qemu-devel, mdroth, owasserm,
	laine

Those patches make tcp migration use the help functions in
qemu-socket.c for support IPv6 migration.

Changes from v1:
- split different changes to small patches, it will be easier to review
- fixed some problem according to Kevin's comment

Changes from v2:
- fix issue of returning real error 
- set s->fd to -1 when parse fails, won't call migrate_fd_error()

Changes from v3:
- try to use help functions in qemu-socket.c

---

Amos Kong (2):
      qemu-socket: change inet_connect() to to support nonblock socket
      use inet_listen()/inet_connect() to support ipv6 migration


 migration-tcp.c |   75 +++++++++++++++----------------------------------------
 nbd.c           |    2 +
 qemu-char.c     |    2 +
 qemu-sockets.c  |   73 ++++++++++++++++++++++++++++++++++++++++++------------
 qemu_socket.h   |    4 +--
 ui/vnc.c        |    2 +
 6 files changed, 82 insertions(+), 76 deletions(-)

-- 
Amos Kong

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

end of thread, other threads:[~2012-03-28  2:36 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 14:11 [Qemu-devel] [PATCH v4 0/2] support to migrate with IPv6 address Amos Kong
2012-03-19 14:11 ` [Qemu-devel] [PATCH v4 1/2] qemu-socket: change inet_connect() to to support nonblock socket Amos Kong
2012-03-20 10:58   ` Orit Wasserman
2012-03-21 23:46   ` Michael Roth
2012-03-22  3:13     ` Amos Kong
2012-03-22  3:52     ` [Qemu-devel] [PATCH v5 0/2] support to migrate with IPv6 address Amos Kong
2012-03-22  3:52       ` [Qemu-devel] [PATCH v5 1/4] sockets: introduce set_socket_error() Amos Kong
2012-03-27 13:00         ` Orit Wasserman
2012-03-27 14:56           ` [Qemu-devel] [PATCH v6 " Amos Kong
2012-03-22  3:52       ` [Qemu-devel] [PATCH v5 2/4] qemu-socket: change inet_connect() to to support nonblock socket Amos Kong
2012-03-27 15:29         ` Orit Wasserman
2012-03-27 16:14           ` Amos Kong
2012-03-28  2:36             ` Amos Kong
2012-03-22  3:52       ` [Qemu-devel] [PATCH v5 3/4] sockets: pass back errors in inet_listen() Amos Kong
2012-03-27 23:15         ` Michael Roth
2012-03-22  3:53       ` [Qemu-devel] [PATCH v5 4/4] use inet_listen()/inet_connect() to support ipv6 migration Amos Kong
2012-03-19 14:12 ` [Qemu-devel] [PATCH v4 2/2] " Amos Kong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).