aboutsummaryrefslogtreecommitdiff
path: root/include/hw/scsi/scsi.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-18hw/scsi: Rename SCSIRequest::resid as 'residual'Philippe Mathieu-Daudé1-2/+2
2021-12-18hw/scsi: Fix scsi_bus_init_named() docstringPhilippe Mathieu-Daudé1-1/+1
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell1-2/+28
2021-03-06scsi: move host_status handling into SCSI driversHannes Reinecke1-1/+4
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke1-1/+1
2021-02-25scsi: make io_timeout configurableHannes Reinecke1-1/+3
2020-10-12scsi/scsi_bus: Add scsi_device_getMaxim Levitsky1-0/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-2/+1
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-7/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2019-10-31scsi: Propagate unrealize() callback to scsi-hdSam Eiderman1-0/+1
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-06-04scsi-disk: Use qdev_prop_drive_iothreadKevin Wolf1-0/+1
2018-11-06scsi-generic: avoid invalid access to struct when emulating block limitsPaolo Bonzini1-1/+0
2018-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+2
2018-06-29usb-storage: Add rerror/werror propertiesKevin Wolf1-0/+2
2018-06-29hw/scsi: add VPD Block Limits emulationDaniel Henrique Barboza1-1/+2
2018-06-29hw/scsi: centralize SG_IO calls into single functionDaniel Henrique Barboza1-0/+2
2018-06-29hw/scsi: cleanups before VPD BL emulationDaniel Henrique Barboza1-0/+1
2018-04-09scsi-disk: allow customizing the SCSI versionPaolo Bonzini1-0/+2
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth1-1/+1
2018-01-26usb-storage: Fix share-rw option parsingFam Zheng1-0/+1
2017-09-19scsi: move non-emulation specific code to scsi/Paolo Bonzini1-93/+1
2017-09-19scsi: rename scsi_build_sense to scsi_convert_sensePaolo Bonzini1-2/+2
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster1-1/+1
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster1-1/+2
2016-09-15Remove unused function declarationsLadi Prosek1-1/+0
2016-07-12scsi-bus: Use longer sense buffer with scannersJarkko Lavinen1-3/+4
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-02-09scsi-generic: grab device and port SAS addresses from backendPaolo Bonzini1-0/+1
2016-02-09scsi: push WWN fields up to SCSIDevicePaolo Bonzini1-0/+2
2015-12-04scsi: remove scsi_req_free prototypeHervé Poussineau1-1/+0
2014-10-31scsi: devirtualize unrealize of SCSI devicesPaolo Bonzini1-1/+0
2014-10-31megasas: Clear unit attention on initial resetHannes Reinecke1-0/+1
2014-10-31scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()Hannes Reinecke1-2/+3
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+2
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-1/+1
2014-10-15scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fieldsIgor Mammedov1-2/+0
2014-09-30scsi: Introduce scsi_req_cancel_asyncFam Zheng1-0/+3
2014-09-30scsi: Introduce scsi_req_cancel_completeFam Zheng1-0/+1
2014-09-30scsi: Drop SCSIReqOps.cancel_ioFam Zheng1-1/+0
2014-09-30scsi: Drop scsi_req_abortFam Zheng1-1/+0
2014-09-23scsi: Optimize scsi_req_allocFam Zheng1-7/+14
2014-08-26scsi-bus: Convert DeviceClass init to realizeFam Zheng1-2/+2
2014-07-29scsi-block, scsi-generic: implement parse_cdbPaolo Bonzini1-0/+1
2014-07-29scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfoPaolo Bonzini1-0/+6