aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2019-07-19scsi-generic: Check sense key before request snooping and patchingShin'ichiro Kawasaki1-12/+16
2019-07-19vhost-user-scsi: Call virtio_scsi_common_unrealize() when device realize failedXie Yongji1-4/+10
2019-07-19vhost-scsi: Call virtio_scsi_common_unrealize() when device realize failedXie Yongji1-1/+3
2019-07-19virtio-scsi: remove unused argument to virtio_scsi_common_realizePaolo Bonzini3-4/+4
2019-07-15scsi: explicitly list guest-recoverable sense codesPaolo Bonzini1-3/+2
2019-07-15scsi-disk: pass sense correctly for guest-recoverable errorsShinichiro Kawasaki1-0/+10
2019-07-08virtio-scsi: restart DMA after iothreadStefan Hajnoczi1-2/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster13-1/+14
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster1-1/+1
2019-06-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell4-6/+6
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-10/+50
2019-06-06hw/scsi: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé3-4/+4
2019-06-06hw/scsi/vmw_pvscsi: Use qbus_reset_all() directlyPhilippe Mathieu-Daudé1-2/+2
2019-06-04scsi-disk: Use qdev_prop_drive_iothreadKevin Wolf2-14/+23
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+1
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf1-3/+7
2019-06-02vhost-scsi: Allow user to enable migrationLiran Alon1-10/+20
2019-06-02vhost-scsi: Add VMState descriptorNir Weiner1-0/+23
2019-06-02vhost-scsi: The vhost backend should be stopped when the VM is not runningNir Weiner1-0/+4
2019-05-29vhost: fix memory leak in vhost_user_scsi_realizeJie Wang1-0/+3
2019-05-15megasas: fix mapped frame sizePeter Lieven1-1/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-11/+11
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau1-16/+4
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-7/+7
2019-03-11lsi: 810/895A are always little endianSven Schnelle1-4/+3
2019-03-11lsi: return dfifo valueSven Schnelle1-1/+1
2019-03-11lsi: use SCSI phase names instead of numbers in traceSven Schnelle2-11/+26
2019-03-11lsi: use enum type for s->msg_actionSven Schnelle1-11/+16
2019-03-11lsi: use enum type for s->waitingSven Schnelle1-19/+23
2019-03-11lsi: use ldn_le_p()/stn_le_p()Sven Schnelle1-20/+4
2019-03-11scsi-disk: Fix crash if request is invaild or disk is no mediumZhengui Li1-13/+24
2019-03-11lsi: check if SIGP bit is already set in Wait reselectSven Schnelle1-2/+4
2019-03-11lsi: implement basic SBCL functionalitySven Schnelle1-4/+27
2019-03-11virtio-scsi: Fix build with gcc 9Greg Kurz1-1/+7
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong1-1/+3
2019-03-07scsi: express dependencies with KconfigPaolo Bonzini2-2/+10
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+11
2019-03-07build: switch to KconfigPaolo Bonzini1-0/+7
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+26
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2-2/+2
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