aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)Author
2019-08-22vhost-user-scsi: prevent using uninitialized vqsRaphael Norwitz
2019-08-20scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)Paolo Bonzini
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-07-30scsi-cd: Fix inserting read-only media in empty driveKevin Wolf
2019-07-24virtio-scsi: fixed virtio_scsi_ctx_check failed when detaching scsi diskZhengui li
2019-07-19scsi-generic: Check sense key before request snooping and patchingShin'ichiro Kawasaki
2019-07-19vhost-user-scsi: Call virtio_scsi_common_unrealize() when device realize failedXie Yongji
2019-07-19vhost-scsi: Call virtio_scsi_common_unrealize() when device realize failedXie Yongji
2019-07-19virtio-scsi: remove unused argument to virtio_scsi_common_realizePaolo Bonzini
2019-07-15scsi: explicitly list guest-recoverable sense codesPaolo Bonzini
2019-07-15scsi-disk: pass sense correctly for guest-recoverable errorsShinichiro Kawasaki
2019-07-08virtio-scsi: restart DMA after iothreadStefan Hajnoczi
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-06-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-06-06hw/scsi: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2019-06-06hw/scsi/vmw_pvscsi: Use qbus_reset_all() directlyPhilippe Mathieu-Daudé
2019-06-04scsi-disk: Use qdev_prop_drive_iothreadKevin Wolf
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf
2019-06-02vhost-scsi: Allow user to enable migrationLiran Alon
2019-06-02vhost-scsi: Add VMState descriptorNir Weiner
2019-06-02vhost-scsi: The vhost backend should be stopped when the VM is not runningNir Weiner
2019-05-29vhost: fix memory leak in vhost_user_scsi_realizeJie Wang
2019-05-15megasas: fix mapped frame sizePeter Lieven
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-03-11lsi: 810/895A are always little endianSven Schnelle
2019-03-11lsi: return dfifo valueSven Schnelle
2019-03-11lsi: use SCSI phase names instead of numbers in traceSven Schnelle
2019-03-11lsi: use enum type for s->msg_actionSven Schnelle
2019-03-11lsi: use enum type for s->waitingSven Schnelle
2019-03-11lsi: use ldn_le_p()/stn_le_p()Sven Schnelle
2019-03-11scsi-disk: Fix crash if request is invaild or disk is no mediumZhengui Li
2019-03-11lsi: check if SIGP bit is already set in Wait reselectSven Schnelle
2019-03-11lsi: implement basic SBCL functionalitySven Schnelle
2019-03-11virtio-scsi: Fix build with gcc 9Greg Kurz
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong