[PATCH 0/2] [scsi-bus]: Changes for PERSISTENT_RESERVE_OUT and MAINTENANCE CDBs v2

2010-06-16 Thread Nicholas A. Bellinger
From: Nicholas Bellinger n...@linux-iscsi.org

Greetings,

Attached is v2 for a series containing a handful of changes required for 
scsi-bus in order
to get PERSISTENT_RESERVE_OUT and MAINTENANCE CDBs working as expected.  Thanks 
to Kevin Wolf
for pointing out the unnecessary SCSIRequest-cmd.xfer reassignments in 
scsi_req_length() from
the original series.

Tested with Linux KVM guests and Megasas 8708EM2 HBA emulation + scsi-generic 
and
TCM_Loop target ports.

Signed-off-by: Nicholas A. Bellinger n...@linux-iscsi.org

Nicholas Bellinger (2):
  [scsi-bus]: Add PERSISTENT_RESERVE_OUT SCSIRequest-cmd.mode setup
  [scsi-bus]: Add MAINTENANCE_IN and MAINTENANCE_OUT SCSIRequest xfer
and mode assignments

 hw/scsi-bus.c  |   11 +++
 hw/scsi-defs.h |2 ++
 2 files changed, 13 insertions(+), 0 deletions(-)

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] [scsi-bus]: Changes for PERSISTENT_RESERVE_OUT and MAINTENANCE CDBs v2

2010-06-16 Thread Kevin Wolf
Am 16.06.2010 15:42, schrieb Nicholas A. Bellinger:
 From: Nicholas Bellinger n...@linux-iscsi.org
 
 Greetings,
 
 Attached is v2 for a series containing a handful of changes required for 
 scsi-bus in order
 to get PERSISTENT_RESERVE_OUT and MAINTENANCE CDBs working as expected.  
 Thanks to Kevin Wolf
 for pointing out the unnecessary SCSIRequest-cmd.xfer reassignments in 
 scsi_req_length() from
 the original series.
 
 Tested with Linux KVM guests and Megasas 8708EM2 HBA emulation + scsi-generic 
 and
 TCM_Loop target ports.
 
 Signed-off-by: Nicholas A. Bellinger n...@linux-iscsi.org

Thanks, applied to the block branch.

One more thing: You usually put things like [scsi-bus] in brackets so
that they are removed by git am. I think this is actually useful
information to have in the commit log, so would you mind leaving the
brackets out for your next submissions?

Kevin
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html