aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-02-13esp.c: untangle MESSAGE OUT and COMMAND phase logic in do_dma_pdma_cb()Mark Cave-Ayland
2024-02-13esp.c: untangle MESSAGE OUT and COMMAND phase logic in esp_do_dma()Mark Cave-Ayland
2024-02-13esp.c: remove do_cmd from ESPStateMark Cave-Ayland
2024-02-13esp.c: convert esp_reg_write() do_cmd path to check for SCSI phase insteadMark Cave-Ayland
2024-02-13esp.c: convert esp_do_nodma() do_cmd path to check for SCSI phase insteadMark Cave-Ayland
2024-02-13esp.c: convert do_dma_pdma_cb() do_cmd path to check for SCSI phase insteadMark Cave-Ayland
2024-02-13esp.c: convert esp_do_dma() do_cmd path to check for SCSI phase insteadMark Cave-Ayland
2024-02-13esp.c: convert esp_do_nodma() to switch statement based upon SCSI phaseMark Cave-Ayland
2024-02-13esp.c: convert do_dma_pdma_db() to switch statement based upon SCSI phaseMark Cave-Ayland
2024-02-13esp.c: convert esp_do_dma() to switch statement based upon SCSI phaseMark Cave-Ayland
2024-02-13esp.c: introduce esp_get_phase() functionMark Cave-Ayland
2024-02-13esp.c: remove s_without_satn_pdma_cb() PDMA callbackMark Cave-Ayland
2024-02-13esp.c: move end of SCSI transfer check after TC adjustment in do_dma_pdma_cb()Mark Cave-Ayland
2024-02-13esp.c: update esp_do_dma() bypass if async_len is zero to include non-zero tr...Mark Cave-Ayland
2024-02-13esp.c: copy logic for do_cmd transfers from do_dma_pdma_cb() to esp_do_dma()Mark Cave-Ayland
2024-02-13esp.c: copy PDMA logic for transfers to device from do_dma_pdma_cb() to esp_d...Mark Cave-Ayland
2024-02-13esp.c: rename esp_dma_done() to esp_dma_ti_check()Mark Cave-Ayland
2024-02-13esp.c: move TC and FIFO check logic into esp_dma_done()Mark Cave-Ayland
2024-02-13esp.c: fix premature end of phase logic esp_command_completeMark Cave-Ayland
2024-02-13esp.c: consolidate async_len and TC == 0 checks in do_dma_pdma_cb() and esp_d...Mark Cave-Ayland
2024-02-13esp.c: update end of transfer logic at the end of esp_transfer_data()Mark Cave-Ayland
2024-02-13esp.c: remove unneeded if() check in esp_transfer_data()Mark Cave-Ayland
2024-02-13esp.c: remove unaligned adjustment in do_dma_pdma_cb() to device pathMark Cave-Ayland
2024-02-13esp.c: remove TC adjustment in esp_do_dma() from device pathMark Cave-Ayland
2024-02-13esp.c: don't immediately raise INTR_BS if SCSI data needed in esp_do_dma()Mark Cave-Ayland
2024-02-13esp.c: ensure that the PDMA callback is called for every device readMark Cave-Ayland
2024-02-13esp.c: update condition for esp_dma_done() in esp_do_dma() to device pathMark Cave-Ayland
2024-02-13esp.c: update condition for esp_dma_done() in esp_do_dma() from device pathMark Cave-Ayland
2024-02-13esp.c: remove zero transfer size check from esp_do_dma()Mark Cave-Ayland
2024-02-13esp.c: don't clear RFLAGS register when DMA is completeMark Cave-Ayland
2024-02-13esp.c: don't reset the TC and ESP_RSEQ state when executing a SCSI commandMark Cave-Ayland
2024-02-13esp.c: remove MacOS TI workaround that pads FIFO transfers to ESP_FIFO_SZMark Cave-Ayland
2024-02-13esp.c: remove another set of manual STAT_TC updatesMark Cave-Ayland
2024-02-13esp.c: introduce esp_set_phase() helper functionMark Cave-Ayland
2024-02-13esp.c: decrement the TC during MESSAGE OUT and COMMAND phasesMark Cave-Ayland
2024-02-13esp.c: don't accumulate directly into cmdfifoMark Cave-Ayland
2024-02-13esp.c: remove unused case from esp_pdma_read()Mark Cave-Ayland
2024-02-13esp.c: move buffer and TC logic into separate to/from device paths in esp_do_...Mark Cave-Ayland
2024-02-13esp.c: update TC check logic in do_dma_pdma_cb() to check for TC == 0Mark Cave-Ayland
2024-02-13esp.c: move command execution logic to new esp_run_cmd() functionMark Cave-Ayland
2024-02-13esp.c: start removal of manual STAT_TC setting when transfer counter reaches ...Mark Cave-Ayland
2024-02-13esp.c: update esp_set_tc() to set STAT_TC flagMark Cave-Ayland
2024-02-13esp.c: move esp_select() to ESP selection commands from get_cmd()Mark Cave-Ayland
2024-02-13esp.c: remove FIFO clear from esp_select()Mark Cave-Ayland
2024-02-13esp.c: add FIFO wraparound support to esp_fifo_pop_buf()Mark Cave-Ayland
2024-02-13esp.c: move existing request cancel check into esp_select()Mark Cave-Ayland
2024-02-13esp.c: don't clear cmdfifo when esp_select() fails in get_cmd()Mark Cave-Ayland
2024-02-13Merge tag 'hppa64-pull-request' of https://github.com/hdeller/qemu-hppa into ...Peter Maydell
2024-02-13hw/smbios: Fix port connector option validationAkihiko Odaki
2024-02-13hw/smbios: Fix OEM strings table option validationAkihiko Odaki