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