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

2014-06-10 Thread Michael S. Tsirkin
On Tue, Jun 10, 2014 at 01:02:57PM +0300, 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: An

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

2014-06-10 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.