Re: [Qemu-devel] [PATCHv2] vhost-user: delete chardev on cleanup

2017-01-24 Thread Eric Blake
On 01/24/2017 01:02 PM, Marc-André Lureau wrote: > Remove the chardev implicitely when cleaning up the netdev. This s/implicitely/implicitly/ > prevents from reusing the chardev since it would be in an incorrect > state with the slave. > > Fixes: > https://bugzilla.redhat.com/show_bug.cgi?id=125

[Qemu-devel] [PATCHv2] vhost-user: delete chardev on cleanup

2017-01-24 Thread Marc-André Lureau
Remove the chardev implicitely when cleaning up the netdev. This prevents from reusing the chardev since it would be in an incorrect state with the slave. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1256618 Signed-off-by: Marc-André Lureau --- net/vhost-user.c | 3 +++ 1 file changed, 3