aboutsummaryrefslogtreecommitdiff
path: root/include/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-04-12esp: fix setting of ESPState mig_version_id when launching QEMU with -S optionMark Cave-Ayland1-0/+1
2021-03-09Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...Peter Maydell1-26/+26
2021-03-07esp: implement non-DMA transfers in PDMA modeMark Cave-Ayland1-0/+1
2021-03-07esp: convert cmdbuf from array to Fifo8Mark Cave-Ayland1-4/+5
2021-03-07esp: convert ti_buf from array to Fifo8Mark Cave-Ayland1-3/+5
2021-03-07esp: transition to message out phase after SATN and stop commandMark Cave-Ayland1-0/+2
2021-03-07esp: remove old deferred command completion mechanismMark Cave-Ayland1-2/+2
2021-03-07esp: defer command completion interrupt on incoming data transfersMark Cave-Ayland1-0/+1
2021-03-07esp: remove pdma_origin from ESPStateMark Cave-Ayland1-6/+0
2021-03-07esp: remove CMD pdma_originMark Cave-Ayland1-1/+0
2021-03-07esp: use in-built TC to determine PDMA transfer lengthMark Cave-Ayland1-1/+0
2021-03-07esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMAMark Cave-Ayland1-1/+0
2021-03-07esp: remove redundant pdma_start from ESPStateMark Cave-Ayland1-1/+0
2021-03-07esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_bufMark Cave-Ayland1-2/+0
2021-03-07esp: remove dma_left from ESPStateMark Cave-Ayland1-2/+3
2021-03-07esp: remove dma_counter from ESPStateMark Cave-Ayland1-3/+0
2021-03-07esp: add vmstate_esp version to embedded ESPStateMark Cave-Ayland1-0/+2
2021-03-07esp: QOMify the internal ESP device stateMark Cave-Ayland1-0/+5
2021-03-07esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland1-2/+2
2021-03-06scsi: move host_status handling into SCSI driversHannes Reinecke1-1/+4
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke2-2/+2
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 Habkost2-5/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09esp: Rename ESP_STATE to ESPEduardo Habkost1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-8/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-4/+8
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2019-10-31scsi: Propagate unrealize() callback to scsi-hdSam Eiderman1-0/+1
2019-10-28esp: add pseudo-DMA as used by MacintoshLaurent Vivier1-0/+15
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
2019-05-13Normalize header guard symbol definition.Markus Armbruster1-1/+1
2019-01-11scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck1-0/+2
2018-11-06scsi-generic: avoid invalid access to struct when emulating block limitsPaolo Bonzini2-1/+16
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-06-28esp: remove legacy esp_init() functionMark Cave-Ayland1-5/+0
2018-04-09scsi-disk: allow customizing the SCSI versionPaolo Bonzini1-0/+2
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-5/+5
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-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland1-0/+14
2017-09-19scsi: move non-emulation specific code to scsi/Paolo Bonzini1-93/+1