aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)Author
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-08Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2024-02-07virtio-scsi: Attach event vq notifier with no_pollHanna Czenczek
2024-02-07scsi: Don't ignore most usb-storage propertiesKevin Wolf
2024-02-07scsi: Await request purgingHanna Czenczek
2024-02-05hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle
2024-01-19hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issuedMark Cave-Ayland
2024-01-19hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion int...Mark Cave-Ayland
2024-01-19hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sourcesMark Cave-Ayland
2024-01-19hw/scsi/esp-pci: use correct address register for PCI DMA transfersMark Cave-Ayland
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-31esp: check for NULL result from scsi_device_find()Alexandra Diupina
2023-12-30hw/scsi: Constify VMStateRichard Henderson
2023-12-26vhost-scsi: fix usage of error_reportf_err()Dongli Zhang
2023-12-25vhost-scsi: Add support for a worker thread per virtqueueMike Christie
2023-12-21scsi: remove outdated AioContext lock commentStefan Hajnoczi
2023-12-21scsi: remove AioContext lockingStefan Hajnoczi
2023-12-21scsi: assert that callbacks run in the correct AioContextStefan Hajnoczi
2023-12-21virtio-scsi: replace AioContext lock with tmf_bh_lockStefan Hajnoczi
2023-12-21scsi: don't lock AioContext in I/O code pathStefan Hajnoczi
2023-12-21virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifi...Stefan Hajnoczi
2023-12-21scsi: only access SCSIDevice->requests from one threadStefan Hajnoczi
2023-12-02vhost-user-scsi: free the inflight area when resetLi Feng
2023-12-02vhost-user: fix the reconnect errorLi Feng
2023-11-01cpr: relax vhost migration blockersSteve Sistare
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi
2023-10-31block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-22vhost-user: fix lost reconnectLi Feng
2023-10-22vhost-user-scsi: start vhost when guest kicksLi Feng
2023-10-22vhost-user-scsi: support reconnect to backendLi Feng
2023-10-22vhost-user-common: send get_inflight_fd onceLi Feng
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi
2023-10-22vhost-user: do not send RESET_OWNER on device resetStefan Hajnoczi
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-10-20migration: simplify blockersSteve Sistare
2023-10-19hw/scsi/virtio-scsi: Use VIRTIO_SCSI_COMMON() macroPhilippe Mathieu-Daudé
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi