summaryrefslogtreecommitdiff
path: root/hw/scsi-bus.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-22usb-msd: do not register twice in the boot orderPaolo Bonzini1-2/+5
2011-11-18scsi: pass down REQUEST SENSE to the device when there is no stored sensePaolo Bonzini1-3/+1
2011-11-18scsi: fix parsing of allocation length fieldPaolo Bonzini1-10/+87
2011-11-18scsi: update list of commandsPaolo Bonzini1-6/+19
2011-11-18scsi: fix fw pathPaolo Bonzini1-1/+1
2011-10-28scsi: push request restart to SCSIDevicePaolo Bonzini1-0/+56
2011-10-28scsi: do not call transfer_data after canceling a requestPaolo Bonzini1-4/+19
2011-10-28scsi: pass cdb to alloc_reqPaolo Bonzini1-1/+1
2011-10-28scsi: make reqops constPaolo Bonzini1-5/+5
2011-10-28scsi: add channel to addressingPaolo Bonzini1-9/+15
2011-10-28scsi: allow arbitrary LUNsPaolo Bonzini1-16/+32
2011-10-28scsi: implement REPORT LUNS for arbitrary LUNsPaolo Bonzini1-10/+39
2011-10-28scsi: remove devs array from SCSIBusPaolo Bonzini1-23/+30
2011-10-28scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)Paolo Bonzini1-15/+12
2011-10-28scsi-disk: report media changed via unit attention sense codesPaolo Bonzini1-0/+5
2011-10-28scsi: notify the device when unit attention is reportedPaolo Bonzini1-5/+27
2011-10-28atapi/scsi: unify definitions for MMCPaolo Bonzini1-1/+1