From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmM1p-0006tG-9h for qemu-devel@nongnu.org; Wed, 04 Jul 2012 05:37:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmM1j-0006UG-4U for qemu-devel@nongnu.org; Wed, 04 Jul 2012 05:37:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmM1i-0006UA-Ss for qemu-devel@nongnu.org; Wed, 04 Jul 2012 05:37:39 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q649baK9031256 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 4 Jul 2012 05:37:37 -0400 Message-ID: <4FF40EDE.2040609@redhat.com> Date: Wed, 04 Jul 2012 11:37:34 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1338963044-21445-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1338963044-21445-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] blkdebug changes extracted from 1.2 streaming patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 06.06.2012 08:10, schrieb Paolo Bonzini: > Hi, > > these patches are prerequisites for testing streaming error handling. > They should be useful on their own, so I am sending them early to keep > the queue small. > > Paolo Bonzini (6): > blkdebug: remove sync i/o events > blkdebug: tiny cleanup > blkdebug: pass getlength to underlying file > blkdebug: store list of active rules > blkdebug: optionally tie errors to a specific sector > raw: hook into blkdebug > > block.h | 2 - > block/blkdebug.c | 107 +++++++++++++++++++++++++++++++----------------------- > block/qed.c | 2 +- > block/raw.c | 2 + > 4 files changed, 64 insertions(+), 49 deletions(-) Thanks, applied all to the block branch. Kevin