summaryrefslogtreecommitdiff
path: root/hw/scsi-bus.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-18scsi: fix warningGerd Hoffmann1-0/+2
2012-08-09scsi-bus: remove overlapping entryBlue Swirl1-1/+0
2012-08-03scsi: add support for ATA_PASSTHROUGH_xx scsi commandCong Meng1-3/+85
2012-08-03SCSI: Update the sense code for PREVENT REMOVAL errorsRonnie Sahlberg1-2/+2
2012-07-27scsi: report parameter changes to HBA driversPaolo Bonzini1-0/+10
2012-07-27scsi-disk: report resized disk via sense codesPaolo Bonzini1-0/+5
2012-07-27scsi: establish precedence levels for unit attentionPaolo Bonzini1-1/+51
2012-07-27scsi: introduce hotplug() and hot_unplug() interfaces for SCSI busCong Meng1-1/+16
2012-07-27scsi: add tracepoint for scsi_req_cancelPaolo Bonzini1-0/+1
2012-07-26scsi-disk: Fail medium writes with proper sense for readonly LUNsRonnie Sahlberg1-0/+5
2012-07-26scsi-disk: parse MODE SELECT commands and parametersPaolo Bonzini1-0/+10
2012-07-10scsi: add free_request callbackPaolo Bonzini1-0/+5
2012-07-02scsi: Fix transfer length for READ POSITION commands.Christian Hoff1-1/+15
2012-07-02scsi: Add basic support for SCSI media changer commands.Christian Hoff1-6/+39
2012-07-02scsi: Ensure command and transfer lengths are set for all SCSI devicesPaolo Bonzini1-7/+18
2012-07-02scsi: Fix LOAD_UNLOADChristian Hoff1-3/+3
2012-07-02scsi: Fix data length == SCSI_SENSE_BUF_SIZEChristian Hoff1-1/+1
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana1-1/+1
2012-06-18qom: Push error reporting to object_property_find()Paolo Bonzini1-1/+1
2012-06-18qdev: Remove qdev_prop_exists()Paolo Bonzini1-1/+1
2012-06-18qbus: Make child devices linksAnthony Liguori1-5/+8
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori1-7/+16
2012-06-18qdev: Use wrapper for qdev_get_pathAnthony Liguori1-4/+2
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini1-1/+1
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini1-6/+8
2012-06-07scsi: prepare migration code for usb-storage supportGerd Hoffmann1-4/+4
2012-05-25scsi: declare vmstate_info_scsi_requests to be staticJim Meyering1-1/+1
2012-05-07scsi: Add assertion for use-after-free errorsStefan Weil1-0/+1
2012-05-07scsi: set VALID bit to 0 in fixed format sense dataPaolo Bonzini1-2/+2
2012-05-07scsi: do not require a minimum allocation length for REQUEST SENSEPaolo Bonzini1-5/+2
2012-05-07scsi: do not require a minimum allocation length for INQUIRYPaolo Bonzini1-8/+0
2012-05-07scsi: parse 16-byte tape CDBsPaolo Bonzini1-0/+10
2012-05-07scsi: do not report bogus overruns for commands in the 0x00-0x1F rangePaolo Bonzini1-6/+10
2012-05-04scsi: Specify the xfer direction for UNMAP and ATA_PASSTHROUGH commandsRonnie Sahlberg1-0/+2
2012-05-04scsi: fix WRITE SAME transfer length and directionPaolo Bonzini1-6/+8
2012-05-04scsi: prevent data transfer overflowPaolo Bonzini1-12/+26
2012-04-19scsi: add SANITIZE commandPaolo Bonzini1-0/+1
2012-04-19scsi: fix memory leakPaolo Bonzini1-2/+5
2012-03-19scsi: add get_dev_pathPaolo Bonzini1-0/+18
2012-02-24scsi: fix searching for an empty idPaolo Bonzini1-5/+10
2012-02-24scsi: fix wrong return for target INQUIRYPaolo Bonzini1-1/+1
2012-02-22scsi: add SCSIDevice vmstate definitionsPaolo Bonzini1-3/+104
2012-02-22scsi-disk: enable scatter/gather functionalityPaolo Bonzini1-0/+1
2012-02-22scsi: add scatter/gather functionalityPaolo Bonzini1-2/+26
2012-02-22scsi: pass residual amount to command_completePaolo Bonzini1-4/+8
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: kill off DeviceInfoAnthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-9/+10
2012-01-27scsi: convert to QEMU Object ModelAnthony Liguori1-26/+69
2011-11-22scsi: fix fw pathPaolo Bonzini1-2/+2