summaryrefslogtreecommitdiffstats
path: root/hw/scsi
Commit message (Expand)AuthorAgeFilesLines
...
* virtio: express virtio dependencies with KconfigYang Zhong2019-03-071-1/+3
* scsi: express dependencies with KconfigPaolo Bonzini2019-03-072-2/+10
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+11
* build: switch to KconfigPaolo Bonzini2019-03-071-0/+7
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+26
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-172-2/+2
* scsi-generic: Convert from DPRINTF() macro to trace eventsLaurent Vivier2019-02-052-30/+37
* scsi-disk: Convert from DPRINTF() macro to trace eventsLaurent Vivier2019-02-052-53/+79
* scsi-generic: avoid possible out-of-bounds access to r->bufPaolo Bonzini2019-02-051-8/+10
* scsi-disk: Add device_id propertyKevin Wolf2019-02-011-8/+16
* scsi-disk: Don't use empty string as device idKevin Wolf2019-02-011-6/+8
* virtio-scsi: Forbid devices with different iothreads sharing a blockdevAlberto Garcia2019-02-011-0/+7
* scsi-disk: Acquire the AioContext in scsi_*_realize()Alberto Garcia2019-02-011-3/+20
* virtio-scsi: Move BlockBackend back to the main AioContext on unplugAlberto Garcia2019-02-011-0/+6
* qemu: avoid memory leak while remove diskJian Wang2019-01-152-2/+4
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-3/+3
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck2019-01-113-9/+29
* esp-pci: Fix status register write erase controlGuenter Roeck2019-01-111-3/+3
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-2/+2
* lsi: Reselection needed to remove pending commands from queueGeorge Kennedy2018-11-271-12/+36
* scsi-disk: Fix crash if underlying host file or disk returns errorRichard W.M. Jones2018-11-221-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-11-085-91/+124
|\
| * scsi-generic: do not do VPD emulation for sense other than ILLEGAL_REQUESTPaolo Bonzini2018-11-061-3/+5
| * scsi-generic: avoid invalid access to struct when emulating block limitsPaolo Bonzini2018-11-064-83/+88
| * scsi-generic: avoid out-of-bounds access to VPD page listPaolo Bonzini2018-11-061-1/+1
| * scsi-generic: keep VPD page list sortedPaolo Bonzini2018-11-061-4/+15
| * lsi53c895a: check message length value is validPrasad J Pandit2018-11-061-2/+17
* | vhost-scsi: prevent using uninitialized vqsyuchenlin2018-11-051-1/+1
|/
* scsi-disk: fix rerror/werror=ignorePaolo Bonzini2018-10-191-1/+6
* scsi-disk: fix double completion of failing passthrough requestsPaolo Bonzini2018-10-191-13/+11Star
* call HotplugHandler->plug() as the last step in device realizationIgor Mammedov2018-10-191-10/+1Star
* hw/scsi/mptendian: Avoid taking address of fields in packed structsPeter Maydell2018-10-021-80/+83
* lsi53c895a: convert to trace-eventsMark Cave-Ayland2018-10-022-111/+165
* scsi-block: Deprecate rotation_rateFam Zheng2018-10-021-0/+6
* lsi53c895a: add optional external IRQ via qdevMark Cave-Ayland2018-09-251-2/+14
* scsi: remove unused lsi53c895a_create() and lsi53c810_create() functionsMark Cave-Ayland2018-09-251-14/+0Star
* scsi: add lsi53c8xx_handle_legacy_cmdline() functionMark Cave-Ayland2018-09-251-0/+7
* vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PIGreg Edwards2018-08-232-0/+6
* vhost-scsi: unify vhost-scsi get_features implementationsGreg Edwards2018-08-232-13/+4Star
* vhost-user-scsi: move host_features into VHostSCSICommonGreg Edwards2018-08-231-7/+8
* lsi_scsi: add support for PPR Extended MessageGeorge Kennedy2018-08-231-0/+4
* megasas: fix sglist leakMarc-André Lureau2018-08-231-1/+1
* scsi: mptsas: Mark as storage deviceGuenter Roeck2018-08-231-0/+1
* block: Remove deprecated -drive option serialKevin Wolf2018-08-151-1/+0Star
* virtio-scsi: fix hotplug ->reset() vs event raceStefan Hajnoczi2018-07-161-1/+10
* scsi-disk: Block Device Characteristics emulation fixDaniel Henrique Barboza2018-07-121-3/+4
* Revert "block: Remove deprecated -drive option serial"Cornelia Huck2018-07-101-0/+1
* hw/scsi: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-4/+5
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-06-291-1/+10
|\