aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-02-13esp.c: copy logic for do_cmd transfers from do_dma_pdma_cb() to esp_do_dma()Mark Cave-Ayland1-1/+10
2024-02-13esp.c: copy PDMA logic for transfers to device from do_dma_pdma_cb() to esp_d...Mark Cave-Ayland1-0/+9
2024-02-13esp.c: rename esp_dma_done() to esp_dma_ti_check()Mark Cave-Ayland1-9/+9
2024-02-13esp.c: move TC and FIFO check logic into esp_dma_done()Mark Cave-Ayland1-28/+11
2024-02-13esp.c: fix premature end of phase logic esp_command_completeMark Cave-Ayland1-5/+17
2024-02-13esp.c: consolidate async_len and TC == 0 checks in do_dma_pdma_cb() and esp_d...Mark Cave-Ayland1-13/+31
2024-02-13esp.c: update end of transfer logic at the end of esp_transfer_data()Mark Cave-Ayland1-10/+4
2024-02-13esp.c: remove unneeded if() check in esp_transfer_data()Mark Cave-Ayland1-10/+7
2024-02-13esp.c: remove unaligned adjustment in do_dma_pdma_cb() to device pathMark Cave-Ayland1-9/+0
2024-02-13esp.c: remove TC adjustment in esp_do_dma() from device pathMark Cave-Ayland1-5/+0
2024-02-13esp.c: don't immediately raise INTR_BS if SCSI data needed in esp_do_dma()Mark Cave-Ayland1-0/+1
2024-02-13esp.c: ensure that the PDMA callback is called for every device readMark Cave-Ayland1-5/+3
2024-02-13esp.c: update condition for esp_dma_done() in esp_do_dma() to device pathMark Cave-Ayland1-3/+5
2024-02-13esp.c: update condition for esp_dma_done() in esp_do_dma() from device pathMark Cave-Ayland1-11/+5
2024-02-13esp.c: remove zero transfer size check from esp_do_dma()Mark Cave-Ayland1-1/+1
2024-02-13esp.c: don't clear RFLAGS register when DMA is completeMark Cave-Ayland1-1/+0
2024-02-13esp.c: don't reset the TC and ESP_RSEQ state when executing a SCSI commandMark Cave-Ayland1-3/+0
2024-02-13esp.c: remove MacOS TI workaround that pads FIFO transfers to ESP_FIFO_SZMark Cave-Ayland1-12/+0
2024-02-13esp.c: remove another set of manual STAT_TC updatesMark Cave-Ayland1-10/+0
2024-02-13esp.c: introduce esp_set_phase() helper functionMark Cave-Ayland2-16/+36
2024-02-13esp.c: decrement the TC during MESSAGE OUT and COMMAND phasesMark Cave-Ayland1-0/+2
2024-02-13esp.c: don't accumulate directly into cmdfifoMark Cave-Ayland1-7/+42
2024-02-13esp.c: remove unused case from esp_pdma_read()Mark Cave-Ayland1-6/+1
2024-02-13esp.c: move buffer and TC logic into separate to/from device paths in esp_do_...Mark Cave-Ayland1-25/+40
2024-02-13esp.c: update TC check logic in do_dma_pdma_cb() to check for TC == 0Mark Cave-Ayland1-13/+11
2024-02-13esp.c: move command execution logic to new esp_run_cmd() functionMark Cave-Ayland1-85/+92
2024-02-13esp.c: start removal of manual STAT_TC setting when transfer counter reaches ...Mark Cave-Ayland1-9/+2
2024-02-13esp.c: update esp_set_tc() to set STAT_TC flagMark Cave-Ayland1-0/+6
2024-02-13esp.c: move esp_select() to ESP selection commands from get_cmd()Mark Cave-Ayland1-7/+18
2024-02-13esp.c: remove FIFO clear from esp_select()Mark Cave-Ayland1-1/+0
2024-02-13esp.c: add FIFO wraparound support to esp_fifo_pop_buf()Mark Cave-Ayland1-2/+15
2024-02-13esp.c: move existing request cancel check into esp_select()Mark Cave-Ayland1-5/+5
2024-02-13esp.c: don't clear cmdfifo when esp_select() fails in get_cmd()Mark Cave-Ayland1-3/+0
2024-02-08Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell2-30/+40
2024-02-07virtio-scsi: Attach event vq notifier with no_pollHanna Czenczek1-1/+6
2024-02-07scsi: Don't ignore most usb-storage propertiesKevin Wolf1-20/+13
2024-02-07scsi: Await request purgingHanna Czenczek1-9/+21
2024-02-05hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle1-0/+1
2024-01-19hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issuedMark Cave-Ayland1-0/+1
2024-01-19hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion int...Mark Cave-Ayland1-15/+13
2024-01-19hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sourcesMark Cave-Ayland1-5/+27
2024-01-19hw/scsi/esp-pci: use correct address register for PCI DMA transfersMark Cave-Ayland1-1/+1
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi1-3/+3
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-0/+9
2023-12-31esp: check for NULL result from scsi_device_find()Alexandra Diupina1-0/+9
2023-12-30hw/scsi: Constify VMStateRichard Henderson12-21/+21
2023-12-26vhost-scsi: fix usage of error_reportf_err()Dongli Zhang2-3/+4
2023-12-25vhost-scsi: Add support for a worker thread per virtqueueMike Christie1-0/+62
2023-12-21scsi: remove outdated AioContext lock commentStefan Hajnoczi1-1/+0
2023-12-21scsi: remove AioContext lockingStefan Hajnoczi3-46/+5