summaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2014-12-01vhost: Fix vhostfd leak in error branchGonglei1-0/+1
2014-11-12virtio-scsi: dataplane: suppress guest notificationMing Lei1-1/+6
2014-11-12esp: Do not overwrite ESP_TCHI after resetHannes Reinecke1-2/+9
2014-11-11virtio-scsi: dataplane: fix allocation for 'cmd_vrings'Ming Lei1-1/+1
2014-11-10esp: fix coding standardsPaolo Bonzini1-1/+2
2014-11-07virtio-scsi: work around bug in old BIOSesPaolo Bonzini1-0/+17
2014-11-07esp-pci: fixup deadlock with linuxHannes Reinecke1-0/+2
2014-10-31virtio-scsi: fix dataplanePaolo Bonzini1-1/+2
2014-10-31virtio-scsi: Fix num_queue input validationFam Zheng1-3/+4
2014-10-31scsi: devirtualize unrealize of SCSI devicesPaolo Bonzini3-28/+3
2014-10-31virtio-scsi: Fix memory leak when realize failedFam Zheng1-0/+1
2014-10-31megasas: Fixup MSI-X handlingHannes Reinecke1-24/+24
2014-10-31megasas: Rework frame queueing algorithmHannes Reinecke1-51/+45
2014-10-31megasas: Update queue loggingHannes Reinecke1-9/+17
2014-10-31megasas: Implement DCMD_CLUSTER_RESET_LDHannes Reinecke1-1/+15
2014-10-31megasas: Ignore duplicate init_firmware commandsHannes Reinecke1-3/+6
2014-10-31megasas: Clear unit attention on initial resetHannes Reinecke2-2/+18
2014-10-31megasas: Decode register namesHannes Reinecke1-3/+20
2014-10-31megasas: Fix typo in megasas_dcmd_ld_get_list()Hannes Reinecke1-1/+1
2014-10-31megasas: add MegaRAID SAS 2108 emulationHannes Reinecke2-25/+200
2014-10-31megasas: fixup device mappingHannes Reinecke2-36/+61
2014-10-31megasas: fixup MFI_DCMD_LD_LIST_QUERYHannes Reinecke2-3/+41
2014-10-31scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()Hannes Reinecke2-28/+35
2014-10-27hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrlBin Wu1-5/+5
2014-10-27virtio-scsi: sense in virtio_scsi_command_completeTing Wang1-1/+1
2014-10-23virtio-scsi: dataplane: stop trying on notifier errorCornelia Huck1-0/+8
2014-10-23virtio-scsi: dataplane: fail setup gracefullyCornelia Huck1-9/+70
2014-10-23virtio-scsi: dataplane: print why starting failedCornelia Huck1-4/+7
2014-10-23virtio-scsi-dataplane: Add op blockerFam Zheng2-2/+21
2014-10-20blockdev: Fix blockdev-add not to create DriveInfoMarkus Armbruster1-1/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster6-129/+133
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-1/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-2/+3
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell3-7/+13
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2-4/+0
2014-10-15block: remove bootindex property from qdev to qomGonglei3-3/+2
2014-10-15scsi: add bootindex to qom propertyGonglei1-0/+11
2014-10-15scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fieldsIgor Mammedov1-16/+0
2014-10-15scsi: Convert virtio-scsi HBA to hotplug handler APIIgor Mammedov1-10/+20
2014-10-15scsi: Convert pvscsi HBA to hotplug handler APIIgor Mammedov1-8/+18
2014-10-15scsi: Set SCSI BUS itself as default HotplugHandlerIgor Mammedov1-1/+7
2014-10-09virtio-scsi: fix use-after-free of VirtIOSCSIReqPaolo Bonzini1-4/+5
2014-09-30virtio-scsi: Handle TMF request cancellation asynchronouslyFam Zheng1-7/+57
2014-09-30scsi: Introduce scsi_req_cancel_asyncFam Zheng1-0/+26
2014-09-30scsi: Introduce scsi_req_cancel_completeFam Zheng3-4/+19
2014-09-30scsi: Drop SCSIReqOps.cancel_ioFam Zheng3-29/+2
2014-09-30scsi: Unify request unref in scsi_req_cancelFam Zheng2-40/+10
2014-09-30scsi-generic: Handle canceled request in scsi_command_completeFam Zheng1-4/+6
2014-09-30scsi: Drop scsi_req_abortFam Zheng2-18/+10
2014-09-30virtio-scsi: Process ".iothread" propertyFam Zheng1-0/+4