summaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)Author
2014-10-23virtio-scsi: dataplane: stop trying on notifier errorCornelia Huck
2014-10-23virtio-scsi: dataplane: fail setup gracefullyCornelia Huck
2014-10-23virtio-scsi: dataplane: print why starting failedCornelia Huck
2014-10-23virtio-scsi-dataplane: Add op blockerFam Zheng
2014-10-20blockdev: Fix blockdev-add not to create DriveInfoMarkus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15block: remove bootindex property from qdev to qomGonglei
2014-10-15scsi: add bootindex to qom propertyGonglei
2014-10-15scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fieldsIgor Mammedov
2014-10-15scsi: Convert virtio-scsi HBA to hotplug handler APIIgor Mammedov
2014-10-15scsi: Convert pvscsi HBA to hotplug handler APIIgor Mammedov
2014-10-15scsi: Set SCSI BUS itself as default HotplugHandlerIgor Mammedov
2014-10-09virtio-scsi: fix use-after-free of VirtIOSCSIReqPaolo Bonzini
2014-09-30virtio-scsi: Handle TMF request cancellation asynchronouslyFam Zheng
2014-09-30scsi: Introduce scsi_req_cancel_asyncFam Zheng
2014-09-30scsi: Introduce scsi_req_cancel_completeFam Zheng
2014-09-30scsi: Drop SCSIReqOps.cancel_ioFam Zheng
2014-09-30scsi: Unify request unref in scsi_req_cancelFam Zheng
2014-09-30scsi-generic: Handle canceled request in scsi_command_completeFam Zheng
2014-09-30scsi: Drop scsi_req_abortFam Zheng
2014-09-30virtio-scsi: Process ".iothread" propertyFam Zheng
2014-09-30virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handlingFam Zheng
2014-09-30virtio-scsi: Batched prepare for cmd reqsFam Zheng
2014-09-30virtio-scsi: Two stages processing of cmd requestFam Zheng
2014-09-30virtio-scsi: Add migration state notifier for dataplane codeFam Zheng
2014-09-30virtio-scsi: Hook up with dataplaneFam Zheng
2014-09-30virtio-scsi-dataplane: Code to run virtio-scsi on iothreadFam Zheng
2014-09-30virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng
2014-09-23virtio-scsi: Make virtio_scsi_push_event publicFam Zheng
2014-09-23virtio-scsi: Make virtio_scsi_free_req publicFam Zheng
2014-09-23virtio-scsi: Make virtio_scsi_init_req publicFam Zheng
2014-09-23virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrlFam Zheng
2014-09-23virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmdFam Zheng
2014-09-23virtio-scsi: clean up virtio_scsi_parse_cdbPaolo Bonzini
2014-09-23vhost-scsi: use virtio_ldl_pPaolo Bonzini
2014-09-23virtio-scsi: Optimize virtio_scsi_init_reqFam Zheng
2014-09-23scsi: Optimize scsi_req_allocFam Zheng
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-09-03vhost-scsi: init backend features earlierMichael S. Tsirkin
2014-08-26virtio-scsi: Report error if num_queues is 0 or too largeFam Zheng
2014-08-26scsi-generic: remove superfluous DPRINTF avoid to break compilingGonglei
2014-08-26scsi-bus: Convert DeviceClass init to realizeFam Zheng
2014-08-26block: Pass errp in blkconf_geometryFam Zheng
2014-08-18memory: remove memory_region_destroyPaolo Bonzini