[Qemu-devel] [PATCH] net: vhost-user reconnect

2015-07-13 Thread Matus Fabian -X (matfabia - Pantheon Technologies SRO at Cisco)
If userspace switch restarts it will reconnect to unix socket but QEMU will not send any vhost-user information and that basically means that userspace switch restart requires restart of VM. Fix detects that userspace switch is disconnected and notify VM that link status is down. After user space s

Re: [Qemu-devel] [PATCH] net: vhost-user reconnect

2015-07-13 Thread Michael S. Tsirkin
On Mon, Jul 13, 2015 at 02:44:37PM +, Matus Fabian -X (matfabia - Pantheon Technologies SRO at Cisco) wrote: > If userspace switch restarts it will reconnect to unix socket but QEMU will > not > send any vhost-user information and that basically means that userspace switch > restart requires