Re: [Qemu-devel] [PATCH 03/16] scsi: Return SAM status codes

2010-11-19 Thread Christoph Hellwig
On Thu, Nov 18, 2010 at 03:46:32PM +0100, Hannes Reinecke wrote: > > The SCSI emulation is supposed to return status codes as defined > by SAM, not the linux ones which are shifted by one. When just looking at the patch the description is rather confusing as all places touched were already return

[Qemu-devel] [PATCH 03/16] scsi: Return SAM status codes

2010-11-18 Thread Hannes Reinecke
The SCSI emulation is supposed to return status codes as defined by SAM, not the linux ones which are shifted by one. Signed-off-by: Hannes Reinecke --- hw/scsi-defs.h| 20 +++- hw/scsi-generic.c | 10 +- 2 files changed, 16 insertions(+), 14 deletions(-) diff -