aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/scsi-disk.c
AgeCommit message (Expand)Author
3 dayshw: Add "loadparm" property to scsi disk devices for booting on s390xThomas Huth
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-08-06scsi-disk: Always report RESERVATION_CONFLICT to guestKevin Wolf
2024-08-06scsi-disk: Add warning comments that host_status errors take a shortcutKevin Wolf
2024-08-06scsi-block: Don't skip callback for sgio error status/driver_statusKevin Wolf
2024-08-06scsi-disk: Use positive return value for status in dma_readv/writevKevin Wolf
2024-06-10scsi-disk: Fix crash for VM configured with USB CDROM after live migrationHyman Huang
2024-06-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-06-08scsi-disk: Don't silently truncate serial numberKevin Wolf
2024-06-05hw/scsi/scsi-disk: Use qemu_hexdump_line to avoid sprintfPhilippe Mathieu-Daudé
2023-12-30hw/scsi: Constify VMStateRichard Henderson
2023-12-21scsi: remove outdated AioContext lock commentStefan Hajnoczi
2023-12-21scsi: remove AioContext lockingStefan Hajnoczi
2023-12-21scsi: assert that callbacks run in the correct AioContextStefan Hajnoczi
2023-12-21scsi: don't lock AioContext in I/O code pathStefan Hajnoczi
2023-10-03scsi-disk: ensure that FORMAT UNIT commands are terminatedMark Cave-Ayland
2023-09-25hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]Thomas Huth
2023-05-30virtio-scsi: implement BlockDevOps->drained_begin()Stefan Hajnoczi
2023-02-23dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() raceStefan Hajnoczi
2023-02-23scsi: protect req->aiocb with AioContext lockStefan Hajnoczi
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito
2022-10-10scsi-disk: support setting CD-ROM block size via device optionsJohn Millikin
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin
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-06-24block: get rid of blk->guest_block_sizeStefan Hajnoczi
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2022-01-18hw/scsi: Rename SCSIRequest::resid as 'residual'Philippe Mathieu-Daudé
2021-11-08hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commandsMauro Matteo Cascella
2021-05-26hw/scsi: Fix sector translation bug in scsi_unmap_complete_noioKit Westneat
2021-03-18hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé
2021-03-09scsi: Silence gcc warningEric Blake
2021-03-06scsi: move host_status handling into SCSI driversHannes Reinecke
2021-03-06scsi: inline sg_io_sense_from_errno() into the callers.Hannes Reinecke
2021-02-25scsi-disk: pass guest recoverable errors through even for rerror=stopPaolo Bonzini
2021-02-25scsi-disk: pass SCSI status to scsi_handle_rw_errorPaolo Bonzini
2021-02-25scsi: introduce scsi_sense_from_errno()Paolo Bonzini
2021-02-25scsi-disk: do not complete requests early for rerror/werror=ignorePaolo Bonzini
2021-02-25scsi-disk: move scsi_handle_rw_error earlierPaolo Bonzini
2021-02-25scsi: add tracing for SG_IO commandsHannes Reinecke
2021-02-25scsi: make io_timeout configurableHannes Reinecke