From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoSGZ-0001G6-7Z for qemu-devel@nongnu.org; Fri, 08 Apr 2016 04:59:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoSGY-00048x-HE for qemu-devel@nongnu.org; Fri, 08 Apr 2016 04:59:47 -0400 Date: Fri, 8 Apr 2016 16:59:39 +0800 From: Fam Zheng Message-ID: <20160408085939.GB5807@ad.usersys.redhat.com> References: <1459855253-5378-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459855253-5378-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/2] block: Fix hang with mirroring qcow2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: stefanha@redhat.com, qemu-devel@nongnu.org Cc: Kevin Wolf , lvivier@redhat.com, qemu-block@nongnu.org, pbonzini@redhat.com On Tue, 04/05 19:20, Fam Zheng wrote: > See patch 1 for the bug analysis. > > v3: Make bdrv_co_drain a public function and use it directly in block/mirror.c. > [Stefan] Stefan, are you happy with this version for 2.6? Fam > > > > Fam Zheng (2): > block: Fix bdrv_drain in coroutine > mirror: Replace bdrv_drain(bs) with bdrv_co_drain(bs) > > block/io.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ > block/mirror.c | 2 +- > include/block/block.h | 1 + > 3 files changed, 47 insertions(+), 1 deletion(-) > > -- > 2.7.4 > >