aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)Author
2021-03-07esp: introduce esp_get_stc()Mark Cave-Ayland
2021-03-07esp: introduce esp_get_tc() and esp_set_tc()Mark Cave-Ayland
2021-03-07esp: determine transfer direction directly from SCSI phaseMark Cave-Ayland
2021-03-07esp: add PDMA trace eventsMark Cave-Ayland
2021-03-07esp: fix esp_reg_read() trace eventMark Cave-Ayland
2021-03-07esp: add trace event when receiving a TI commandMark Cave-Ayland
2021-03-07esp: add vmstate_esp version to embedded ESPStateMark Cave-Ayland
2021-03-07esp: QOMify the internal ESP device stateMark Cave-Ayland
2021-03-07esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland
2021-03-07esp: checkpatch fixesMark Cave-Ayland
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-03-06scsi-generic: do not snoop the output of failed commandsPaolo Bonzini
2021-03-06lsilogic: Use PCIDevice::exit instead of DeviceState::unrealizePeng Liang
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes 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-25virtio-scsi: don't process IO on fenced dataplaneMaxim Levitsky
2021-02-25scsi: allow user to set werror as reportZihao Chang
2021-02-25scsi: add tracing for SG_IO commandsHannes Reinecke
2021-02-25scsi: make io_timeout configurableHannes Reinecke
2021-02-20hw/scsi/megasas: Remove pointless parenthesisPhilippe Mathieu-Daudé
2021-02-08virtio-scsi: don't uninitialize queues that we didn't initializeMaxim Levitsky
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2021-01-20block: Honor blk_set_aio_context() context requirementsSergio Lopez
2021-01-12virtio-scsi: trace eventsHannes Reinecke
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-15scsi: fix device removal race vs IO restart callback on resumeMaxim Levitsky
2020-11-16scsi-disk: convert more errno values back to SCSI statusesPaolo Bonzini
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-10-12scsi/scsi_bus: fix races in REPORT LUNSMaxim Levitsky
2020-10-12virtio-scsi: use scsi_device_getMaxim Levitsky
2020-10-12scsi/scsi_bus: Add scsi_device_getMaxim Levitsky
2020-10-12scsi/scsi-bus: scsi_device_find: don't return unrealized devicesPaolo Bonzini
2020-10-12scsi: switch to bus->check_addressPaolo Bonzini
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky
2020-10-12scsi/scsi_bus: switch search direction in scsi_device_findMaxim Levitsky
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-09-30hw: megasas: consider 'iov_count=0' is an error in megasas_map_sglLi Qiang
2020-09-30hw: megasas: return -1 when 'megasas_map_sgl' failsLi Qiang
2020-09-30scsi-generic: Fix HM-zoned device scanDmitry Fomichev
2020-09-30vhost-scsi: support inflight io trackLi Feng
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost