Re: [Qemu-devel] [PATCH v6 00/33] vhost-user reconnect fixes

2016-07-28 Thread Michael S. Tsirkin
On Wed, Jul 27, 2016 at 01:14:54AM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Hi, > > Since 'vhost-user: simple reconnection support' has been merged, it is > possible to disconnect and reconnect a vhost-user backend. However, > many code paths in qemu may trigger as

[Qemu-devel] [PATCH v6 00/33] vhost-user reconnect fixes

2016-07-26 Thread marcandre . lureau
From: Marc-André Lureau Hi, Since 'vhost-user: simple reconnection support' has been merged, it is possible to disconnect and reconnect a vhost-user backend. However, many code paths in qemu may trigger assert() when the backend is disconnected. There are also code paths that are wrong, see "do