aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/esp.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-07esp: remove CMD pdma_originMark Cave-Ayland1-10/+12
2021-03-07esp: use in-built TC to determine PDMA transfer lengthMark Cave-Ayland1-15/+13
2021-03-07esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMAMark Cave-Ayland1-15/+8
2021-03-07esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland1-10/+14
2021-03-07esp: remove redundant pdma_start from ESPStateMark Cave-Ayland1-17/+2
2021-03-07esp: remove the buf and buflen parameters from get_cmd()Mark Cave-Ayland1-5/+6
2021-03-07esp: remove buf parameter from do_cmd()Mark Cave-Ayland1-6/+7
2021-03-07esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_bufMark Cave-Ayland1-31/+25
2021-03-07esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland1-18/+32
2021-03-07esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland1-6/+28
2021-03-07esp: introduce esp_pdma_read() and esp_pdma_write() functionsMark Cave-Ayland1-8/+20
2021-03-07esp: remove minlen restriction in handle_tiMark Cave-Ayland1-10/+2
2021-03-07esp: remove dma_left from ESPStateMark Cave-Ayland1-16/+31
2021-03-07esp: remove dma_counter from ESPStateMark Cave-Ayland1-3/+1
2021-03-07esp: apply transfer length adjustment when STC is zero at TC load timeMark Cave-Ayland1-4/+5
2021-03-07esp: introduce esp_get_stc()Mark Cave-Ayland1-3/+12
2021-03-07esp: introduce esp_get_tc() and esp_set_tc()Mark Cave-Ayland1-15/+23
2021-03-07esp: determine transfer direction directly from SCSI phaseMark Cave-Ayland1-3/+2
2021-03-07esp: add PDMA trace eventsMark Cave-Ayland1-0/+6
2021-03-07esp: fix esp_reg_read() trace eventMark Cave-Ayland1-6/+12
2021-03-07esp: add trace event when receiving a TI commandMark Cave-Ayland1-0/+1
2021-03-07esp: add vmstate_esp version to embedded ESPStateMark Cave-Ayland1-2/+21
2021-03-07esp: QOMify the internal ESP device stateMark Cave-Ayland1-7/+40
2021-03-07esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland1-4/+4
2021-03-07esp: checkpatch fixesMark Cave-Ayland1-21/+31
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke1-4/+3
2020-09-09esp: Rename ESP_STATE to ESPEduardo Habkost1-3/+3
2020-02-18hw/scsi/esp: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2019-10-28esp: add pseudo-DMA as used by MacintoshLaurent Vivier1-9/+269
2019-10-28esp: move get_cmd() post-DMA code to get_cmd_cb()Laurent Vivier1-17/+29
2019-10-28esp: move handle_ti_cmd() cleanup code to esp_do_dma().Laurent Vivier1-2/+10
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-01-11scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck1-7/+26
2018-06-28esp: remove legacy esp_init() functionMark Cave-Ayland1-30/+0
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-5/+7
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland1-13/+0
2017-09-19scsi/esp: Rename the ESP macro to ESP_STATEKamil Rytarowski1-5/+5
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster1-6/+0
2016-11-22scsi/esp: do not raise an interrupt when reading the FIFO registerHervé Poussineau1-2/+0
2016-06-29scsi: esp: fix migrationPaolo Bonzini1-2/+3
2016-06-16scsi: esp: make cmdbuf big enough for maximum CDB sizePrasad J Pandit1-2/+4
2016-06-16scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmdPaolo Bonzini1-7/+4
2016-06-16scsi: esp: respect FIFO invariant after message phasePaolo Bonzini1-1/+1
2016-06-16scsi: esp: check buffer length before reading scsi commandPrasad J Pandit1-0/+3
2016-06-06scsi: esp: check TI buffer index before read/writePrasad J Pandit1-11/+9
2016-05-23esp: check dma length before reading scsi command(CVE-2016-4441)Prasad J Pandit1-4/+7