aboutsummaryrefslogtreecommitdiff
path: root/include/hw/scsi
AgeCommit message (Expand)Author
2020-10-12scsi/scsi_bus: Add scsi_device_getMaxim Levitsky
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09esp: Rename ESP_STATE to ESPEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2019-10-31scsi: Propagate unrealize() callback to scsi-hdSam Eiderman
2019-10-28esp: add pseudo-DMA as used by MacintoshLaurent Vivier
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-06-04scsi-disk: Use qdev_prop_drive_iothreadKevin Wolf
2019-05-13Normalize header guard symbol definition.Markus Armbruster
2019-01-11scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck
2018-11-06scsi-generic: avoid invalid access to struct when emulating block limitsPaolo Bonzini
2018-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-06-29usb-storage: Add rerror/werror propertiesKevin Wolf
2018-06-29hw/scsi: add VPD Block Limits emulationDaniel Henrique Barboza
2018-06-29hw/scsi: centralize SG_IO calls into single functionDaniel Henrique Barboza
2018-06-29hw/scsi: cleanups before VPD BL emulationDaniel Henrique Barboza
2018-06-28esp: remove legacy esp_init() functionMark Cave-Ayland
2018-04-09scsi-disk: allow customizing the SCSI versionPaolo Bonzini
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth
2018-01-26usb-storage: Fix share-rw option parsingFam Zheng
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland
2017-09-19scsi: move non-emulation specific code to scsi/Paolo Bonzini
2017-09-19scsi: rename scsi_build_sense to scsi_convert_sensePaolo Bonzini
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster
2016-09-15Remove unused function declarationsLadi Prosek
2016-07-12scsi-bus: Use longer sense buffer with scannersJarkko Lavinen
2016-06-16scsi: esp: make cmdbuf big enough for maximum CDB sizePrasad J Pandit
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-02-09scsi-generic: grab device and port SAS addresses from backendPaolo Bonzini
2016-02-09scsi: push WWN fields up to SCSIDevicePaolo Bonzini
2015-12-04scsi: remove scsi_req_free prototypeHervé Poussineau
2014-11-12esp: Do not overwrite ESP_TCHI after resetHannes Reinecke
2014-10-31scsi: devirtualize unrealize of SCSI devicesPaolo Bonzini
2014-10-31megasas: Clear unit attention on initial resetHannes Reinecke
2014-10-31scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()Hannes Reinecke
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster
2014-10-15scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fieldsIgor Mammedov
2014-09-30scsi: Introduce scsi_req_cancel_asyncFam Zheng
2014-09-30scsi: Introduce scsi_req_cancel_completeFam Zheng
2014-09-30scsi: Drop SCSIReqOps.cancel_ioFam Zheng
2014-09-30scsi: Drop scsi_req_abortFam Zheng
2014-09-23scsi: Optimize scsi_req_allocFam Zheng