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

2013-01-22 Thread MORITA Kazutaka
At Tue, 22 Jan 2013 10:38:51 +0100, Stefan Hajnoczi wrote: > > On Mon, Jan 21, 2013 at 09:23:27AM +0900, MORITA Kazutaka wrote: > > 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 p

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

2013-01-22 Thread Stefan Hajnoczi
On Mon, Jan 21, 2013 at 09:23:27AM +0900, MORITA Kazutaka wrote: > 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

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

2013-01-20 Thread MORITA Kazutaka
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