aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/scsi-generic.c
AgeCommit message (Expand)Author
2018-11-06scsi-generic: do not do VPD emulation for sense other than ILLEGAL_REQUESTPaolo Bonzini
2018-11-06scsi-generic: avoid invalid access to struct when emulating block limitsPaolo Bonzini
2018-11-06scsi-generic: avoid out-of-bounds access to VPD page listPaolo Bonzini
2018-11-06scsi-generic: keep VPD page list sortedPaolo Bonzini
2018-06-29hw/scsi: add VPD Block Limits emulationDaniel Henrique Barboza
2018-06-29hw/scsi: centralize SG_IO calls into single functionDaniel Henrique Barboza
2018-06-29hw/scsi: cleanups before VPD BL emulationDaniel Henrique Barboza
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-04-09hw/scsi: support SCSI-2 passthrough without PIDaniel Henrique Barboza
2018-04-09scsi-disk: allow customizing the SCSI versionPaolo Bonzini
2018-03-26scsi: turn "is this a SCSI device?" into a conditional hintPaolo Bonzini
2018-02-05scsi-generic: Simplify error handling codeFam Zheng
2018-01-12scsi-generic: Add share-rw optionFam Zheng
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini
2017-09-19scsi: introduce sg_io_sense_from_errnoPaolo Bonzini
2017-09-19scsi: move non-emulation specific code to scsi/Paolo Bonzini
2017-07-21Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell
2017-03-27scsi-generic: Fill in opt_xfer_len in INQUIRY reply if it is zeroFam Zheng
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini
2017-01-27hw/scsi: Fix debug message of cdb structure in scsi-genericEric Farman
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake
2016-07-05block: Give nonzero result to blk_get_max_transfer_length()Eric Blake
2016-07-05scsi: Advertise limits by blocksize, not 512Eric Blake
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-05-29scsi-generic: Merge block max xfer len in INQUIRY responseFam Zheng
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-09scsi-generic: grab device and port SAS addresses from backendPaolo Bonzini
2016-01-29hw/scsi: Clean up includesPeter Maydell
2015-09-25scsi-generic: let guests recognize readonly=on on passthrough devicesPaolo Bonzini
2015-08-14scsi-generic: identify AIO callbacks more clearlyPaolo Bonzini
2014-12-15scsi: Drop superfluous conditionals around g_free()Markus Armbruster
2014-10-31scsi: devirtualize unrealize of SCSI devicesPaolo Bonzini
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15block: remove bootindex property from qdev to qomGonglei
2014-09-30scsi: Introduce scsi_req_cancel_completeFam Zheng
2014-09-30scsi: Drop SCSIReqOps.cancel_ioFam Zheng
2014-09-30scsi: Unify request unref in scsi_req_cancelFam Zheng
2014-09-30scsi-generic: Handle canceled request in scsi_command_completeFam Zheng
2014-08-26scsi-generic: remove superfluous DPRINTF avoid to break compilingGonglei
2014-08-26scsi-bus: Convert DeviceClass init to realizeFam Zheng
2014-07-29scsi-block, scsi-generic: implement parse_cdbPaolo Bonzini
2014-04-28scsi: Improve error messages morePaolo Bonzini
2014-02-22scsi: Change scsi sense buf size to 252Fam Zheng
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini
2013-06-18scsi-generic: check the return value of bdrv_aio_ioctl in execute_commandPavel Hrdina
2013-06-18scsi-generic: fix sign extension of READ CAPACITY(10) dataPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini