summaryrefslogtreecommitdiffstats
path: root/hw/scsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: Add buf_len parameter to scsi_req_new()John Millikin2022-09-0110-25/+35
* esp: Handle CMD_BUSRESET by resetting the SCSI busJohn Millikin2022-09-011-0/+6
* scsi-generic: Fix emulated block limits VPD pageKevin Wolf2022-08-231-7/+14
* virtio-scsi: fix race in virtio_scsi_dataplane_start()Stefan Hajnoczi2022-08-171-3/+8
* scsi-disk: ensure block size is non-zero and changes limited to bits 8-15Mark Cave-Ayland2022-08-011-4/+14
* scsi-disk: fix overflow when block size is not a multiple of BDRV_SECTOR_SIZEMark Cave-Ayland2022-08-011-3/+4
* scsi-disk: allow MODE SELECT block descriptor to set the block sizeMark Cave-Ayland2022-07-132-0/+7
* scsi-disk: allow the MODE_PAGE_R_W_ERROR AWRE bit to be changeable for CDROM ...Mark Cave-Ayland2022-07-131-0/+4
* scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for MacintoshMark Cave-Ayland2022-07-132-1/+7
* scsi-disk: add FORMAT UNIT commandMark Cave-Ayland2022-07-132-0/+5
* scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...Mark Cave-Ayland2022-07-131-2/+28
* scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for MacintoshMark Cave-Ayland2022-07-131-4/+23
* scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for MacintoshMark Cave-Ayland2022-07-131-0/+17
* scsi-disk: add new quirks bitmap to SCSIDiskStateMark Cave-Ayland2022-07-131-0/+1
* scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella2022-07-131-1/+2
* scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella2022-07-061-1/+2
* Trivial: 3 char repeat typosDr. David Alan Gilbert2022-06-281-1/+1
* block: get rid of blk->guest_block_sizeStefan Hajnoczi2022-06-242-2/+0Star
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-06-111-1/+0Star
|\
| * hw/vhost-user-scsi|blk: set `supports_config` flag correctlyChangpeng Liu2022-06-101-1/+0Star
* | Fix 'writeable' typosPeter Maydell2022-06-081-1/+1
|/
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+8
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-2/+1Star
* hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée2022-05-161-0/+1
* virtio-scsi: move request-related items from .h to .cStefan Hajnoczi2022-05-091-4/+41
* virtio-scsi: clean up virtio_scsi_handle_cmd_vq()Stefan Hajnoczi2022-05-091-4/+1Star
* virtio-scsi: clean up virtio_scsi_handle_ctrl_vq()Stefan Hajnoczi2022-05-091-4/+1Star
* virtio-scsi: clean up virtio_scsi_handle_event_vq()Stefan Hajnoczi2022-05-091-3/+1Star
* virtio-scsi: don't waste CPU polling the event virtqueueStefan Hajnoczi2022-05-091-1/+1
* virtio-scsi: fix ctrl and event handler functions in dataplane modeStefan Hajnoczi2022-05-091-15/+27
* build: move vhost-scsi configuration to KconfigPaolo Bonzini2022-05-071-0/+5
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-1/+1
* hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé2022-03-241-2/+2
* esp: recreate ESPState current_req after migrationMark Cave-Ayland2022-03-091-0/+10
* esp: include the current PDMA callback in the migration streamMark Cave-Ayland2022-03-091-0/+31
* esp: convert ESPState pdma_cb from a function pointer to an integerMark Cave-Ayland2022-03-091-13/+31
* esp: introduce esp_pdma_cb() functionMark Cave-Ayland2022-03-091-2/+7
* esp: introduce esp_set_pdma_cb() functionMark Cave-Ayland2022-03-091-7/+12
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-213-0/+3