| Commit message (Expand) | Author | Age | Files | Lines |
* | qemu-pr-helper: fix crash in mpath_reconstruct_sense | Maxim Levitsky | 2019-10-03 | 1 | -3/+3 |
* | pr-manager: Fix invalid g_free() crash bug | Markus Armbruster | 2019-09-10 | 1 | -1/+0 |
* | socket: Add num connections to qio_channel_socket_sync() | Juan Quintela | 2019-09-03 | 1 | -1/+2 |
* | iscsi: base all handling of check condition on scsi_sense_to_errno | Paolo Bonzini | 2019-07-15 | 1 | -3/+2 |
* | scsi: add guest-recoverable ZBC errors | Paolo Bonzini | 2019-07-15 | 1 | -0/+5 |
* | scsi: explicitly list guest-recoverable sense codes | Paolo Bonzini | 2019-07-15 | 1 | -0/+43 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 3 | -1/+3 |
* | Normalize header guard symbol definition. | Markus Armbruster | 2019-05-13 | 1 | -1/+2 |
* | log: Make glib logging go through QEMU | Christophe Fergeau | 2019-04-17 | 1 | -0/+1 |
* | trace-events: Shorten file names in comments | Markus Armbruster | 2019-03-22 | 1 | -1/+1 |
* | trace-events: Consistently point to docs/devel/tracing.txt | Markus Armbruster | 2019-03-22 | 1 | -0/+2 |
* | file-posix: Switch to .bdrv_co_ioctl | Kevin Wolf | 2018-12-14 | 2 | -13/+10 |
* | scsi: Address spurious clang warning | John Snow | 2018-11-28 | 1 | -1/+1 |
* | util: add qemu_write_pidfile() | Marc-André Lureau | 2018-10-02 | 1 | -35/+5 |
* | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu | 2018-08-28 | 1 | -2/+1 |
* | qemu-pr-helper: Fix build on CentOS 7 | Murilo Opsfelder Araujo | 2018-08-23 | 1 | -0/+4 |
* | pr-manager-helper: fix memory leak on event | Paolo Bonzini | 2018-07-06 | 1 | -0/+1 |
* | pr-helper: Rework socket path handling | Michal Privoznik | 2018-07-06 | 1 | -26/+10 |
* | pr-helper: avoid error on PR IN command with zero request size | Paolo Bonzini | 2018-07-06 | 1 | -33/+30 |
* | pr-manager-helper: report event on connection/disconnection | Paolo Bonzini | 2018-06-28 | 1 | -0/+14 |
* | pr-manager: add query-pr-managers QMP command | Paolo Bonzini | 2018-06-28 | 3 | -0/+64 |
* | pr-manager: put stubs in .c file | Paolo Bonzini | 2018-06-28 | 2 | -0/+25 |
* | pr-manager-helper: avoid SIGSEGV when writing to the socket fail | Paolo Bonzini | 2018-06-28 | 1 | -0/+1 |
* | pr-helper: fix assertion failure on failed multipath PERSISTENT RESERVE IN | Paolo Bonzini | 2018-06-28 | 1 | -1/+5 |
* | pr-helper: fix --socket-path default in help | Paolo Bonzini | 2018-06-28 | 1 | -7/+8 |
* | qemu-pr-helper: Write pidfile more often | Michal Privoznik | 2018-04-09 | 1 | -1/+5 |
* | qemu-pr-helper: Daemonize before dropping privileges | Michal Privoznik | 2018-04-09 | 1 | -7/+7 |
* | qemu-pr-helper: Actually allow users to specify pidfile | Michal Privoznik | 2018-03-26 | 1 | -3/+4 |
* | Polish the version strings containing the package version | Thomas Huth | 2018-03-12 | 1 | -1/+1 |
* | Clean up includes | Markus Armbruster | 2018-02-09 | 1 | -2/+0 |
* | scsi: fix scsi_convert_sense crash when in_buf == NULL && in_len == 0 | Paolo Bonzini | 2018-01-12 | 1 | -6/+6 |
* | scsi: replace hex constants with #defines | Paolo Bonzini | 2017-12-21 | 1 | -7/+7 |
* | scsi: provide general-purpose functions to manage sense data | Paolo Bonzini | 2017-12-21 | 1 | -72/+67 |
* | qemu-pr-helper: miscellaneous fixes | Paolo Bonzini | 2017-12-20 | 2 | -4/+36 |
* | qemu-pr-helper: use new libmultipath API | Paolo Bonzini | 2017-10-18 | 1 | -3/+14 |
* | scsi: add persistent reservation manager using qemu-pr-helper | Paolo Bonzini | 2017-09-22 | 2 | -1/+303 |
* | scsi: add multipath support to qemu-pr-helper | Paolo Bonzini | 2017-09-22 | 2 | -3/+353 |
* | scsi: build qemu-pr-helper | Paolo Bonzini | 2017-09-22 | 2 | -0/+776 |
* | scsi, file-posix: add support for persistent reservation management | Paolo Bonzini | 2017-09-22 | 3 | -0/+114 |
* | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini | 2017-09-19 | 1 | -1/+1 |
* | scsi: introduce sg_io_sense_from_errno | Paolo Bonzini | 2017-09-19 | 1 | -0/+35 |
* | scsi: introduce scsi_build_sense | Paolo Bonzini | 2017-09-19 | 1 | -0/+11 |
* | scsi: move non-emulation specific code to scsi/ | Paolo Bonzini | 2017-09-19 | 2 | -0/+493 |