summaryrefslogtreecommitdiffstats
path: root/hw/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/scsi: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2019-06-063-4/+4
| * hw/scsi/vmw_pvscsi: Use qbus_reset_all() directlyPhilippe Mathieu-Daudé2019-06-061-2/+2
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-06-062-10/+50
|\ \ | |/ |/|
| * vhost-scsi: Allow user to enable migrationLiran Alon2019-06-031-10/+20
| * vhost-scsi: Add VMState descriptorNir Weiner2019-06-031-0/+23
| * vhost-scsi: The vhost backend should be stopped when the VM is not runningNir Weiner2019-06-031-0/+4
| * vhost: fix memory leak in vhost_user_scsi_realizeJie Wang2019-05-301-0/+3
* | scsi-disk: Use qdev_prop_drive_iothreadKevin Wolf2019-06-042-14/+23
* | block: Add BlockBackend.ctxKevin Wolf2019-06-041-1/+1
* | block: Add Error to blk_set_aio_context()Kevin Wolf2019-06-041-3/+7
|/
* megasas: fix mapped frame sizePeter Lieven2019-05-151-1/+1
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-11/+11
* 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