Re: [Qemu-devel] [PATCH v5 6/7] Add new vhost-user netdev backend

2014-01-10 Thread Antonios Motakis
On Thu, Jan 9, 2014 at 5:14 PM, Michael S. Tsirkin wrote: > On Thu, Jan 09, 2014 at 04:00:00PM +0100, Antonios Motakis wrote: > > Add a new QEMU netdev backend that is intended to invoke vhost_net > > with the vhost-user backend. Also decouple virtio-net from the tap > > backend. > > > > Signed-o

Re: [Qemu-devel] [PATCH v5 6/7] Add new vhost-user netdev backend

2014-01-09 Thread Michael S. Tsirkin
On Thu, Jan 09, 2014 at 04:00:00PM +0100, Antonios Motakis wrote: > Add a new QEMU netdev backend that is intended to invoke vhost_net > with the vhost-user backend. Also decouple virtio-net from the tap > backend. > > Signed-off-by: Antonios Motakis > Signed-off-by: Nikolay Nikolaev > --- > hm

[Qemu-devel] [PATCH v5 6/7] Add new vhost-user netdev backend

2014-01-09 Thread Antonios Motakis
Add a new QEMU netdev backend that is intended to invoke vhost_net with the vhost-user backend. Also decouple virtio-net from the tap backend. Signed-off-by: Antonios Motakis Signed-off-by: Nikolay Nikolaev --- hmp-commands.hx | 4 +- hw/net/vhost_net.c | 66 ++