From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W03qq-0004XO-JL for qemu-devel@nongnu.org; Mon, 06 Jan 2014 01:39:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W03ql-0008Js-1b for qemu-devel@nongnu.org; Mon, 06 Jan 2014 01:39:52 -0500 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:54202 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W03qk-0008Jf-Mq for qemu-devel@nongnu.org; Mon, 06 Jan 2014 01:39:46 -0500 Message-ID: <52CA5004.50300@kamp.de> Date: Mon, 06 Jan 2014 07:41:08 +0100 From: Peter Lieven MIME-Version: 1.0 References: <1388942528-10453-1-git-send-email-pl@kamp.de> <1388942528-10453-18-git-send-email-pl@kamp.de> <52CA4467.4020800@redhat.com> In-Reply-To: <52CA4467.4020800@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCHv2 17/18] qemu-iotests: blacklist test 020 for NFS protocol List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , ronniesahlberg@gmail.com, Jeff Cody , Max Reitz , owasserm@redhat.com, Federico Simoncelli , Stefan Hajnoczi , Wenchao Xia On 06.01.2014 06:51, Fam Zheng wrote: > On 2014年01月06日 01:22, Peter Lieven wrote: >> reopening is currently not supported. >> >> Signed-off-by: Peter Lieven > > For curiosity, is anything specific to nfs stopping the support of reopen? I think commit will work with host NFS mounted images. The driver has to implement at least .bdrv_reopen_prepare. Peter