index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
Age
Commit message (
Expand
)
Author
2024-10-11
scsi: fetch unit attention when creating the request
Stefano Garzarella
2024-04-09
hw/scsi/scsi-generic: Fix io_timeout property not applying
Lorenz Brun
2024-03-13
hw/scsi/lsi53c895a: add timer to scripts processing
Sven Schnelle
2024-03-13
hw/scsi/lsi53c895a: add missing decrement of reentrancy counter
Sven Schnelle
2024-03-13
hw/scsi/lsi53c895a: stop script on phase mismatch
Sven Schnelle
2024-01-20
hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issued
Mark Cave-Ayland
2024-01-20
hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion int...
Mark Cave-Ayland
2024-01-20
hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sources
Mark Cave-Ayland
2024-01-20
hw/scsi/esp-pci: use correct address register for PCI DMA transfers
Mark Cave-Ayland
2023-10-03
scsi-disk: ensure that FORMAT UNIT commands are terminated
Mark Cave-Ayland
2023-10-03
esp: restrict non-DMA transfer length to that of available data
Mark Cave-Ayland
2023-10-03
esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()
Mark Cave-Ayland
2023-09-28
hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]
Thomas Huth
2023-09-11
lsi53c895a: disable reentrancy detection for MMIO region, too
Thomas Huth
2023-09-11
lsi53c895a: disable reentrancy detection for script RAM
Alexander Bulekov
2023-09-11
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-05-28
hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)
Thomas Huth
2023-05-18
scsi-generic: fix buffer overflow on block limits inquiry
Paolo Bonzini
2022-12-01
vhost: enable vrings in vhost_dev_start() for vhost-user devices
Stefano Garzarella
2022-11-22
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
2022-11-11
Fix several typos in documentation (found by codespell)
Stefan Weil
2022-10-18
hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devices
Peter Maydell
2022-10-18
scsi: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
2022-10-13
virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
Venu Busireddy
2022-10-13
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-10
scsi-disk: support setting CD-ROM block size via device options
John Millikin
2022-10-07
hw/virtio: move vhd->started check into helper and add FIXME
Alex Bennée
2022-09-01
scsi: Reject commands if the CDB length exceeds buf_len
John Millikin
2022-09-01
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
2022-09-01
esp: Handle CMD_BUSRESET by resetting the SCSI bus
John Millikin
2022-08-23
scsi-generic: Fix emulated block limits VPD page
Kevin Wolf
2022-08-17
virtio-scsi: fix race in virtio_scsi_dataplane_start()
Stefan Hajnoczi
2022-08-01
scsi-disk: ensure block size is non-zero and changes limited to bits 8-15
Mark Cave-Ayland
2022-08-01
scsi-disk: fix overflow when block size is not a multiple of BDRV_SECTOR_SIZE
Mark Cave-Ayland
2022-07-13
scsi-disk: allow MODE SELECT block descriptor to set the block size
Mark Cave-Ayland
2022-07-13
scsi-disk: allow the MODE_PAGE_R_W_ERROR AWRE bit to be changeable for CDROM ...
Mark Cave-Ayland
2022-07-13
scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for Macintosh
Mark Cave-Ayland
2022-07-13
scsi-disk: add FORMAT UNIT command
Mark Cave-Ayland
2022-07-13
scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...
Mark Cave-Ayland
2022-07-13
scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for Macintosh
Mark Cave-Ayland
2022-07-13
scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for Macintosh
Mark Cave-Ayland
2022-07-13
scsi-disk: add new quirks bitmap to SCSIDiskState
Mark Cave-Ayland
2022-07-13
scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216)
Mauro Matteo Cascella
2022-07-06
scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)
Mauro Matteo Cascella
2022-06-28
Trivial: 3 char repeat typos
Dr. David Alan Gilbert
2022-06-24
block: get rid of blk->guest_block_size
Stefan Hajnoczi
2022-06-10
Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...
Richard Henderson
2022-06-09
hw/vhost-user-scsi|blk: set `supports_config` flag correctly
Changpeng Liu
2022-06-08
Fix 'writeable' typos
Peter Maydell
2022-05-16
virtio: add vhost support for virtio devices
Jonah Palmer
[next]