summaryrefslogtreecommitdiff
path: root/hw/scsi-bus.c
AgeCommit message (Expand)Author
2012-05-07scsi: Add assertion for use-after-free errorsStefan Weil
2012-05-07scsi: set VALID bit to 0 in fixed format sense dataPaolo Bonzini
2012-05-07scsi: do not require a minimum allocation length for REQUEST SENSEPaolo Bonzini
2012-05-07scsi: do not require a minimum allocation length for INQUIRYPaolo Bonzini
2012-05-07scsi: parse 16-byte tape CDBsPaolo Bonzini
2012-05-07scsi: do not report bogus overruns for commands in the 0x00-0x1F rangePaolo Bonzini
2012-05-04scsi: Specify the xfer direction for UNMAP and ATA_PASSTHROUGH commandsRonnie Sahlberg
2012-05-04scsi: fix WRITE SAME transfer length and directionPaolo Bonzini
2012-05-04scsi: prevent data transfer overflowPaolo Bonzini
2012-04-19scsi: add SANITIZE commandPaolo Bonzini
2012-04-19scsi: fix memory leakPaolo Bonzini
2012-03-19scsi: add get_dev_pathPaolo Bonzini
2012-02-24scsi: fix searching for an empty idPaolo Bonzini
2012-02-24scsi: fix wrong return for target INQUIRYPaolo Bonzini
2012-02-22scsi: add SCSIDevice vmstate definitionsPaolo Bonzini
2012-02-22scsi-disk: enable scatter/gather functionalityPaolo Bonzini
2012-02-22scsi: add scatter/gather functionalityPaolo Bonzini
2012-02-22scsi: pass residual amount to command_completePaolo Bonzini
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: kill off DeviceInfoAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27scsi: convert to QEMU Object ModelAnthony Liguori
2011-11-22scsi: fix fw pathPaolo Bonzini
2011-11-22usb-msd: do not register twice in the boot orderPaolo Bonzini
2011-11-18scsi: pass down REQUEST SENSE to the device when there is no stored sensePaolo Bonzini
2011-11-18scsi: fix parsing of allocation length fieldPaolo Bonzini
2011-11-18scsi: update list of commandsPaolo Bonzini
2011-11-18scsi: fix fw pathPaolo Bonzini
2011-10-28scsi: push request restart to SCSIDevicePaolo Bonzini
2011-10-28scsi: do not call transfer_data after canceling a requestPaolo Bonzini
2011-10-28scsi: pass cdb to alloc_reqPaolo Bonzini
2011-10-28scsi: make reqops constPaolo Bonzini
2011-10-28scsi: add channel to addressingPaolo Bonzini
2011-10-28scsi: allow arbitrary LUNsPaolo Bonzini
2011-10-28scsi: implement REPORT LUNS for arbitrary LUNsPaolo Bonzini
2011-10-28scsi: remove devs array from SCSIBusPaolo Bonzini
2011-10-28scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)Paolo Bonzini
2011-10-28scsi-disk: report media changed via unit attention sense codesPaolo Bonzini
2011-10-28scsi: notify the device when unit attention is reportedPaolo Bonzini
2011-10-28atapi/scsi: unify definitions for MMCPaolo Bonzini
2011-09-20scsi: fix sign extension problemsPaolo Bonzini
2011-09-12scsi-disk: Fix START_STOP to fail when it can't ejectMarkus Armbruster
2011-09-10scsi-bus: remove duplicate table entriesBlue Swirl
2011-09-06scsi: fill in additional sense length correctlyPaolo Bonzini
2011-09-06scsi: refine constants for READ CAPACITY 16Paolo Bonzini
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-16scsi: do not overwrite memory on REQUEST SENSE commands with a large bufferPaolo Bonzini
2011-08-14hw/scsi-bus.c: Fix use of uninitialised variablePeter Maydell
2011-08-12scsi: add special traces for common commandsPaolo Bonzini
2011-08-12scsi: report unit attention on resetPaolo Bonzini