aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi-disk.c
AgeCommit message (Expand)Author
2011-08-01scsi-disk: Remove 'drive_kind'Hannes Reinecke
2011-08-01scsi: Sanitize command definitionsHannes Reinecke
2011-08-01scsi: Remove REZERO_UNIT emulationHannes Reinecke
2011-08-01scsi-disk: Codingstyle fixesHannes Reinecke
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-07-19scsi-disk: Mask out serial number EVPDHannes Reinecke
2011-07-19scsi-disk: Fixup debugging statementHannes Reinecke
2011-07-19scsi: Add 'hba_private' to SCSIRequestHannes Reinecke
2011-05-26scsi: ignore LUN field in the CDBPaolo Bonzini
2011-05-26scsi: make write_data return voidPaolo Bonzini
2011-05-26scsi-disk: add data direction checkingHannes Reinecke
2011-05-26scsi: Implement 'get_sense' callbackHannes Reinecke
2011-05-26scsi: do not call send_command directlyPaolo Bonzini
2011-05-26scsi: Update sense code handlingHannes Reinecke
2011-05-26scsi: introduce scsi_req_cancelPaolo Bonzini
2011-05-26scsi: commonize purging requestsPaolo Bonzini
2011-05-26scsi: Use 'SCSIRequest' directlyHannes Reinecke
2011-05-26scsi: reference-count requestsPaolo Bonzini
2011-05-26scsi: introduce scsi_req_dataPaolo Bonzini
2011-05-19blockdev: Store -drive option media in DriveInfoMarkus Armbruster
2011-05-19scsi: Split qdev "scsi-disk" into "scsi-hd" and "scsi-cd"Markus Armbruster
2011-02-14Improve vm_stop reason declarationsJan Kiszka
2011-01-24scsi-disk: Allow overriding SCSI INQUIRY removable bitStefan Hajnoczi
2010-12-17scsi-disk: support WRITE SAME (16) with unmap bitChristoph Hellwig
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov
2010-11-25scsi-disk: Remove duplicate cdb parsingHannes Reinecke
2010-11-25scsi: Move sense handling into the driverHannes Reinecke
2010-11-25scsi: INQUIRY VPD fixesHannes Reinecke
2010-11-24scsi-disk: Move active request assertsStefan Hajnoczi
2010-11-04scsi-disk: Fix immediate failure of bdrv_aio_*Kevin Wolf
2010-11-04scsi-disk: Implement werror for flushesKevin Wolf
2010-11-04scsi-disk: Complete failed requests in scsi_disk_emulate_commandKevin Wolf
2010-11-04scsi-disk: Implement rerror optionKevin Wolf
2010-09-21scsi-disk: propagate the required alignmentChristoph Hellwig
2010-09-21use qemu_blockalign consistentlyChristoph Hellwig
2010-09-08scsi-disk: add some optional scsi commandsBernhard Kohl
2010-09-08scsi: fix and improve debug printsBernhard Kohl
2010-09-08scsi-disk: fix the check of the DBD bit in the MODE SENSE commandBernhard Kohl
2010-09-08scsi-disk: return CHECK CONDITION for unknown page codes in the MODE SENSE co...Bernhard Kohl
2010-09-08scsi-disk: fix the block descriptor returned by the MODE SENSE commandBernhard Kohl
2010-09-08scsi-disk: respect the page control (PC) field in the MODE SENSE commandBernhard Kohl
2010-09-08scsi-disk: fix the mode data header returned by the MODE SENSE(10) commandBernhard Kohl
2010-09-08scsi-disk: fix the mode data length field returned by the MODE SENSE commandBernhard Kohl
2010-08-24Rearrange block headersBlue Swirl
2010-07-13ide scsi virtio-blk: Reject empty drives unless media is removableMarkus Armbruster
2010-07-06scsi: Reject unimplemented error actionsMarkus Armbruster
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster
2010-07-02blockdev: Clean up automatic drive deletionMarkus Armbruster