summaryrefslogtreecommitdiff
path: root/hw/scsi-generic.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-12scsi: report unit attention on resetPaolo Bonzini
2011-08-12scsi: move handling of REQUEST SENSE to common codePaolo Bonzini
2011-08-12scsi: move handling of REPORT LUNS and invalid LUNs to common codePaolo Bonzini
2011-08-12scsi: move request parsing to common codePaolo Bonzini
2011-08-12scsi: push lun field to SCSIDevicePaolo Bonzini
2011-08-12scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOpsPaolo Bonzini
2011-08-12scsi: introduce SCSIReqOpsPaolo Bonzini
2011-08-12scsi: move sense handling to generic codePaolo Bonzini
2011-08-12scsi: pass status when completingPaolo Bonzini
2011-08-01scsi: Sanitize command definitionsHannes Reinecke
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-07-19scsi: Add 'hba_private' to SCSIRequestHannes Reinecke
2011-05-26scsi: ignore LUN field in the CDBPaolo Bonzini
2011-05-26scsi-generic: Handle queue fullPaolo Bonzini
2011-05-26scsi: make write_data return voidPaolo Bonzini
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: use scsi_req_completePaolo Bonzini
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-generic: do not use a stale aiocbPaolo Bonzini
2011-05-26scsi: introduce SCSIBusOpsPaolo Bonzini
2011-05-26scsi: introduce scsi_req_dataPaolo Bonzini
2011-05-26scsi-generic: Remove bogus double completePaolo Bonzini
2010-11-25scsi: Return SAM status codesHannes Reinecke
2010-09-21scsi-generic: add missing reset handlerBernhard Kohl
2010-09-08scsi: fix and improve debug printsBernhard Kohl
2010-08-24Rearrange block headersBlue Swirl
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
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster
2010-02-10block: add topology qdev propertiesChristoph Hellwig
2009-12-03scsi: move status to SCSIRequest.Gerd Hoffmann
2009-12-03scsi: move dinfo to SCSIDeviceGerd Hoffmann
2009-12-03scsi: add xfer modeGerd Hoffmann
2009-12-03scsi: add request parsing helpers to common code.Gerd Hoffmann
2009-12-03scsi: move type from SCSIGenericState to SCSIDeviceGerd Hoffmann
2009-12-03scsi: add scsi-defs.hGerd Hoffmann
2009-12-03scsi: move blocksize from SCSIGenericState to SCSIDeviceGerd Hoffmann
2009-12-03scsi: move scsi command buffer from SCSIGenericReq to SCSIRequest.Gerd Hoffmann
2009-12-03scsi: move SCSIRequest management to common code.Gerd Hoffmann
2009-12-03scsi: move request lists to QTAILQ.Gerd Hoffmann