From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6GSl-0007BI-0E for qemu-devel@nongnu.org; Mon, 14 Nov 2016 07:34:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6GSh-0003ZE-T2 for qemu-devel@nongnu.org; Mon, 14 Nov 2016 07:34:15 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:34191) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c6GSh-0003Yy-Ns for qemu-devel@nongnu.org; Mon, 14 Nov 2016 07:34:11 -0500 Received: by mail-pf0-f193.google.com with SMTP id y68so6175001pfb.1 for ; Mon, 14 Nov 2016 04:34:11 -0800 (PST) Message-ID: <5829af05.84f4420a.a436f.4a62@mx.google.com> From: Li Qiang Date: Mon, 14 Nov 2016 07:32:55 -0500 Subject: [Qemu-devel] [PATCH 0/3] add cleanup operation in handle/proxy backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: groug@kaod.org, qemu-devel@nongnu.org Cc: liqiang6-s@360.cn, Li Qiang From: 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 | 3 +++ 4 files changed, 22 insertions(+) -- 1.8.3.1