Re: [Qemu-devel] [PATCH v6 4/8] Add vhost-user skeleton

2014-01-14 Thread Michael S. Tsirkin
On Mon, Jan 13, 2014 at 03:25:15PM +0100, Antonios Motakis wrote: > Add empty vhost_call, init and cleanup for the vhost-user backend. > > Signed-off-by: Antonios Motakis > Signed-off-by: Nikolay Nikolaev I think the refactoring of VhostNetOptions should be in a separate patch. > --- > hw/ne

[Qemu-devel] [PATCH v6 4/8] Add vhost-user skeleton

2014-01-13 Thread Antonios Motakis
Add empty vhost_call, init and cleanup for the vhost-user backend. Signed-off-by: Antonios Motakis Signed-off-by: Nikolay Nikolaev --- hw/net/vhost_net.c| 57 ++- hw/virtio/vhost-backend.c | 35 include/hw/virt