aboutsummaryrefslogtreecommitdiff
path: root/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2-3/+2
2020-05-27error: Use error_reportf_err() where appropriateMarkus Armbruster1-2/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+1
2020-03-16scsi/qemu-pr-helper: Fix out-of-bounds access to trnptid_list[]Christophe de Dinechin1-7/+10
2019-12-17build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NGPaolo Bonzini1-6/+6
2019-10-03qemu-pr-helper: fix crash in mpath_reconstruct_senseMaxim Levitsky1-3/+3
2019-09-10pr-manager: Fix invalid g_free() crash bugMarkus Armbruster1-1/+0
2019-09-03socket: Add num connections to qio_channel_socket_sync()Juan Quintela1-1/+2
2019-07-15iscsi: base all handling of check condition on scsi_sense_to_errnoPaolo Bonzini1-3/+2
2019-07-15scsi: add guest-recoverable ZBC errorsPaolo Bonzini1-0/+5
2019-07-15scsi: explicitly list guest-recoverable sense codesPaolo Bonzini1-0/+43
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster3-1/+3
2019-05-13Normalize header guard symbol definition.Markus Armbruster1-1/+2
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-0/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-1/+1
2019-03-22trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster1-0/+2
2018-12-14file-posix: Switch to .bdrv_co_ioctlKevin Wolf2-13/+10
2018-11-27scsi: Address spurious clang warningJohn Snow1-1/+1
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau1-35/+5
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-2/+1
2018-08-23qemu-pr-helper: Fix build on CentOS 7Murilo Opsfelder Araujo1-0/+4
2018-07-06pr-manager-helper: fix memory leak on eventPaolo Bonzini1-0/+1
2018-07-06pr-helper: Rework socket path handlingMichal Privoznik1-26/+10
2018-07-06pr-helper: avoid error on PR IN command with zero request sizePaolo Bonzini1-33/+30
2018-06-28pr-manager-helper: report event on connection/disconnectionPaolo Bonzini1-0/+14
2018-06-28pr-manager: add query-pr-managers QMP commandPaolo Bonzini3-0/+64
2018-06-28pr-manager: put stubs in .c filePaolo Bonzini2-0/+25
2018-06-28pr-manager-helper: avoid SIGSEGV when writing to the socket failPaolo Bonzini1-0/+1
2018-06-28pr-helper: fix assertion failure on failed multipath PERSISTENT RESERVE INPaolo Bonzini1-1/+5
2018-06-28pr-helper: fix --socket-path default in helpPaolo Bonzini1-7/+8
2018-04-09qemu-pr-helper: Write pidfile more oftenMichal Privoznik1-1/+5
2018-04-09qemu-pr-helper: Daemonize before dropping privilegesMichal Privoznik1-7/+7
2018-03-26qemu-pr-helper: Actually allow users to specify pidfileMichal Privoznik1-3/+4
2018-03-12Polish the version strings containing the package versionThomas Huth1-1/+1
2018-02-09Clean up includesMarkus Armbruster1-2/+0
2018-01-12scsi: fix scsi_convert_sense crash when in_buf == NULL && in_len == 0Paolo Bonzini1-6/+6
2017-12-21scsi: replace hex constants with #definesPaolo Bonzini1-7/+7
2017-12-21scsi: provide general-purpose functions to manage sense dataPaolo Bonzini1-72/+67
2017-12-20qemu-pr-helper: miscellaneous fixesPaolo Bonzini2-4/+36
2017-10-18qemu-pr-helper: use new libmultipath APIPaolo Bonzini1-3/+14
2017-09-22scsi: add persistent reservation manager using qemu-pr-helperPaolo Bonzini2-1/+303
2017-09-22scsi: add multipath support to qemu-pr-helperPaolo Bonzini2-3/+353
2017-09-22scsi: build qemu-pr-helperPaolo Bonzini2-0/+776
2017-09-22scsi, file-posix: add support for persistent reservation managementPaolo Bonzini3-0/+114
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini1-1/+1
2017-09-19scsi: introduce sg_io_sense_from_errnoPaolo Bonzini1-0/+35
2017-09-19scsi: introduce scsi_build_sensePaolo Bonzini1-0/+11
2017-09-19scsi: move non-emulation specific code to scsi/Paolo Bonzini2-0/+493