Age | Commit message (Expand) | Author |
2022-10-10 | scsi-disk: support setting CD-ROM block size via device options | John Millikin |
2022-09-01 | scsi: Add buf_len parameter to scsi_req_new() | John Millikin |
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-06-24 | block: get rid of blk->guest_block_size | Stefan Hajnoczi |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell |
2022-02-21 | include: Move hardware version declarations to new qemu/hw-version.h | Peter Maydell |
2022-01-18 | hw/scsi: Rename SCSIRequest::resid as 'residual' | Philippe Mathieu-Daudé |
2021-11-08 | hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands | Mauro Matteo Cascella |
2021-05-26 | hw/scsi: Fix sector translation bug in scsi_unmap_complete_noio | Kit Westneat |
2021-03-18 | hw/scsi: remove 'scsi-disk' device | Daniel P. Berrangé |
2021-03-09 | scsi: Silence gcc warning | Eric Blake |
2021-03-06 | scsi: move host_status handling into SCSI drivers | Hannes Reinecke |
2021-03-06 | scsi: inline sg_io_sense_from_errno() into the callers. | Hannes Reinecke |
2021-02-25 | scsi-disk: pass guest recoverable errors through even for rerror=stop | Paolo Bonzini |
2021-02-25 | scsi-disk: pass SCSI status to scsi_handle_rw_error | Paolo Bonzini |
2021-02-25 | scsi: introduce scsi_sense_from_errno() | Paolo Bonzini |
2021-02-25 | scsi-disk: do not complete requests early for rerror/werror=ignore | Paolo Bonzini |
2021-02-25 | scsi-disk: move scsi_handle_rw_error earlier | Paolo Bonzini |
2021-02-25 | scsi: add tracing for SG_IO commands | Hannes Reinecke |
2021-02-25 | scsi: make io_timeout configurable | Hannes Reinecke |
2021-01-27 | block: Separate blk_is_writable() and blk_supports_write_perm() | Kevin Wolf |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost |
2020-11-16 | scsi-disk: convert more errno values back to SCSI statuses | Paolo Bonzini |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-01 | hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZE | Philippe Mathieu-Daudé |
2020-06-17 | block: consolidate blocksize properties consistency checks | Roman Kagan |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster |
2020-04-29 | various: Remove suspicious '\' character outside of #define in C code | Philippe Mathieu-Daudé |
2020-03-09 | scsi/scsi-disk: Remove redundant statement in scsi_disk_emulate_command() | Chen Qun |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-11-19 | scsi: deprecate scsi-disk | Paolo Bonzini |
2019-10-31 | bootdevice: Gather LCHS from all relevant devices | Sam Eiderman |
2019-10-10 | scsi: account unmap operations | Anton Nefedov |
2019-10-10 | scsi: move unmap error checking to the complete callback | Anton Nefedov |
2019-10-10 | scsi: store unmap offset and nb_sectors in request struct | Anton Nefedov |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |