qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] sheepdog: unix domain socket support
@ 2013-01-21  0:23 MORITA Kazutaka
  2013-01-21  0:23 ` [Qemu-devel] [PATCH v2 1/3] move socket_set_nodelay to osdep.c MORITA Kazutaka
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: MORITA Kazutaka @ 2013-01-21  0:23 UTC (permalink / raw)
  To: qemu-devel, stefanha; +Cc: kwolf

This series adds support for a unix domain socket for a connection
between qemu and local sheepdog server.  The first two patches are
cleanups for the third patch.

Changes from v1:
 - split patch for easy review
 - move set_nodelay to lib/osdep.c
 - remove redundant error checks
 - add a bit more explanation to qemu-options.hx

MORITA Kazutaka (3):
  move socket_set_nodelay to osdep.c
  sheepdog: use inet_connect to simplify connect code
  sheepdog: add support for connecting to unix domain socket

 block/sheepdog.c       |  150 +++++++++++++++++-------------------------------
 gdbstub.c              |    5 +-
 include/qemu/sockets.h |    1 +
 qemu-char.c            |    6 --
 qemu-options.hx        |   19 +++---
 slirp/tcp_subr.c       |    3 +-
 util/osdep.c           |    6 ++
 7 files changed, 71 insertions(+), 119 deletions(-)

-- 
1.7.2.5

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

end of thread, other threads:[~2013-01-21  8:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21  0:23 [Qemu-devel] [PATCH v2 0/3] sheepdog: unix domain socket support MORITA Kazutaka
2013-01-21  0:23 ` [Qemu-devel] [PATCH v2 1/3] move socket_set_nodelay to osdep.c MORITA Kazutaka
2013-01-21  0:23 ` [Qemu-devel] [PATCH v2 2/3] sheepdog: use inet_connect to simplify connect code MORITA Kazutaka
2013-01-21  0:23 ` [Qemu-devel] [PATCH v2 3/3] sheepdog: add support for connecting to unix domain socket MORITA Kazutaka
2013-01-21  8:57   ` Paolo Bonzini

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).