aboutsummaryrefslogtreecommitdiffstats
path: root/hw/scsi-generic.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-12scsi: report unit attention on resetPaolo Bonzini1-2/+2
2011-08-12scsi: move handling of REQUEST SENSE to common codePaolo Bonzini1-16/+0
2011-08-12scsi: move handling of REPORT LUNS and invalid LUNs to common codePaolo Bonzini1-7/+0
2011-08-12scsi: move request parsing to common codePaolo Bonzini1-9/+0
2011-08-12scsi: push lun field to SCSIDevicePaolo Bonzini1-4/+1
2011-08-12scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOpsPaolo Bonzini1-6/+6
2011-08-12scsi: introduce SCSIReqOpsPaolo Bonzini1-9/+13
2011-08-12scsi: move sense handling to generic codePaolo Bonzini1-59/+17
2011-08-12scsi: pass status when completingPaolo Bonzini1-15/+16
2011-08-01scsi: Sanitize command definitionsHannes Reinecke1-1/+1
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-07-19scsi: Add 'hba_private' to SCSIRequestHannes Reinecke1-2/+3
2011-05-26scsi: ignore LUN field in the CDBPaolo Bonzini1-3/+2
2011-05-26scsi-generic: Handle queue fullPaolo Bonzini1-0/+3
2011-05-26scsi: make write_data return voidPaolo Bonzini1-5/+2
2011-05-26scsi: Implement 'get_sense' callbackHannes Reinecke1-0/+18
2011-05-26scsi: do not call send_command directlyPaolo Bonzini1-1/+0
2011-05-26scsi: Update sense code handlingHannes Reinecke1-22/+41
2011-05-26scsi: use scsi_req_completePaolo Bonzini1-3/+2
2011-05-26scsi: introduce scsi_req_cancelPaolo Bonzini1-1/+0
2011-05-26scsi: commonize purging requestsPaolo Bonzini1-16/+2
2011-05-26scsi: Use 'SCSIRequest' directlyHannes Reinecke1-74/+33
2011-05-26scsi: reference-count requestsPaolo Bonzini1-8/+16
2011-05-26scsi-generic: do not use a stale aiocbPaolo Bonzini1-0/+3
2011-05-26scsi: introduce SCSIBusOpsPaolo Bonzini1-1/+1
2011-05-26scsi: introduce scsi_req_dataPaolo Bonzini1-3/+3
2011-05-26scsi-generic: Remove bogus double completePaolo Bonzini1-2/+4
2010-11-25scsi: Return SAM status codesHannes Reinecke1-5/+5
2010-09-21scsi-generic: add missing reset handlerBernhard Kohl1-2/+19
2010-09-08scsi: fix and improve debug printsBernhard Kohl1-4/+14
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06scsi: Reject unimplemented error actionsMarkus Armbruster1-0/+9
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster1-0/+1
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster1-3/+3
2010-07-02blockdev: Clean up automatic drive deletionMarkus Armbruster1-1/+1
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-1/+0
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-4/+4
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-0/+1
2010-02-10block: add topology qdev propertiesChristoph Hellwig1-11/+13
2009-12-03scsi: move status to SCSIRequest.Gerd Hoffmann1-10/+8
2009-12-03scsi: move dinfo to SCSIDeviceGerd Hoffmann1-12/+11
2009-12-03scsi: add xfer modeGerd Hoffmann1-39/+1
2009-12-03scsi: add request parsing helpers to common code.Gerd Hoffmann1-132/+24
2009-12-03scsi: move type from SCSIGenericState to SCSIDeviceGerd Hoffmann1-7/+6
2009-12-03scsi: add scsi-defs.hGerd Hoffmann1-7/+1
2009-12-03scsi: move blocksize from SCSIGenericState to SCSIDeviceGerd Hoffmann1-12/+11
2009-12-03scsi: move scsi command buffer from SCSIGenericReq to SCSIRequest.Gerd Hoffmann1-9/+6
2009-12-03scsi: move SCSIRequest management to common code.Gerd Hoffmann1-21/+8
2009-12-03scsi: move request lists to QTAILQ.Gerd Hoffmann1-60/+16