summaryrefslogtreecommitdiff
path: root/scsi/qemu-pr-helper.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-pr-helper: mark more coroutine_fnsPaolo Bonzini2023-04-251-11/+11
* thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito2023-04-251-2/+1
* io: Add support for MSG_PEEK for socket channelmanish.mishra2023-02-061-1/+1
* util: replace qemu_get_local_state_pathname()Marc-André Lureau2022-04-211-2/+4
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-1/+1
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2021-08-261-8/+3
* scsi: inline sg_io_sense_from_errno() into the callers.Hannes Reinecke2021-03-061-7/+17
* trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-4/+2
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-2/+2
* error: Use error_reportf_err() where appropriateMarkus Armbruster2020-05-271-2/+2
* scsi/qemu-pr-helper: Fix out-of-bounds access to trnptid_list[]Christophe de Dinechin2020-03-161-7/+10
* build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NGPaolo Bonzini2019-12-171-6/+6
* qemu-pr-helper: fix crash in mpath_reconstruct_senseMaxim Levitsky2019-10-031-3/+3
* socket: Add num connections to qio_channel_socket_sync()Juan Quintela2019-09-031-1/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* log: Make glib logging go through QEMUChristophe Fergeau2019-04-171-0/+1
* scsi: Address spurious clang warningJohn Snow2018-11-271-1/+1
* util: add qemu_write_pidfile()Marc-André Lureau2018-10-021-35/+5
* qemu-pr-helper: Fix build on CentOS 7Murilo Opsfelder Araujo2018-08-231-0/+4
* pr-helper: Rework socket path handlingMichal Privoznik2018-07-061-26/+10
* pr-helper: avoid error on PR IN command with zero request sizePaolo Bonzini2018-07-061-33/+30
* pr-helper: fix assertion failure on failed multipath PERSISTENT RESERVE INPaolo Bonzini2018-06-281-1/+5
* pr-helper: fix --socket-path default in helpPaolo Bonzini2018-06-281-7/+8
* qemu-pr-helper: Write pidfile more oftenMichal Privoznik2018-04-091-1/+5
* qemu-pr-helper: Daemonize before dropping privilegesMichal Privoznik2018-04-091-7/+7
* qemu-pr-helper: Actually allow users to specify pidfileMichal Privoznik2018-03-261-3/+4
* Polish the version strings containing the package versionThomas Huth2018-03-121-1/+1
* qemu-pr-helper: miscellaneous fixesPaolo Bonzini2017-12-201-4/+26
* qemu-pr-helper: use new libmultipath APIPaolo Bonzini2017-10-181-3/+14
* scsi: add multipath support to qemu-pr-helperPaolo Bonzini2017-09-221-3/+343
* scsi: build qemu-pr-helperPaolo Bonzini2017-09-221-0/+735