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

2013-12-11 Thread Antonios Motakis
On Tue, Dec 10, 2013 at 11:29 PM, Eric Blake wrote: > On 12/09/2013 05:25 PM, 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

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

2013-12-10 Thread Eric Blake
On 12/09/2013 05:25 PM, 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 > --- > +++ b/include/net/vh

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

2013-12-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 --- hw/net/vhost_net.c | 66 ++--- hw/net/virtio-net.c