aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/scsi-bus.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-9/+4
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-11-19scsi: deprecate scsi-diskPaolo Bonzini1-1/+11
2019-10-31scsi: Propagate unrealize() callback to scsi-hdSam Eiderman1-0/+16
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-07-08virtio-scsi: restart DMA after iothreadStefan Hajnoczi1-2/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-2/+2
2018-06-29usb-storage: Add rerror/werror propertiesKevin Wolf1-1/+10
2018-03-12scsi: support NDOB (no data-out buffer) for WRITE SAME commandsPaolo Bonzini1-1/+1
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth1-48/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
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