Re: [Qemu-devel] [PATCH 5/6] blkdebug: optionally tie errors to a specific sector

2012-06-07 Thread Stefan Hajnoczi
On Wed, Jun 6, 2012 at 7:10 AM, Paolo Bonzini wrote: > This makes blkdebug scripts more powerful, and independent of the > exact sequence of operations performed by streaming. > > Signed-off-by: Paolo Bonzini > --- >  block/blkdebug.c |   26 -- >  1 file changed, 24 insert

[Qemu-devel] [PATCH 5/6] blkdebug: optionally tie errors to a specific sector

2012-06-05 Thread Paolo Bonzini
This makes blkdebug scripts more powerful, and independent of the exact sequence of operations performed by streaming. Signed-off-by: Paolo Bonzini --- block/blkdebug.c | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/block/blkdebug.c b/block/blkd