From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6anQ-0006xN-0P for qemu-devel@nongnu.org; Tue, 15 Nov 2016 05:16:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6anL-00067H-Vq for qemu-devel@nongnu.org; Tue, 15 Nov 2016 05:16:55 -0500 Received: from 5.mo53.mail-out.ovh.net ([46.105.48.2]:33780) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c6anL-000678-Q0 for qemu-devel@nongnu.org; Tue, 15 Nov 2016 05:16:51 -0500 Received: from player158.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo53.mail-out.ovh.net (Postfix) with ESMTP id A9B32434C8 for ; Tue, 15 Nov 2016 11:16:50 +0100 (CET) Date: Tue, 15 Nov 2016 11:16:45 +0100 From: Greg Kurz Message-ID: <20161115111645.0e267e53@bahia> In-Reply-To: <1479176033-36604-1-git-send-email-liq3ea@gmail.com> References: <1479176033-36604-1-git-send-email-liq3ea@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] 9pfs: add cleanup operation in handle/proxy backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Li Qiang Cc: qemu-devel@nongnu.org, liqiang6-s@360.cn On Mon, 14 Nov 2016 21:13:50 -0500 Li Qiang wrote: > 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(+) > Cool, you fixed the message ID issue :)