summaryrefslogtreecommitdiffstats
path: root/hw/scsi
Commit message (Expand)AuthorAgeFilesLines
* vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau2019-03-131-16/+4Star
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-7/+7
* lsi: 810/895A are always little endianSven Schnelle2019-03-111-4/+3Star
* lsi: return dfifo valueSven Schnelle2019-03-111-1/+1
* lsi: use SCSI phase names instead of numbers in traceSven Schnelle2019-03-112-11/+26
* lsi: use enum type for s->msg_actionSven Schnelle2019-03-111-11/+16
* lsi: use enum type for s->waitingSven Schnelle2019-03-111-19/+23
* lsi: use ldn_le_p()/stn_le_p()Sven Schnelle2019-03-111-20/+4Star
* scsi-disk: Fix crash if request is invaild or disk is no mediumZhengui Li2019-03-111-13/+24
* lsi: check if SIGP bit is already set in Wait reselectSven Schnelle2019-03-111-2/+4
* lsi: implement basic SBCL functionalitySven Schnelle2019-03-111-4/+27
* virtio-scsi: Fix build with gcc 9Greg Kurz2019-03-111-1/+7
* 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