From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKrRe-0008Al-OW for qemu-devel@nongnu.org; Fri, 22 Aug 2014 12:12:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKrRY-0006Ni-L1 for qemu-devel@nongnu.org; Fri, 22 Aug 2014 12:12:06 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:52410 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKrRY-0006NT-DQ for qemu-devel@nongnu.org; Fri, 22 Aug 2014 12:12:00 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Fri, 22 Aug 2014 18:11:09 +0200 Message-Id: <1408723870-7826-1-git-send-email-benoit.canet@nodalink.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH] Implement recursive op blockers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, jcody@redhat.com, famz@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , stefanha@redhat.com This self contained patch implements recursives op blockers while passing= all the ./check -qcow2 tests. Beno=C3=AEt Canet (1): block: Make op blockers recursive block.c | 69 +++++++++++++++++++++++++++++++++++++++++= +++--- block/blkverify.c | 21 +++++++++++++++ block/commit.c | 3 +++ block/mirror.c | 17 ++++++++---- block/quorum.c | 25 +++++++++++++++++ block/stream.c | 3 +++ block/vmdk.c | 34 +++++++++++++++++++++++ include/block/block.h | 2 +- include/block/block_int.h | 6 +++++ 9 files changed, 171 insertions(+), 9 deletions(-) --=20 2.1.0