Re: [Qemu-devel] [PATCH v3 17/21] scsi: Implement 'get_sense' callback
Looks good, Reviewed-by: Christoph Hellwig
[Qemu-devel] [PATCH v3 17/21] scsi: Implement 'get_sense' callback
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 +++