qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] 9pfs: add cleanup operation in handle/proxy backend
@ 2016-11-17  3:16 Li Qiang
  2016-11-17  3:16 ` [Qemu-devel] [PATCH v3 1/4] 9pfs: adjust the order of resource cleanup in device unrealize Li Qiang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Li Qiang @ 2016-11-17  3:16 UTC (permalink / raw)
  To: groug, qemu-devel; +Cc: liqiang6-s, Li Qiang

Currently, the backend of VirtFS doesn't have a cleanup
function. This will leak some resources in handle and proxy
backend driver. This patchset addresses this issue.

Li Qiang (4):
  9pfs: adjust the order of resource cleanup in device unrealize
  9pfs: add cleanup operation in FileOperations
  9pfs: add cleanup operation for handle backend driver
  9pfs: add cleanup operation for proxy backend driver

 fsdev/file-op-9p.h  |  1 +
 hw/9pfs/9p-handle.c |  9 +++++++++
 hw/9pfs/9p-proxy.c  | 13 +++++++++++++
 hw/9pfs/9p.c        | 10 ++++++++--
 4 files changed, 31 insertions(+), 2 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-21 16:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-17  3:16 [Qemu-devel] [PATCH v3 0/4] 9pfs: add cleanup operation in handle/proxy backend Li Qiang
2016-11-17  3:16 ` [Qemu-devel] [PATCH v3 1/4] 9pfs: adjust the order of resource cleanup in device unrealize Li Qiang
2016-11-17  3:16 ` [Qemu-devel] [PATCH v3 2/4] 9pfs: add cleanup operation in FileOperations Li Qiang
2016-11-17  3:16 ` [Qemu-devel] [PATCH v3 3/4] 9pfs: add cleanup operation for handle backend driver Li Qiang
2016-11-17  3:16 ` [Qemu-devel] [PATCH v3 4/4] 9pfs: add cleanup operation for proxy " Li Qiang
2016-11-21 16:05 ` [Qemu-devel] [PATCH v3 0/4] 9pfs: add cleanup operation in handle/proxy backend Greg Kurz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).