aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/scsi-bus.c
AgeCommit message (Expand)Author
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-03-10scsi: Improve error reporting for invalid drive propertyMarkus Armbruster
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster
2015-03-10scsi: Clean up duplicated error in legacy if=scsi codeMarkus Armbruster
2015-02-27scsi: give device a parent before setting propertiesPaolo Bonzini
2015-02-02scsi: Fix scsi_req_cancel_async for no aiocb reqFam Zheng
2015-01-14scsi: fix cancellation when I/O was completed but DMA was not.Paolo Bonzini
2014-10-31scsi: devirtualize unrealize of SCSI devicesPaolo Bonzini
2014-10-31megasas: Clear unit attention on initial resetHannes Reinecke
2014-10-31scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()Hannes Reinecke
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus 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-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: Set SCSI BUS itself as default HotplugHandlerIgor Mammedov
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: Drop scsi_req_abortFam Zheng
2014-09-23scsi: Optimize scsi_req_allocFam Zheng
2014-08-26scsi-bus: Convert DeviceClass init to realizeFam Zheng
2014-07-29scsi-block, scsi-generic: implement parse_cdbPaolo Bonzini
2014-07-29scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfoPaolo Bonzini
2014-07-29scsi-bus: prepare scsi_req_new for introduction of parse_cdbPaolo Bonzini
2014-07-14scsi: Report error when lun number is in useFam Zheng
2014-06-18scsi: Print command name in debugAlexey Kardashevskiy
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-05-22Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell
2014-05-16scsi: Document intentional fall through in scsi_req_length()Markus Armbruster
2014-05-07hw: Add missing 'static' attributesStefan Weil
2014-04-02scsi-bus: remove bogus assertionPaolo Bonzini
2014-03-14scsi: Fix migration of scsi sense dataFam Zheng
2014-02-22scsi-bus: Fix transfer length for VERIFY with BYTCHK=11bMarkus Armbruster
2014-02-22scsi: report thin provisioning errors with werror=reportPaolo Bonzini
2014-01-16scsi: Support TEST UNIT READY in the dummy LUN0Paolo Bonzini
2013-12-13Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2013-12-09scsi-bus: fix transfer length and direction for VERIFY commandPaolo Bonzini
2013-11-26scsi: Add 2 new sense codes needed by uasHans de Goede
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi
2013-10-09scsi: Allocate SCSITargetReq r->buf dynamically [CVE-2013-4344]Asias He
2013-09-12scsi: Fix scsi_bus_legacy_add_drive() scsi-generic with serialMarkus Armbruster
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber
2013-07-04scsi: keep device alive while it has requestsPaolo Bonzini
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini