Re: [Qemu-devel] [PATCH v3 17/21] scsi: Implement 'get_sense' callback

2011-05-20 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[Qemu-devel] [PATCH v3 17/21] scsi: Implement 'get_sense' callback

2011-05-17 Thread Paolo Bonzini
From: Hannes Reinecke The get_sense callback copies existing sense information into the provided buffer. This is required if sense information should be transferred together with the command response. Signed-off-by: Hannes Reinecke Signed-off-by: Paolo Bonzini --- hw/scsi-bus.c |9 +++