Re: [Qemu-devel] [PATCH 1/4] scsi-disk: Implement rerror option

2010-10-28 Thread Kevin Wolf
Am 28.10.2010 11:12, schrieb Stefan Hajnoczi: > On Mon, Oct 25, 2010 at 05:17:33PM +0200, Kevin Wolf wrote: >> This implements the rerror option for SCSI disks. >> >> Signed-off-by: Kevin Wolf >> --- >> blockdev.c |2 +- >> hw/scsi-disk.c | 91 >> ++-

Re: [Qemu-devel] [PATCH 1/4] scsi-disk: Implement rerror option

2010-10-28 Thread Stefan Hajnoczi
On Mon, Oct 25, 2010 at 05:17:33PM +0200, Kevin Wolf wrote: > This implements the rerror option for SCSI disks. > > Signed-off-by: Kevin Wolf > --- > blockdev.c |2 +- > hw/scsi-disk.c | 91 > ++-- > 2 files changed, 63 insertions(+)

[Qemu-devel] [PATCH 1/4] scsi-disk: Implement rerror option

2010-10-25 Thread Kevin Wolf
This implements the rerror option for SCSI disks. Signed-off-by: Kevin Wolf --- blockdev.c |2 +- hw/scsi-disk.c | 91 ++-- 2 files changed, 63 insertions(+), 30 deletions(-) diff --git a/blockdev.c b/blockdev.c index ff7602b..160fa8