aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)Author
2024-10-11scsi: fetch unit attention when creating the requestStefano Garzarella
2024-04-09hw/scsi/scsi-generic: Fix io_timeout property not applyingLorenz Brun
2024-03-13hw/scsi/lsi53c895a: add timer to scripts processingSven Schnelle
2024-03-13hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle
2024-03-13hw/scsi/lsi53c895a: stop script on phase mismatchSven Schnelle
2024-01-20hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issuedMark Cave-Ayland
2024-01-20hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion int...Mark Cave-Ayland
2024-01-20hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sourcesMark Cave-Ayland
2024-01-20hw/scsi/esp-pci: use correct address register for PCI DMA transfersMark Cave-Ayland
2023-10-03scsi-disk: ensure that FORMAT UNIT commands are terminatedMark Cave-Ayland
2023-10-03esp: restrict non-DMA transfer length to that of available dataMark Cave-Ayland
2023-10-03esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()Mark Cave-Ayland
2023-09-28hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]Thomas Huth
2023-09-11lsi53c895a: disable reentrancy detection for MMIO region, tooThomas Huth
2023-09-11lsi53c895a: disable reentrancy detection for script RAMAlexander Bulekov
2023-09-11hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-05-28hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth
2023-05-18scsi-generic: fix buffer overflow on block limits inquiryPaolo Bonzini
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella
2022-11-11Fix several typos in documentation (found by codespell)Stefan Weil
2022-10-18hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devicesPeter Maydell
2022-10-18scsi: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-10-13virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug eventsVenu Busireddy
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-10scsi-disk: support setting CD-ROM block size via device optionsJohn Millikin
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée
2022-09-01scsi: Reject commands if the CDB length exceeds buf_lenJohn Millikin
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin
2022-09-01esp: Handle CMD_BUSRESET by resetting the SCSI busJohn Millikin
2022-08-23scsi-generic: Fix emulated block limits VPD pageKevin Wolf
2022-08-17virtio-scsi: fix race in virtio_scsi_dataplane_start()Stefan Hajnoczi
2022-08-01scsi-disk: ensure block size is non-zero and changes limited to bits 8-15Mark Cave-Ayland
2022-08-01scsi-disk: fix overflow when block size is not a multiple of BDRV_SECTOR_SIZEMark Cave-Ayland
2022-07-13scsi-disk: allow MODE SELECT block descriptor to set the block sizeMark Cave-Ayland
2022-07-13scsi-disk: allow the MODE_PAGE_R_W_ERROR AWRE bit to be changeable for CDROM ...Mark Cave-Ayland
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for MacintoshMark Cave-Ayland
2022-07-13scsi-disk: add FORMAT UNIT commandMark Cave-Ayland
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...Mark Cave-Ayland
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for MacintoshMark Cave-Ayland
2022-07-13scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for MacintoshMark Cave-Ayland
2022-07-13scsi-disk: add new quirks bitmap to SCSIDiskStateMark Cave-Ayland
2022-07-13scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella
2022-07-06scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert
2022-06-24block: get rid of blk->guest_block_sizeStefan Hajnoczi
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-06-09hw/vhost-user-scsi|blk: set `supports_config` flag correctlyChangpeng Liu
2022-06-08Fix 'writeable' typosPeter Maydell
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer