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

2019-09-24 Thread Jason Wang
On 2019/9/25 上午12:20, 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: 6ab79a20af3a (do not call

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

2019-09-24 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