Re: [Qemu-devel] [PATCH v4 RESEND 0/5] sheepdog: unix domain socket support

2013-02-26 Thread Stefan Hajnoczi
On Fri, Feb 22, 2013 at 12:39:48PM +0900, MORITA Kazutaka wrote: > This series makes sheepdog accept URI syntax, and adds a unix domain > socket support for a connection between qemu and local sheepdog server > based on the syntax. > > Changes from v3: > - fix wrong URI syntax in the commit log >

[Qemu-devel] [PATCH v4 RESEND 0/5] sheepdog: unix domain socket support

2013-02-21 Thread MORITA Kazutaka
This series makes sheepdog accept URI syntax, and adds a unix domain socket support for a connection between qemu and local sheepdog server based on the syntax. Changes from v3: - fix wrong URI syntax in the commit log Changes from v2: - fix coding style in tcp_connect - accept URI syntax Cha