Re: [Qemu-devel] [PATCH] vhost-user: save features if the char dev is closed

2019-09-18 Thread Adrian Moreno
On 9/17/19 11:40 PM, Michael S. Tsirkin wrote: > On Tue, Sep 17, 2019 at 09:19:01PM +0200, Adrian Moreno wrote: >> That way the state can be correctly restored when the device is opened >> again. This might happen if the backend is restarted. >> >> Buglink: https://bugzilla.redhat.com/show_bug.cgi?

Re: [Qemu-devel] [PATCH] vhost-user: save features if the char dev is closed

2019-09-17 Thread Michael S. Tsirkin
On Tue, Sep 17, 2019 at 09:19:01PM +0200, Adrian Moreno wrote: > That way the state can be correctly restored when the device is opened > again. This might happen if the backend is restarted. > > Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1738768 > Reported-by: Pei Zhang > Fixes: 6ab79a

[Qemu-devel] [PATCH] vhost-user: save features if the char dev is closed

2019-09-17 Thread Adrian Moreno
That way the state can be correctly restored when the device is opened again. This might happen if the backend is restarted. Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1738768 Reported-by: Pei Zhang Fixes: 6ab79a20af3a (do not call vhost_net_cleanup() on running net from char user even