From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm4RC-0005OK-VM for qemu-devel@nongnu.org; Tue, 03 Jul 2012 10:50:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sm4R7-00013R-IX for qemu-devel@nongnu.org; Tue, 03 Jul 2012 10:50:46 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:52001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm4R7-00012q-9w for qemu-devel@nongnu.org; Tue, 03 Jul 2012 10:50:41 -0400 Received: by yhoo21 with SMTP id o21so7027326yho.4 for ; Tue, 03 Jul 2012 07:50:39 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FF306B5.4050506@redhat.com> Date: Tue, 03 Jul 2012 16:50:29 +0200 From: Paolo Bonzini 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: kwolf@redhat.com Cc: qemu-devel@nongnu.org Il 06/06/2012 08:10, Paolo Bonzini ha scritto: > 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(-) > Ping? Paolo