summaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)Author
2021-12-31pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31pci: Let pci_dma_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-30dma: Have dma_buf_read() / dma_buf_write() take a void pointerPhilippe Mathieu-Daudé
2021-12-30hw/scsi/megasas: Use uint32_t for reply queue head/tail valuesPhilippe Mathieu-Daudé
2021-12-18hw/scsi/megasas: Fails command if SGL buffer overflowsPhilippe Mathieu-Daudé
2021-11-30hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queuedPhilippe Mathieu-Daudé
2021-11-19esp: ensure that async_len is reset to 0 during esp_hard_reset()Mark Cave-Ayland
2021-11-08hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commandsMauro Matteo Cascella
2021-11-02esp: ensure in-flight SCSI requests are always cancelledMark Cave-Ayland
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell
2021-08-26vhost-scsi: Plug memory leak on migrate_add_blocker() failureMarkus Armbruster
2021-07-02virtio: Clarify MR transaction optimizationGreg Kurz
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini
2021-06-25scsi-generic: pass max_segments via max_iov field in BlockLimitsPaolo Bonzini
2021-06-15esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini
2021-06-15esp: fix migration version check in esp_is_version_5()Mark Cave-Ayland
2021-06-15esp: correctly accumulate extended messages for PDMAMark Cave-Ayland
2021-06-15esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"Mark Cave-Ayland
2021-06-15esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...Mark Cave-Ayland
2021-06-15esp: handle non-DMA transfers from the target one byte at a timeMark Cave-Ayland
2021-06-15esp: allow non-DMA callback in esp_transfer_data() initial transferMark Cave-Ayland
2021-06-15esp: only set ESP_RSEQ at the start of the select sequenceMark Cave-Ayland
2021-06-15esp: only assert INTR_DC interrupt flag if selection failsMark Cave-Ayland
2021-06-15block/scsi: correctly emulate the VPD block limits pageMaxim Levitsky
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-26hw/scsi: Fix sector translation bug in scsi_unmap_complete_noioKit Westneat
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-05-14virtio-scsi: Configure all host notifiers in a single MR transactionGreg Kurz
2021-05-14virtio-scsi: Set host notifiers and callbacks separatelyGreg Kurz
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-04-19mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)Michael Tokarev
2021-04-12esp: ensure that do_cmd is set to zero before submitting an ESP select commandMark Cave-Ayland
2021-04-12esp: don't reset async_len directly in esp_select() if cancelling requestMark Cave-Ayland
2021-04-12esp: don't overflow cmdfifo if TC is larger than the cmdfifo sizeMark Cave-Ayland
2021-04-12esp: don't overflow cmdfifo in get_cmd()Mark Cave-Ayland
2021-04-12esp: don't underflow cmdfifo in do_cmd()Mark Cave-Ayland
2021-04-12esp: ensure cmdfifo is not empty and current_dev is non-NULLMark Cave-Ayland
2021-04-12esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()Mark Cave-Ayland
2021-04-12esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop()Mark Cave-Ayland
2021-04-12esp: consolidate esp_cmdfifo_push() into esp_fifo_push()Mark Cave-Ayland
2021-04-12esp: rework write_response() to avoid using the FIFO for DMA transactionsMark Cave-Ayland
2021-04-12esp: always check current_req is not NULL before use in DMA callbacksMark Cave-Ayland
2021-04-12esp: fix setting of ESPState mig_version_id when launching QEMU with -S optionMark Cave-Ayland
2021-03-18hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé