[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 02/16] vscsi: always use get_sense
From: |
Christoph Hellwig |
Subject: |
Re: [Qemu-devel] [PATCH 02/16] vscsi: always use get_sense |
Date: |
Wed, 3 Aug 2011 18:32:41 +0200 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
On Wed, Aug 03, 2011 at 10:49:05AM +0200, Paolo Bonzini wrote:
> vscsi supports autosensing by providing sense data directly in the
> response. When get_sense was added, the older state machine approach
> that sent REQUEST SENSE commands separately was left in place. Remove
> it, all existing SCSIDevices do support autosensing and the next patches
> will make the support come for free from the SCSIBus.
>
> Signed-off-by: Paolo Bonzini <address@hidden>
Looks good,
Reviewed-by: Christoph Hellwig <address@hidden>
- [Qemu-devel] [PATCH 00/16] SCSI sense and target request overhaul, Paolo Bonzini, 2011/08/03
- [Qemu-devel] [PATCH 02/16] vscsi: always use get_sense, Paolo Bonzini, 2011/08/03
- Re: [Qemu-devel] [PATCH 02/16] vscsi: always use get_sense,
Christoph Hellwig <=
- [Qemu-devel] [PATCH 03/16] scsi: pass status when completing, Paolo Bonzini, 2011/08/03
- [Qemu-devel] [PATCH 06/16] scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOps, Paolo Bonzini, 2011/08/03
- [Qemu-devel] [PATCH 05/16] scsi: introduce SCSIReqOps, Paolo Bonzini, 2011/08/03
- [Qemu-devel] [PATCH 01/16] scsi-disk: no need to call scsi_req_data on a short read, Paolo Bonzini, 2011/08/03
- [Qemu-devel] [PATCH 08/16] scsi: introduce SCSICommand, Paolo Bonzini, 2011/08/03
- [Qemu-devel] [PATCH 07/16] scsi: pass cdb already to scsi_req_new, Paolo Bonzini, 2011/08/03