aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi-bus.c
AgeCommit message (Expand)Author
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering
2012-09-21scsi: introduce scsi_cdb_length and scsi_data_cdb_lengthPaolo Bonzini
2012-08-18scsi: fix warningGerd Hoffmann
2012-08-09scsi-bus: remove overlapping entryBlue Swirl
2012-08-03scsi: add support for ATA_PASSTHROUGH_xx scsi commandCong Meng
2012-08-03SCSI: Update the sense code for PREVENT REMOVAL errorsRonnie Sahlberg
2012-07-27scsi: report parameter changes to HBA driversPaolo Bonzini
2012-07-27scsi-disk: report resized disk via sense codesPaolo Bonzini
2012-07-27scsi: establish precedence levels for unit attentionPaolo Bonzini
2012-07-27scsi: introduce hotplug() and hot_unplug() interfaces for SCSI busCong Meng
2012-07-27scsi: add tracepoint for scsi_req_cancelPaolo Bonzini
2012-07-26scsi-disk: Fail medium writes with proper sense for readonly LUNsRonnie Sahlberg
2012-07-26scsi-disk: parse MODE SELECT commands and parametersPaolo Bonzini
2012-07-10scsi: add free_request callbackPaolo Bonzini
2012-07-02scsi: Fix transfer length for READ POSITION commands.Christian Hoff
2012-07-02scsi: Add basic support for SCSI media changer commands.Christian Hoff
2012-07-02scsi: Ensure command and transfer lengths are set for all SCSI devicesPaolo Bonzini
2012-07-02scsi: Fix LOAD_UNLOADChristian Hoff
2012-07-02scsi: Fix data length == SCSI_SENSE_BUF_SIZEChristian Hoff
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana
2012-06-18qom: Push error reporting to object_property_find()Paolo Bonzini
2012-06-18qdev: Remove qdev_prop_exists()Paolo Bonzini
2012-06-18qbus: Make child devices linksAnthony Liguori
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-06-18qdev: Use wrapper for qdev_get_pathAnthony Liguori
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini
2012-06-07scsi: prepare migration code for usb-storage supportGerd Hoffmann
2012-05-25scsi: declare vmstate_info_scsi_requests to be staticJim Meyering
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