[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] xen-scsiback allow RESERVE/RELEASE commands



Some Windows software makes use of RESERVE/RELEASE SCSI commands. Allow them 
through scsiback, without any emulation.

Signed-off-by: James Harper <james.harper@xxxxxxxxxxxxxxxx>

--- a/drivers/scsi/xen-scsiback/emulate.c   2012-01-04 10:51:36.090985303 +1100
+++ b/drivers/scsi/xen-scsiback/emulate.c   2012-01-04 13:28:23.288336520 +1100
@@ -401,8 +401,8 @@
        NO_EMULATE(INQUIRY);               /*0x12*/
        /*NO_EMULATE(RECOVER_BUFFERED_DATA); *//*0x14*/
        NO_EMULATE(MODE_SELECT);           /*0x15*/ /* st */
-       /*NO_EMULATE(RESERVE);               *//*0x16*/
-       /*NO_EMULATE(RELEASE);               *//*0x17*/
+       NO_EMULATE(RESERVE);               /*0x16*/
+       NO_EMULATE(RELEASE);               /*0x17*/
        /*NO_EMULATE(COPY);                  *//*0x18*/
        NO_EMULATE(ERASE);                 /*0x19*/ /* st */
        NO_EMULATE(MODE_SENSE);            /*0x1a*/ /* st */

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.