All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] 9pfs: add cleanup operation in handle/proxy backend
@ 2016-11-15  2:13 Li Qiang
  2016-11-15  2:13 ` [Qemu-devel] [PATCH v2 1/3] 9pfs: add cleanup operation in FileOperations Li Qiang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Li Qiang @ 2016-11-15  2:13 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 (3):
  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 |  8 ++++++++
 hw/9pfs/9p-proxy.c  | 10 ++++++++++
 hw/9pfs/9p.c        |  6 ++++++
 4 files changed, 25 insertions(+)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-11-15 10:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-15  2:13 [Qemu-devel] [PATCH v2 0/3] 9pfs: add cleanup operation in handle/proxy backend Li Qiang
2016-11-15  2:13 ` [Qemu-devel] [PATCH v2 1/3] 9pfs: add cleanup operation in FileOperations Li Qiang
2016-11-15  2:13 ` [Qemu-devel] [PATCH v2 2/3] 9pfs: add cleanup operation for handle backend driver Li Qiang
2016-11-15 10:22   ` Greg Kurz
2016-11-15  2:13 ` [Qemu-devel] [PATCH v2 3/3] 9pfs: add cleanup operation for proxy " Li Qiang
2016-11-15 10:26   ` Greg Kurz
2016-11-15 10:16 ` [Qemu-devel] [PATCH v2 0/3] 9pfs: add cleanup operation in handle/proxy backend Greg Kurz
2016-11-15 10:21   ` Li Qiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.