aboutsummaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)Author
2021-03-06scsi: inline sg_io_sense_from_errno() into the callers.Hannes Reinecke
2021-03-06scsi: Add mapping for generic SCSI_HOST status to sense codesHannes Reinecke
2021-03-06scsi: Rename linux-specific SG_ERR codes to generic SCSI_HOST error codesHannes Reinecke
2021-02-25scsi: introduce scsi_sense_from_errno()Paolo Bonzini
2021-01-22scsi/utils: Add INVALID_PARAM_VALUE sense code definitionPhilippe Mathieu-Daudé
2020-09-30scsi-generic: Fix HM-zoned device scanDmitry Fomichev
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2019-07-15scsi: explicitly list guest-recoverable sense codesPaolo Bonzini
2019-05-13Normalize header guard symbol definition.Markus Armbruster
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-12-14file-posix: Switch to .bdrv_co_ioctlKevin Wolf
2018-06-28pr-manager: add query-pr-managers QMP commandPaolo Bonzini
2018-06-28pr-manager: put stubs in .c filePaolo Bonzini
2018-06-01iscsi: Implement copy offloadingFam Zheng
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2017-12-21scsi: provide general-purpose functions to manage sense dataPaolo Bonzini
2017-12-20qemu-pr-helper: miscellaneous fixesPaolo Bonzini
2017-09-22scsi: add multipath support to qemu-pr-helperPaolo Bonzini
2017-09-22scsi, file-posix: add support for persistent reservation managementPaolo Bonzini
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: introduce scsi_build_sensePaolo Bonzini
2017-09-19scsi: move non-emulation specific code to scsi/Paolo Bonzini
2017-09-19scsi: Introduce scsi_sense_buf_to_errnoFam Zheng
2017-09-19scsi: Refactor scsi sense interpreting codeFam Zheng