aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/scsi-bus.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-26usb-storage: Fix share-rw option parsingFam Zheng1-1/+8
2017-12-21scsi: provide general-purpose functions to manage sense dataPaolo Bonzini1-14/+2
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini1-1/+1
2017-09-19scsi: introduce scsi_build_sensePaolo Bonzini1-7/+1
2017-09-19scsi: move non-emulation specific code to scsi/Paolo Bonzini1-397/+0
2017-09-19scsi: rename scsi_build_sense to scsi_convert_sensePaolo Bonzini1-5/+5
2017-09-19scsi-bus: correct responses for INQUIRY and REQUEST SENSEHannes Reinecke1-4/+25
2017-08-08scsi: clarify sense codes for LUN0 emulationHannes Reinecke1-1/+6
2017-07-13Convert error_report() to warn_report()Alistair Francis1-3/+3
2017-02-21Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...Peter Maydell1-7/+49
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster1-2/+13
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster1-7/+38
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini1-0/+2
2017-01-24migration: extend VMStateInfoJianjun Duan1-2/+6
2016-07-12scsi-bus: Use longer sense buffer with scannersJarkko Lavinen1-1/+9
2016-07-12scsi-bus: Add SCSI scanner supportJarkko Lavinen1-0/+31
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-07scsi-bus: Remove tape command from scsi_req_xferAlex Pyrgiotis1-1/+0
2016-01-29hw/scsi: Clean up includesPeter Maydell1-0/+1
2016-01-15SCSI device: fix to incomplete QOMifyCao jin1-2/+2
2016-01-15scsi: revert change to scsi_req_cancel_async and add assertionsPaolo Bonzini1-0/+11
2015-12-17scsi: always call notifier on async cancellationPaolo Bonzini1-3/+0
2015-12-17scsi: use scsi_req_cancel_async when purging requestsPaolo Bonzini1-2/+4
2015-11-04osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost1-1/+1
2015-10-12scsi: switch from g_slice allocator to mallocPaolo Bonzini1-2/+2
2015-08-14scsi: create restart bottom half in the right AioContextPaolo Bonzini1-1/+2
2015-07-24scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158)Paolo Bonzini1-1/+6
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-7/+4
2015-03-10scsi: Improve error reporting for invalid drive propertyMarkus Armbruster1-4/+1
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster1-1/+5
2015-03-10scsi: Clean up duplicated error in legacy if=scsi codeMarkus Armbruster1-1/+0
2015-02-27scsi: give device a parent before setting propertiesPaolo Bonzini1-0/+5
2015-02-02scsi: Fix scsi_req_cancel_async for no aiocb reqFam Zheng1-0/+2
2015-01-14scsi: fix cancellation when I/O was completed but DMA was not.Paolo Bonzini1-0/+2
2014-10-31scsi: devirtualize unrealize of SCSI devicesPaolo Bonzini1-9/+3
2014-10-31megasas: Clear unit attention on initial resetHannes Reinecke1-1/+1
2014-10-31scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()Hannes Reinecke1-25/+32
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-6/+6
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 Maydell1-1/+13
2014-10-15block: remove bootindex property from qdev to qomGonglei1-1/+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: Set SCSI BUS itself as default HotplugHandlerIgor Mammedov1-1/+7
2014-09-30scsi: Introduce scsi_req_cancel_asyncFam Zheng1-0/+26
2014-09-30scsi: Introduce scsi_req_cancel_completeFam Zheng1-4/+10
2014-09-30scsi: Drop SCSIReqOps.cancel_ioFam Zheng1-2/+2
2014-09-30scsi: Drop scsi_req_abortFam Zheng1-15/+0
2014-09-23scsi: Optimize scsi_req_allocFam Zheng1-3/+5