aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé3-3/+0
2023-06-23hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'Philippe Mathieu-Daudé1-6/+6
2023-06-23hw/scsi: Rearrange meson.buildPhilippe Mathieu-Daudé1-5/+5
2023-06-23hw/scsi: Introduce VHOST_SCSI_COMMON symbol in KconfigPhilippe Mathieu-Daudé2-2/+10
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-06-13hw/scsi/megasas: Silent GCC duplicated-cond warningPhilippe Mathieu-Daudé1-6/+10
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé1-9/+9
2023-06-01block: add blk_io_plug_call() APIStefan Hajnoczi1-3/+3
2023-05-30virtio-scsi: implement BlockDevOps->drained_begin()Stefan Hajnoczi5-12/+113
2023-05-30virtio: make it possible to detach host notifier from any threadStefan Hajnoczi1-0/+14
2023-05-30virtio-scsi: stop using aio_disable_external() during unplugStefan Hajnoczi1-3/+0
2023-05-30virtio-scsi: avoid race between unplug and transport eventStefan Hajnoczi2-26/+63
2023-05-30hw/qdev: introduce qdev_is_realized() helperStefan Hajnoczi1-2/+1
2023-05-26hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth1-6/+17
2023-05-26lsi53c895a: disable reentrancy detection for MMIO region, tooThomas Huth1-0/+1
2023-05-18scsi-generic: fix buffer overflow on block limits inquiryPaolo Bonzini1-5/+9
2023-05-10aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi1-2/+0
2023-04-28lsi53c895a: disable reentrancy detection for script RAMAlexander Bulekov1-0/+6
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov3-3/+6
2023-03-20replace TABs with spacesYeqi Fu1-2/+2
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran1-2/+1
2023-02-23virtio-scsi: reset SCSI devices from main loop threadStefan Hajnoczi1-36/+133
2023-02-23dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() raceStefan Hajnoczi1-3/+1
2023-02-23scsi: protect req->aiocb with AioContext lockStefan Hajnoczi2-12/+22
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito1-0/+5
2023-01-08vhost-scsi: fix memleak of vsc->inflightDongli Zhang1-0/+1
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster3-3/+3
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster1-0/+1
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella1-2/+2
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella2-0/+2
2022-11-11Fix several typos in documentation (found by codespell)Stefan Weil1-3/+3
2022-10-18hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devicesPeter Maydell1-1/+1
2022-10-18scsi: Use device_cold_reset() and bus_cold_reset()Peter Maydell7-14/+14
2022-10-13virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug eventsVenu Busireddy2-0/+20
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-1/+6
2022-10-10scsi-disk: support setting CD-ROM block size via device optionsJohn Millikin1-1/+6
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée2-3/+3