aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2019-11-19scsi: deprecate scsi-diskPaolo Bonzini2-1/+14
2019-10-31bootdevice: Gather LCHS from all relevant devicesSam Eiderman1-0/+12
2019-10-31scsi: Propagate unrealize() callback to scsi-hdSam Eiderman1-0/+16
2019-10-29Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell1-28/+308
2019-10-28esp: add pseudo-DMA as used by MacintoshLaurent Vivier1-9/+269
2019-10-28esp: move get_cmd() post-DMA code to get_cmd_cb()Laurent Vivier1-17/+29
2019-10-28esp: move handle_ti_cmd() cleanup code to esp_do_dma().Laurent Vivier1-2/+10
2019-10-25virtio: basic packed virtqueue supportJason Wang1-1/+2
2019-10-10scsi: account unmap operationsAnton Nefedov1-1/+11
2019-10-10scsi: move unmap error checking to the complete callbackAnton Nefedov1-4/+6
2019-10-10scsi: store unmap offset and nb_sectors in request structAnton Nefedov1-7/+7
2019-09-18trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé1-1/+1
2019-08-22vhost-user-scsi: prevent using uninitialized vqsRaphael Norwitz1-1/+1
2019-08-20scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)Paolo Bonzini1-14/+27
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster3-0/+3
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster10-2/+10
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster3-0/+3
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster7-7/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster9-0/+9
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster3-0/+3
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster5-0/+5
2019-07-30scsi-cd: Fix inserting read-only media in empty driveKevin Wolf1-2/+8
2019-07-24virtio-scsi: fixed virtio_scsi_ctx_check failed when detaching scsi diskZhengui li1-2/+5
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