From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc9SO-00066U-8s for qemu-devel@nongnu.org; Wed, 06 Jun 2012 02:11:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sc9SG-0004fz-Q4 for qemu-devel@nongnu.org; Wed, 06 Jun 2012 02:10:59 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:50120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc9SG-0004fk-HT for qemu-devel@nongnu.org; Wed, 06 Jun 2012 02:10:52 -0400 Received: by dadv2 with SMTP id v2so9020002dad.4 for ; Tue, 05 Jun 2012 23:10:50 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 6 Jun 2012 08:10:38 +0200 Message-Id: <1338963044-21445-1-git-send-email-pbonzini@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: kwolf@redhat.com 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(-) -- 1.7.10.1