summary refs log tree commit diff stats
path: root/hw/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer2023-10-041-4/+0
* | scsi-disk: ensure that FORMAT UNIT commands are terminatedMark Cave-Ayland2023-10-031-0/+4
* | esp: restrict non-DMA transfer length to that of available dataMark Cave-Ayland2023-10-031-1/+2
* | esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()Mark Cave-Ayland2023-10-031-1/+1
* | mptsas: avoid shadowed local variablesPaolo Bonzini2023-09-251-3/+3
* | hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]Thomas Huth2023-09-251-2/+3
|/
* hw/other: spelling fixesMichael Tokarev2023-09-212-2/+2
* scsi: clear unit attention only for REPORT LUNS commandsStefano Garzarella2023-07-141-23/+11
* scsi: cleanup scsi_clear_unit_attention()Stefano Garzarella2023-07-141-22/+6
* scsi: fetch unit attention when creating the requestStefano Garzarella2023-07-141-3/+33
* virtio-scsi: avoid dangling host notifier in ->ioeventfd_stop()Stefan Hajnoczi2023-06-261-2/+18
* hw/virtio: Build various target-agnostic objects just oncePhilippe Mathieu-Daudé2023-06-231-3/+7
* hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé2023-06-233-3/+0
* hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'Philippe Mathieu-Daudé2023-06-231-6/+6
* hw/scsi: Rearrange meson.buildPhilippe Mathieu-Daudé2023-06-231-5/+5
* hw/scsi: Introduce VHOST_SCSI_COMMON symbol in KconfigPhilippe Mathieu-Daudé2023-06-232-2/+10
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-1/+1
* hw/scsi/megasas: Silent GCC duplicated-cond warningPhilippe Mathieu-Daudé2023-06-131-6/+10
* bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2023-06-051-9/+9
* block: add blk_io_plug_call() APIStefan Hajnoczi2023-06-011-3/+3
* virtio-scsi: implement BlockDevOps->drained_begin()Stefan Hajnoczi2023-05-305-12/+113
* virtio: make it possible to detach host notifier from any threadStefan Hajnoczi2023-05-301-0/+14
* virtio-scsi: stop using aio_disable_external() during unplugStefan Hajnoczi2023-05-301-3/+0
* virtio-scsi: avoid race between unplug and transport eventStefan Hajnoczi2023-05-302-26/+63
* hw/qdev: introduce qdev_is_realized() helperStefan Hajnoczi2023-05-301-2/+1
* hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth2023-05-261-6/+17
* lsi53c895a: disable reentrancy detection for MMIO region, tooThomas Huth2023-05-261-0/+1
* scsi-generic: fix buffer overflow on block limits inquiryPaolo Bonzini2023-05-181-5/+9
* aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi2023-05-101-2/+0
* lsi53c895a: disable reentrancy detection for script RAMAlexander Bulekov2023-04-281-0/+6
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-283-3/+6
* replace TABs with spacesYeqi Fu2023-03-201-2/+2
* Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran2023-02-271-2/+1
* virtio-scsi: reset SCSI devices from main loop threadStefan Hajnoczi2023-02-231-36/+133
* dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() raceStefan Hajnoczi2023-02-231-3/+1
* scsi: protect req->aiocb with AioContext lockStefan Hajnoczi2023-02-232-12/+22
* block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito2023-02-011-0/+5
* vhost-scsi: fix memleak of vsc->inflightDongli Zhang2023-01-081-0/+1
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-083-3/+3
* include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster2023-01-081-0/+1
* vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella2022-12-011-2/+2
* vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella2022-11-222-0/+2
* Fix several typos in documentation (found by codespell)Stefan Weil2022-11-111-3/+3
* hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devicesPeter Maydell2022-10-181-1/+1
* scsi: Use device_cold_reset() and bus_cold_reset()Peter Maydell2022-10-187-14/+14
* virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug eventsVenu Busireddy2022-10-132-0/+20
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-131-1/+6
|\
| * scsi-disk: support setting CD-ROM block size via device optionsJohn Millikin2022-10-101-1/+6
* | hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée2022-10-072-3/+3
|/
* scsi: Reject commands if the CDB length exceeds buf_lenJohn Millikin2022-09-011-1/+7