qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/3] sheepdog: unix domain socket support


From: MORITA Kazutaka
Subject: [Qemu-devel] [PATCH v2 0/3] sheepdog: unix domain socket support
Date: Mon, 21 Jan 2013 09:23:27 +0900

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]