aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2019-02-05scsi-generic: Convert from DPRINTF() macro to trace eventsLaurent Vivier2-30/+37
2019-02-05scsi-disk: Convert from DPRINTF() macro to trace eventsLaurent Vivier2-53/+79
2019-02-05scsi-generic: avoid possible out-of-bounds access to r->bufPaolo Bonzini1-8/+10
2019-02-01scsi-disk: Add device_id propertyKevin Wolf1-8/+16
2019-02-01scsi-disk: Don't use empty string as device idKevin Wolf1-6/+8
2019-02-01virtio-scsi: Forbid devices with different iothreads sharing a blockdevAlberto Garcia1-0/+7
2019-02-01scsi-disk: Acquire the AioContext in scsi_*_realize()Alberto Garcia1-3/+20
2019-02-01virtio-scsi: Move BlockBackend back to the main AioContext on unplugAlberto Garcia1-0/+6
2019-01-14qemu: avoid memory leak while remove diskJian Wang2-2/+4
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-3/+3
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2019-01-11scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck3-9/+29
2019-01-11esp-pci: Fix status register write erase controlGuenter Roeck1-3/+3
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-2/+2
2018-11-27lsi: Reselection needed to remove pending commands from queueGeorge Kennedy1-12/+36
2018-11-22scsi-disk: Fix crash if underlying host file or disk returns errorRichard W.M. Jones1-1/+1
2018-11-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-91/+124
2018-11-06scsi-generic: do not do VPD emulation for sense other than ILLEGAL_REQUESTPaolo Bonzini1-3/+5
2018-11-06scsi-generic: avoid invalid access to struct when emulating block limitsPaolo Bonzini4-83/+88
2018-11-06scsi-generic: avoid out-of-bounds access to VPD page listPaolo Bonzini1-1/+1
2018-11-06scsi-generic: keep VPD page list sortedPaolo Bonzini1-4/+15
2018-11-06lsi53c895a: check message length value is validPrasad J Pandit1-2/+17
2018-11-05vhost-scsi: prevent using uninitialized vqsyuchenlin1-1/+1
2018-10-19scsi-disk: fix rerror/werror=ignorePaolo Bonzini1-1/+6
2018-10-19scsi-disk: fix double completion of failing passthrough requestsPaolo Bonzini1-13/+11
2018-10-19call HotplugHandler->plug() as the last step in device realizationIgor Mammedov1-10/+1
2018-10-02hw/scsi/mptendian: Avoid taking address of fields in packed structsPeter Maydell1-80/+83
2018-10-02lsi53c895a: convert to trace-eventsMark Cave-Ayland2-111/+165
2018-10-02scsi-block: Deprecate rotation_rateFam Zheng1-0/+6
2018-09-25lsi53c895a: add optional external IRQ via qdevMark Cave-Ayland1-2/+14
2018-09-25scsi: remove unused lsi53c895a_create() and lsi53c810_create() functionsMark Cave-Ayland1-14/+0
2018-09-25scsi: add lsi53c8xx_handle_legacy_cmdline() functionMark Cave-Ayland1-0/+7
2018-08-23vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PIGreg Edwards2-0/+6
2018-08-23vhost-scsi: unify vhost-scsi get_features implementationsGreg Edwards2-13/+4
2018-08-23vhost-user-scsi: move host_features into VHostSCSICommonGreg Edwards1-7/+8
2018-08-23lsi_scsi: add support for PPR Extended MessageGeorge Kennedy1-0/+4
2018-08-23megasas: fix sglist leakMarc-André Lureau1-1/+1
2018-08-23scsi: mptsas: Mark as storage deviceGuenter Roeck1-0/+1
2018-08-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-07-16virtio-scsi: fix hotplug ->reset() vs event raceStefan Hajnoczi1-1/+10
2018-07-12scsi-disk: Block Device Characteristics emulation fixDaniel Henrique Barboza1-3/+4
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck1-0/+1
2018-07-02hw/scsi: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-4/+5
2018-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+10
2018-06-29usb-storage: Add rerror/werror propertiesKevin Wolf1-1/+10
2018-06-29hw/scsi: add VPD Block Limits emulationDaniel Henrique Barboza2-11/+123
2018-06-29hw/scsi: centralize SG_IO calls into single functionDaniel Henrique Barboza2-45/+34
2018-06-29hw/scsi: cleanups before VPD BL emulationDaniel Henrique Barboza2-230/+248
2018-06-28esp: remove legacy esp_init() functionMark Cave-Ayland1-30/+0
2018-06-28Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth1-2/+2