summaryrefslogtreecommitdiff
path: root/include/hw/scsi/esp.h
AgeCommit message (Expand)Author
2021-06-15esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini
2021-04-12esp: fix setting of ESPState mig_version_id when launching QEMU with -S optionMark Cave-Ayland
2021-03-07esp: implement non-DMA transfers in PDMA modeMark Cave-Ayland
2021-03-07esp: convert cmdbuf from array to Fifo8Mark Cave-Ayland
2021-03-07esp: convert ti_buf from array to Fifo8Mark Cave-Ayland
2021-03-07esp: transition to message out phase after SATN and stop commandMark Cave-Ayland
2021-03-07esp: remove old deferred command completion mechanismMark Cave-Ayland
2021-03-07esp: defer command completion interrupt on incoming data transfersMark Cave-Ayland
2021-03-07esp: remove pdma_origin from ESPStateMark Cave-Ayland
2021-03-07esp: remove CMD pdma_originMark Cave-Ayland
2021-03-07esp: use in-built TC to determine PDMA transfer lengthMark Cave-Ayland
2021-03-07esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMAMark Cave-Ayland
2021-03-07esp: remove redundant pdma_start from ESPStateMark Cave-Ayland
2021-03-07esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_bufMark Cave-Ayland
2021-03-07esp: remove dma_left from ESPStateMark Cave-Ayland
2021-03-07esp: remove dma_counter from ESPStateMark Cave-Ayland
2021-03-07esp: add vmstate_esp version to embedded ESPStateMark Cave-Ayland
2021-03-07esp: QOMify the internal ESP device stateMark Cave-Ayland
2021-03-07esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke
2020-09-18Use OBJECT_DECLARE_SIMPLE_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
2019-10-28esp: add pseudo-DMA as used by MacintoshLaurent Vivier
2019-01-11scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck
2018-06-28esp: remove legacy esp_init() functionMark Cave-Ayland
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland
2016-06-16scsi: esp: make cmdbuf big enough for maximum CDB sizePrasad J Pandit
2014-11-12esp: Do not overwrite ESP_TCHI after resetHannes Reinecke
2013-04-08hw: move headers to include/Paolo Bonzini