summaryrefslogtreecommitdiffstats
path: root/hw/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi-cd: Fix inserting read-only media in empty driveKevin Wolf2019-07-301-2/+8
* virtio-scsi: fixed virtio_scsi_ctx_check failed when detaching scsi diskZhengui li2019-07-241-2/+5
* scsi-generic: Check sense key before request snooping and patchingShin'ichiro Kawasaki2019-07-191-12/+16
* vhost-user-scsi: Call virtio_scsi_common_unrealize() when device realize failedXie Yongji2019-07-191-4/+10
* vhost-scsi: Call virtio_scsi_common_unrealize() when device realize failedXie Yongji2019-07-191-1/+3
* virtio-scsi: remove unused argument to virtio_scsi_common_realizePaolo Bonzini2019-07-193-4/+4
* scsi: explicitly list guest-recoverable sense codesPaolo Bonzini2019-07-151-3/+2Star
* scsi-disk: pass sense correctly for guest-recoverable errorsShinichiro Kawasaki2019-07-151-0/+10
* virtio-scsi: restart DMA after iothreadStefan Hajnoczi2019-07-081-2/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1213-1/+14
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-06-064-6/+6
|\
| * 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