Re: [Qemu-devel] [PATCH v3 7/7] Add vhost-user reconnection

2013-12-16 Thread Luke Gorrie
On 13 December 2013 12:14, Antonios Motakis wrote: > At runtime vhost-user netdev will detect if the vhost backend is up or down. > Upon disconnection it will set link_down accordingly and notify virtio-net. Based on inspection with 'lsof' I think that the v3 reconnect mechanism leaks socket file

[Qemu-devel] [PATCH v3 7/7] Add vhost-user reconnection

2013-12-13 Thread Antonios Motakis
At runtime vhost-user netdev will detect if the vhost backend is up or down. Upon disconnection it will set link_down accordingly and notify virtio-net. Signed-off-by: Antonios Motakis Signed-off-by: Nikolay Nikolaev --- hw/net/vhost_net.c| 16 +++ hw/virtio/vhost-backen