Re: [Qemu-devel] [PATCH 5/5] Add vhost-user calls implementation

2013-12-10 Thread Antonios Motakis
Hello, On Wed, Dec 4, 2013 at 9:00 PM, Michael S. Tsirkin wrote: > On Fri, Nov 29, 2013 at 08:52:26PM +0100, Antonios Motakis wrote: > > Each ioctl request of vhost-kernel has a vhost-user message equivalent, > > which is sent it over the control socket. > > > > The general approach is to copy t

Re: [Qemu-devel] [PATCH 5/5] Add vhost-user calls implementation

2013-12-04 Thread Michael S. Tsirkin
On Fri, Nov 29, 2013 at 08:52:26PM +0100, Antonios Motakis wrote: > Each ioctl request of vhost-kernel has a vhost-user message equivalent, > which is sent it over the control socket. > > The general approach is to copy the data from the supplied argument > pointer to a designated field in the mes

[Qemu-devel] [PATCH 5/5] Add vhost-user calls implementation

2013-11-29 Thread Antonios Motakis
Each ioctl request of vhost-kernel has a vhost-user message equivalent, which is sent it over the control socket. The general approach is to copy the data from the supplied argument pointer to a designated field in the message. If a file descriptor is to be passed it should be placed also in the f