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