Re: [Qemu-devel] [PATCH] ATAPI: Add support for ASCQ in sense codes

2012-08-27 Thread Kevin Wolf
Am 31.07.2012 09:14, schrieb Paolo Bonzini: > Il 31/07/2012 04:07, Ronnie Sahlberg ha scritto: >> Add support for setting the ASCQ for SCSI sense codes in the ATAPI driver. >> Use this to set ASCQ==2 for the medium removal prevention that is >> recommended in MMC for this condition. >> >> asc:0x53

Re: [Qemu-devel] [PATCH] ATAPI: Add support for ASCQ in sense codes

2012-07-31 Thread Paolo Bonzini
Il 31/07/2012 04:07, Ronnie Sahlberg ha scritto: > Add support for setting the ASCQ for SCSI sense codes in the ATAPI driver. > Use this to set ASCQ==2 for the medium removal prevention that is recommended > in MMC for this condition. > > asc:0x53 ascq:0x02 is the recommended error for MEDIUM_REM

[Qemu-devel] [PATCH] ATAPI: Add support for ASCQ in sense codes

2012-07-30 Thread Ronnie Sahlberg
Add support for setting the ASCQ for SCSI sense codes in the ATAPI driver. Use this to set ASCQ==2 for the medium removal prevention that is recommended in MMC for this condition. asc:0x53 ascq:0x02 is the recommended error for MEDIUM_REMOVAL_PREVENTED and is listed in Annex F in MMC Signed-off