Re: [Qemu-devel] [PATCH v10 16/18] Add vhost-user protocol documentation

2014-06-08 Thread Michael S. Tsirkin
On Thu, Jun 05, 2014 at 10:17:35AM -0600, Eric Blake wrote: > On 05/27/2014 06:06 AM, Nikolay Nikolaev wrote: > > This document describes the basic message format used by vhost-user > > for communication over a unix domain socket. The protocol is based > > on the existing ioctl interface used for t

Re: [Qemu-devel] [PATCH v10 16/18] Add vhost-user protocol documentation

2014-06-05 Thread Eric Blake
On 05/27/2014 06:06 AM, Nikolay Nikolaev wrote: > This document describes the basic message format used by vhost-user > for communication over a unix domain socket. The protocol is based > on the existing ioctl interface used for the kernel version of vhost. > > Signed-off-by: Antonios Motakis >

[Qemu-devel] [PATCH v10 16/18] Add vhost-user protocol documentation

2014-05-27 Thread Nikolay Nikolaev
This document describes the basic message format used by vhost-user for communication over a unix domain socket. The protocol is based on the existing ioctl interface used for the kernel version of vhost. Signed-off-by: Antonios Motakis Signed-off-by: Nikolay Nikolaev --- docs/specs/vhost-user.