aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2022-03-24hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé1-2/+2
2022-03-09esp: recreate ESPState current_req after migrationMark Cave-Ayland1-0/+10
2022-03-09esp: include the current PDMA callback in the migration streamMark Cave-Ayland1-0/+31
2022-03-09esp: convert ESPState pdma_cb from a function pointer to an integerMark Cave-Ayland1-13/+31
2022-03-09esp: introduce esp_pdma_cb() functionMark Cave-Ayland1-2/+7
2022-03-09esp: introduce esp_set_pdma_cb() functionMark Cave-Ayland1-7/+12
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell3-0/+3
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2022-01-29Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...Peter Maydell2-2/+0
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell2-2/+0
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-1/+1
2022-01-18Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell1-14/+3
2022-01-18hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé2-19/+46
2022-01-18hw/dma: Use dma_addr_t type definition when relevantPhilippe Mathieu-Daudé1-5/+5
2022-01-18hw/scsi: Rename SCSIRequest::resid as 'residual'Philippe Mathieu-Daudé3-24/+32
2022-01-18hw/scsi/megasas: Simplify using the ldst APIPhilippe Mathieu-Daudé1-14/+3
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi1-48/+6
2022-01-12virtio-scsi: prepare virtio_scsi_handle_cmd for dataplaneStefan Hajnoczi1-1/+1
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi1-12/+6
2022-01-07hw/scsi/vhost-scsi: don't double close vhostfd on errorDaniil Tatianin1-1/+8
2022-01-07hw/scsi/vhost-scsi: don't leak vqs on errorDaniil Tatianin1-2/+4
2021-12-31pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé3-20/+33
2021-12-31pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé3-11/+18
2021-12-31pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2-6/+12
2021-12-31dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé2-13/+13
2021-12-31dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2-2/+2
2021-12-31pci: Let pci_dma_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+1
2021-12-30dma: Have dma_buf_read() / dma_buf_write() take a void pointerPhilippe Mathieu-Daudé1-11/+11
2021-12-30hw/scsi/megasas: Use uint32_t for reply queue head/tail valuesPhilippe Mathieu-Daudé2-6/+6
2021-12-18hw/scsi/megasas: Fails command if SGL buffer overflowsPhilippe Mathieu-Daudé1-0/+1
2021-11-30hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queuedPhilippe Mathieu-Daudé1-2/+1
2021-11-19esp: ensure that async_len is reset to 0 during esp_hard_reset()Mark Cave-Ayland1-0/+1
2021-11-08hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commandsMauro Matteo Cascella1-0/+6
2021-11-02esp: ensure in-flight SCSI requests are always cancelledMark Cave-Ayland1-5/+5
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini1-1/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell1-1/+1
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell9-14/+11
2021-08-26vhost-scsi: Plug memory leak on migrate_add_blocker() failureMarkus Armbruster1-2/+2
2021-07-02virtio: Clarify MR transaction optimizationGreg Kurz1-0/+16
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2-6/+2
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini1-1/+1
2021-06-25scsi-generic: pass max_segments via max_iov field in BlockLimitsPaolo Bonzini1-2/+4
2021-06-15esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini2-17/+33
2021-06-15esp: fix migration version check in esp_is_version_5()Mark Cave-Ayland1-1/+1
2021-06-15esp: correctly accumulate extended messages for PDMAMark Cave-Ayland1-3/+20
2021-06-15esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"Mark Cave-Ayland1-3/+0
2021-06-15esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...Mark Cave-Ayland1-14/+11
2021-06-15esp: handle non-DMA transfers from the target one byte at a timeMark Cave-Ayland1-22/+50