From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvgDo-0006MN-DS for qemu-devel@nongnu.org; Fri, 22 May 2015 02:14:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvgDk-0002k3-Ec for qemu-devel@nongnu.org; Fri, 22 May 2015 02:14:16 -0400 Message-ID: <555ECA22.6080102@cn.fujitsu.com> Date: Fri, 22 May 2015 14:18:10 +0800 From: Wen Congyang MIME-Version: 1.0 References: <1432190583-10518-1-git-send-email-famz@redhat.com> <1432190583-10518-2-git-send-email-famz@redhat.com> <555D90B4.8000603@cn.fujitsu.com> <20150521124450.GA27395@ad.nay.redhat.com> In-Reply-To: <20150521124450.GA27395@ad.nay.redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 01/13] block: Add op blocker type "device IO" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Kevin Wolf , qemu-block@nongnu.org, armbru@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, mreitz@redhat.com, Stefan Hajnoczi , amit.shah@redhat.com, pbonzini@redhat.com On 05/21/2015 08:44 PM, Fam Zheng wrote: > On Thu, 05/21 16:00, Wen Congyang wrote: >> On 05/21/2015 02:42 PM, Fam Zheng wrote: >>> It blocks device IO. >> >> Does tt only block virtio-blk/scsi? Not all block types? > > It's only necessary for dataplane enabled devices, which are virtio-blk and > virtio-scsi at the moment. Other types are OK. Hmm, it is OK for qmp transaction. But I think it is not OK for mirror job. Thanks Wen Congyang > > > Fam > . >