aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-15esp: allow non-DMA callback in esp_transfer_data() initial transferMark Cave-Ayland1-12/+2
2021-06-15esp: only set ESP_RSEQ at the start of the select sequenceMark Cave-Ayland1-2/+9
2021-06-15esp: only assert INTR_DC interrupt flag if selection failsMark Cave-Ayland1-1/+1
2021-06-15block/scsi: correctly emulate the VPD block limits pageMaxim Levitsky1-2/+7
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-26hw/scsi: Fix sector translation bug in scsi_unmap_complete_noioKit Westneat1-5/+7
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-18/+38
2021-05-14virtio-scsi: Configure all host notifiers in a single MR transactionGreg Kurz1-0/+16
2021-05-14virtio-scsi: Set host notifiers and callbacks separatelyGreg Kurz1-18/+22
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-04-19mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)Michael Tokarev2-7/+0
2021-04-12esp: ensure that do_cmd is set to zero before submitting an ESP select commandMark Cave-Ayland1-0/+2
2021-04-12esp: don't reset async_len directly in esp_select() if cancelling requestMark Cave-Ayland1-1/+1
2021-04-12esp: don't overflow cmdfifo if TC is larger than the cmdfifo sizeMark Cave-Ayland1-0/+1
2021-04-12esp: don't overflow cmdfifo in get_cmd()Mark Cave-Ayland1-0/+2
2021-04-12esp: don't underflow cmdfifo in do_cmd()Mark Cave-Ayland1-2/+4
2021-04-12esp: ensure cmdfifo is not empty and current_dev is non-NULLMark Cave-Ayland1-0/+3
2021-04-12esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()Mark Cave-Ayland1-12/+28
2021-04-12esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop()Mark Cave-Ayland1-14/+6
2021-04-12esp: consolidate esp_cmdfifo_push() into esp_fifo_push()Mark Cave-Ayland1-19/+8
2021-04-12esp: rework write_response() to avoid using the FIFO for DMA transactionsMark Cave-Ayland1-7/+6
2021-04-12esp: always check current_req is not NULL before use in DMA callbacksMark Cave-Ayland1-5/+14
2021-04-12esp: fix setting of ESPState mig_version_id when launching QEMU with -S optionMark Cave-Ayland2-3/+5
2021-03-18hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé1-62/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-09scsi: Silence gcc warningEric Blake1-0/+1
2021-03-09Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...Peter Maydell3-318/+715
2021-03-07esp: add support for unaligned accessesMark Cave-Ayland1-7/+41
2021-03-07esp: implement non-DMA transfers in PDMA modeMark Cave-Ayland1-36/+97
2021-03-07esp: add trivial implementation of the ESP_RFLAGS registerMark Cave-Ayland1-0/+4
2021-03-07esp: convert cmdbuf from array to Fifo8Mark Cave-Ayland1-55/+96
2021-03-07esp: convert ti_buf from array to Fifo8Mark Cave-Ayland1-44/+74
2021-03-07esp: transition to message out phase after SATN and stop commandMark Cave-Ayland1-14/+58
2021-03-07esp: add maxlen parameter to get_cmd()Mark Cave-Ayland1-9/+11
2021-03-07esp: raise interrupt after every non-DMA byte transferred to the FIFOMark Cave-Ayland1-0/+6
2021-03-07esp: remove old deferred command completion mechanismMark Cave-Ayland1-26/+9