Age | Commit message (Expand) | Author | Files | Lines |
2021-03-06 | scsi: inline sg_io_sense_from_errno() into the callers. | Hannes Reinecke | 1 | -3/+0 |
2021-03-06 | scsi: Add mapping for generic SCSI_HOST status to sense codes | Hannes Reinecke | 1 | -0/+1 |
2021-03-06 | scsi: Rename linux-specific SG_ERR codes to generic SCSI_HOST error codes | Hannes Reinecke | 1 | -7/+16 |
2021-02-25 | scsi: introduce scsi_sense_from_errno() | Paolo Bonzini | 1 | -0/+2 |
2021-01-22 | scsi/utils: Add INVALID_PARAM_VALUE sense code definition | Philippe Mathieu-Daudé | 1 | -0/+2 |
2020-09-30 | scsi-generic: Fix HM-zoned device scan | Dmitry Fomichev | 1 | -0/+1 |
2020-09-18 | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 1 | -1/+1 |
2020-09-09 | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost | 1 | -4/+2 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -6/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -4/+6 |
2019-07-15 | scsi: explicitly list guest-recoverable sense codes | Paolo Bonzini | 1 | -0/+1 |
2019-05-13 | Normalize header guard symbol definition. | Markus Armbruster | 1 | -1/+1 |
2019-05-13 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -2/+2 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -1/+1 |
2018-12-14 | file-posix: Switch to .bdrv_co_ioctl | Kevin Wolf | 1 | -5/+3 |
2018-06-28 | pr-manager: add query-pr-managers QMP command | Paolo Bonzini | 1 | -0/+2 |
2018-06-28 | pr-manager: put stubs in .c file | Paolo Bonzini | 1 | -9/+0 |
2018-06-01 | iscsi: Implement copy offloading | Fam Zheng | 1 | -0/+4 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2017-12-21 | scsi: provide general-purpose functions to manage sense data | Paolo Bonzini | 1 | -0/+3 |
2017-12-20 | qemu-pr-helper: miscellaneous fixes | Paolo Bonzini | 1 | -1/+5 |
2017-09-22 | scsi: add multipath support to qemu-pr-helper | Paolo Bonzini | 1 | -0/+4 |
2017-09-22 | scsi, file-posix: add support for persistent reservation management | Paolo Bonzini | 1 | -0/+56 |
2017-09-19 | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini | 1 | -0/+314 |
2017-09-19 | scsi: introduce sg_io_sense_from_errno | Paolo Bonzini | 1 | -0/+3 |
2017-09-19 | scsi: introduce scsi_build_sense | Paolo Bonzini | 1 | -0/+2 |
2017-09-19 | scsi: move non-emulation specific code to scsi/ | Paolo Bonzini | 2 | -20/+119 |
2017-09-19 | scsi: Introduce scsi_sense_buf_to_errno | Fam Zheng | 1 | -0/+1 |
2017-09-19 | scsi: Refactor scsi sense interpreting code | Fam Zheng | 1 | -0/+19 |