aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-02-08Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell2-30/+40
2024-02-07virtio-scsi: Attach event vq notifier with no_pollHanna Czenczek1-1/+6
2024-02-07scsi: Don't ignore most usb-storage propertiesKevin Wolf1-20/+13
2024-02-07scsi: Await request purgingHanna Czenczek1-9/+21
2024-02-05hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle1-0/+1
2024-01-19hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issuedMark Cave-Ayland1-0/+1
2024-01-19hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion int...Mark Cave-Ayland1-15/+13
2024-01-19hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sourcesMark Cave-Ayland1-5/+27
2024-01-19hw/scsi/esp-pci: use correct address register for PCI DMA transfersMark Cave-Ayland1-1/+1
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi1-3/+3
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-0/+9
2023-12-31esp: check for NULL result from scsi_device_find()Alexandra Diupina1-0/+9
2023-12-30hw/scsi: Constify VMStateRichard Henderson12-21/+21
2023-12-26vhost-scsi: fix usage of error_reportf_err()Dongli Zhang2-3/+4
2023-12-25vhost-scsi: Add support for a worker thread per virtqueueMike Christie1-0/+62
2023-12-21scsi: remove outdated AioContext lock commentStefan Hajnoczi1-1/+0
2023-12-21scsi: remove AioContext lockingStefan Hajnoczi3-46/+5
2023-12-21scsi: assert that callbacks run in the correct AioContextStefan Hajnoczi1-0/+14
2023-12-21virtio-scsi: replace AioContext lock with tmf_bh_lockStefan Hajnoczi1-21/+41
2023-12-21scsi: don't lock AioContext in I/O code pathStefan Hajnoczi2-40/+3
2023-12-21virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifi...Stefan Hajnoczi1-7/+1
2023-12-21scsi: only access SCSIDevice->requests from one threadStefan Hajnoczi1-56/+125
2023-12-02vhost-user-scsi: free the inflight area when resetLi Feng1-0/+16
2023-12-02vhost-user: fix the reconnect errorLi Feng1-1/+2
2023-11-01cpr: relax vhost migration blockersSteve Sistare1-1/+1
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi1-0/+1
2023-10-31block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi1-3/+3
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi3-59/+244
2023-10-22vhost-user: fix lost reconnectLi Feng1-1/+2
2023-10-22vhost-user-scsi: start vhost when guest kicksLi Feng1-4/+44
2023-10-22vhost-user-scsi: support reconnect to backendLi Feng3-29/+194
2023-10-22vhost-user-common: send get_inflight_fd onceLi Feng1-19/+18
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi1-11/+0
2023-10-22vhost-user: do not send RESET_OWNER on device resetStefan Hajnoczi1-9/+0
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi1-5/+3
2023-10-20migration: simplify blockersSteve Sistare1-5/+3
2023-10-19hw/scsi/virtio-scsi: Use VIRTIO_SCSI_COMMON() macroPhilippe Mathieu-Daudé1-1/+1
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-4/+0
2023-10-04vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer1-4/+0
2023-10-03scsi-disk: ensure that FORMAT UNIT commands are terminatedMark Cave-Ayland1-0/+4
2023-10-03esp: restrict non-DMA transfer length to that of available dataMark Cave-Ayland1-1/+2
2023-10-03esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()Mark Cave-Ayland1-1/+1
2023-09-25mptsas: avoid shadowed local variablesPaolo Bonzini1-3/+3
2023-09-25hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]Thomas Huth1-2/+3
2023-09-21hw/other: spelling fixesMichael Tokarev2-2/+2
2023-07-14scsi: clear unit attention only for REPORT LUNS commandsStefano Garzarella1-23/+11
2023-07-14scsi: cleanup scsi_clear_unit_attention()Stefano Garzarella1-22/+6
2023-07-14scsi: fetch unit attention when creating the requestStefano Garzarella1-3/+33
2023-06-26virtio-scsi: avoid dangling host notifier in ->ioeventfd_stop()Stefan Hajnoczi1-2/+18
2023-06-23hw/virtio: Build various target-agnostic objects just oncePhilippe Mathieu-Daudé1-3/+7