Re: [Qemu-devel] [PATCH v7 11/13] Add new vhost-user netdev backend

2014-02-10 Thread Antonios Motakis
On Mon, Feb 10, 2014 at 9:42 AM, Michael S. Tsirkin wrote: > On Fri, Jan 31, 2014 at 06:34:40PM +0100, Antonios Motakis wrote: >> Add a new QEMU netdev backend that is intended to invoke vhost_net with the >> vhost-user backend. >> >> At runtime the netdev will detect if the vhost backend is up or

Re: [Qemu-devel] [PATCH v7 11/13] Add new vhost-user netdev backend

2014-02-10 Thread Michael S. Tsirkin
On Fri, Jan 31, 2014 at 06:34:40PM +0100, Antonios Motakis wrote: > Add a new QEMU netdev backend that is intended to invoke vhost_net with the > vhost-user backend. > > At runtime the netdev will detect if the vhost backend is up or down. Upon > disconnection it will set link_down accordingly and

[Qemu-devel] [PATCH v7 11/13] Add new vhost-user netdev backend

2014-01-31 Thread Antonios Motakis
Add a new QEMU netdev backend that is intended to invoke vhost_net with the vhost-user backend. At runtime the netdev will detect if the vhost backend is up or down. Upon disconnection it will set link_down accordingly and notify virtio-net. The virtio-net interface goes down. Signed-off-by: Anto