qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 0/2] vhost-user: release chardev on cleanup


From: marcandre . lureau
Subject: [Qemu-devel] [RFC PATCH 0/2] vhost-user: release chardev on cleanup
Date: Thu, 3 Sep 2015 16:20:05 +0200

From: Marc-André Lureau <address@hidden>

The following 2 one-liners remove the chardev from the vhost-user
netdev it is attached to. This prevents from further reuse of the
chardev that would likely fail to setup again with the backend
depending on their state.

Related to:
https://bugzilla.redhat.com/show_bug.cgi?id=1256619
https://bugzilla.redhat.com/show_bug.cgi?id=1256618

Marc-André Lureau (2):
  vhost-user: release chardev on cleanup
  vhost-user: delete chardev on cleanup

 net/vhost-user.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]