summaryrefslogtreecommitdiff
path: root/include/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2014-11-12esp: Do not overwrite ESP_TCHI after resetHannes Reinecke1-0/+1
2014-10-31scsi: devirtualize unrealize of SCSI devicesPaolo Bonzini1-1/+0
2014-10-31megasas: Clear unit attention on initial resetHannes Reinecke1-0/+1
2014-10-31scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()Hannes Reinecke1-2/+3
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+2
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-1/+1
2014-10-15scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fieldsIgor Mammedov1-2/+0
2014-09-30scsi: Introduce scsi_req_cancel_asyncFam Zheng1-0/+3
2014-09-30scsi: Introduce scsi_req_cancel_completeFam Zheng1-0/+1
2014-09-30scsi: Drop SCSIReqOps.cancel_ioFam Zheng1-1/+0
2014-09-30scsi: Drop scsi_req_abortFam Zheng1-1/+0
2014-09-23scsi: Optimize scsi_req_allocFam Zheng1-7/+14
2014-08-26scsi-bus: Convert DeviceClass init to realizeFam Zheng1-2/+2
2014-07-29scsi-block, scsi-generic: implement parse_cdbPaolo Bonzini1-0/+1
2014-07-29scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfoPaolo Bonzini1-0/+6
2014-03-14scsi: Fix migration of scsi sense dataFam Zheng1-0/+1
2014-02-22scsi: report thin provisioning errors with werror=reportPaolo Bonzini1-0/+2
2014-02-22scsi: Change scsi sense buf size to 252Fam Zheng1-1/+1
2013-11-26scsi: Add 2 new sense codes needed by uasHans de Goede1-0/+4
2013-10-09scsi: Allocate SCSITargetReq r->buf dynamically [CVE-2013-4344]Asias He1-0/+2
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber1-2/+2
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber1-2/+2
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic1-1/+2
2013-04-08hw: move headers to include/Paolo Bonzini2-0/+388