aboutsummaryrefslogtreecommitdiff
path: root/scsi/qemu-pr-helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi1-3/+1
2023-06-06scsi/qemu-pr-helper: Drop support for 'old' libmultipath APIPhilippe Mathieu-Daudé1-4/+0
2023-04-25qemu-pr-helper: mark more coroutine_fnsPaolo Bonzini1-11/+11
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito1-2/+1
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra1-1/+1
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau1-2/+4
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-1/+1
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson1-1/+1
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-8/+3
2021-03-06scsi: inline sg_io_sense_from_errno() into the callers.Hannes Reinecke1-7/+17
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini1-4/+2
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-2/+2
2020-05-27error: Use error_reportf_err() where appropriateMarkus Armbruster1-2/+2
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-03socket: Add num connections to qio_channel_socket_sync()Juan Quintela1-1/+2
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 Armbruster1-1/+1
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-0/+1
2018-11-27scsi: Address spurious clang warningJohn Snow1-1/+1
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau1-35/+5
2018-08-23qemu-pr-helper: Fix build on CentOS 7Murilo Opsfelder Araujo1-0/+4
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-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
2017-12-20qemu-pr-helper: miscellaneous fixesPaolo Bonzini1-4/+26
2017-10-18qemu-pr-helper: use new libmultipath APIPaolo Bonzini1-3/+14
2017-09-22scsi: add multipath support to qemu-pr-helperPaolo Bonzini1-3/+343
2017-09-22scsi: build qemu-pr-helperPaolo Bonzini1-0/+735