Re: [Qemu-devel] [PATCH] qemu-pr-helper: miscellaneous fixes

2017-12-01 Thread Dr. David Alan Gilbert
* Paolo Bonzini (pbonz...@redhat.com) wrote: > 1) Return a generic sense if TEST UNIT READY does not provide one; > > 2) Fix two mistakes in copying from the spec. > > Reported-by: Dr. David Alan Gilbert > Signed-off-by: Paolo Bonzini Reviewed-by: Dr. David Alan Gilbert (Is there a separate

[Qemu-devel] [PATCH] qemu-pr-helper: miscellaneous fixes

2017-12-01 Thread Paolo Bonzini
1) Return a generic sense if TEST UNIT READY does not provide one; 2) Fix two mistakes in copying from the spec. Reported-by: Dr. David Alan Gilbert Signed-off-by: Paolo Bonzini --- include/scsi/utils.h | 6 +- scsi/qemu-pr-helper.c | 30 ++ scsi/utils.c