| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 2021-06-02 | 1 | -1/+1 |
* | scsi: fix sense code for EREMOTEIO | Paolo Bonzini | 2021-03-16 | 1 | -2/+2 |
* | scsi: inline sg_io_sense_from_errno() into the callers. | Hannes Reinecke | 2021-03-06 | 2 | -30/+17 |
* | scsi: Add mapping for generic SCSI_HOST status to sense codes | Hannes Reinecke | 2021-03-06 | 1 | -7/+58 |
* | scsi: Rename linux-specific SG_ERR codes to generic SCSI_HOST error codes | Hannes Reinecke | 2021-03-06 | 1 | -3/+3 |
* | scsi: introduce scsi_sense_from_errno() | Paolo Bonzini | 2021-02-25 | 1 | -10/+41 |
* | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake | 2021-01-28 | 1 | -8/+2 |
* | scsi/utils: Add INVALID_PARAM_VALUE sense code definition | Philippe Mathieu-Daudé | 2021-01-22 | 1 | -0/+5 |
* | trace: remove argument from trace_init_file | Paolo Bonzini | 2020-11-11 | 1 | -4/+2 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-22 | 1 | -1/+1 |
|\ |
|
| * | qemu/: fix some comment spelling errors | zhaolichang | 2020-09-17 | 1 | -1/+1 |
* | | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
|/ |
|
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -3/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | scsi: Remove superfluous breaks | Liao Pingfang | 2020-09-01 | 1 | -4/+0 |
* | meson: convert block | Marc-André Lureau | 2020-08-21 | 2 | -4/+4 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | qom: Change object_get_canonical_path_component() not to malloc | Markus Armbruster | 2020-07-21 | 2 | -3/+2 |
* | error: Use error_reportf_err() where appropriate | Markus Armbruster | 2020-05-27 | 1 | -2/+2 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -2/+1 |
* | scsi/qemu-pr-helper: Fix out-of-bounds access to trnptid_list[] | Christophe de Dinechin | 2020-03-16 | 1 | -7/+10 |
* | build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG | Paolo Bonzini | 2019-12-17 | 1 | -6/+6 |
* | 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 |