1. b88651c QIOChannel: Add flags on io_writev and introduce io_flush callback by Leonardo Bras · 2 years, 10 months ago
  2. 1fbf266 util: replace qemu_get_local_state_pathname() by Marc-André Lureau · 2 years, 11 months ago
  3. 49f9522 include: rename qemu-common.h qemu/help-texts.h by Marc-André Lureau · 2 years, 11 months ago
  4. c5955f4 util/log: Pass Error pointer to qemu_set_log by Richard Henderson · 2 years, 11 months ago
  5. f9734d5 error: Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 3 years, 8 months ago
  6. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 10 months ago
  7. dc293f6 scsi: fix sense code for EREMOTEIO by Paolo Bonzini · 4 years ago
  8. a108557 scsi: inline sg_io_sense_from_errno() into the callers. by Hannes Reinecke · 4 years, 4 months ago
  9. db66a15 scsi: Add mapping for generic SCSI_HOST status to sense codes by Hannes Reinecke · 4 years, 4 months ago
  10. 41af878 scsi: Rename linux-specific SG_ERR codes to generic SCSI_HOST error codes by Hannes Reinecke · 4 years, 4 months ago
  11. d7a8402 scsi: introduce scsi_sense_from_errno() by Paolo Bonzini · 4 years ago
  12. c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years, 2 months ago
  13. 2e8f72a scsi/utils: Add INVALID_PARAM_VALUE sense code definition by Philippe Mathieu-Daudé · 4 years, 2 months ago
  14. 92eecff trace: remove argument from trace_init_file by Paolo Bonzini · 4 years, 4 months ago
  15. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 6 months ago
  16. 834b927 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 6 months ago
  17. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  18. e3a6e0d qemu/: fix some comment spelling errors by zhaolichang · 4 years, 6 months ago
  19. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  20. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  21. 2e8f68e scsi: Remove superfluous breaks by Liao Pingfang · 4 years, 8 months ago
  22. 5e5733e meson: convert block by Marc-André Lureau · 6 years ago
  23. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  24. 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 8 months ago
  25. 5217f18 error: Use error_reportf_err() where appropriate by Markus Armbruster · 4 years, 10 months ago
  26. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  27. 4ce1e15 scsi/qemu-pr-helper: Fix out-of-bounds access to trnptid_list[] by Christophe de Dinechin · 5 years ago
  28. a358bca build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG by Paolo Bonzini · 5 years ago
  29. b2aca78 qemu-pr-helper: fix crash in mpath_reconstruct_sense by Maxim Levitsky · 5 years ago
  30. 6b9d62c pr-manager: Fix invalid g_free() crash bug by Markus Armbruster · 6 years ago
  31. 4e2d8bf socket: Add num connections to qio_channel_socket_sync() by Juan Quintela · 6 years ago
  32. 8c46026 iscsi: base all handling of check condition on scsi_sense_to_errno by Paolo Bonzini · 6 years ago
  33. 396ce7b scsi: add guest-recoverable ZBC errors by Paolo Bonzini · 6 years ago
  34. bdf9613 scsi: explicitly list guest-recoverable sense codes by Paolo Bonzini · 6 years ago
  35. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  36. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  37. 177d9e0 Normalize header guard symbol definition. by Markus Armbruster · 6 years ago
  38. f5852ef log: Make glib logging go through QEMU by Christophe Fergeau · 6 years ago
  39. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  40. e68b3ba trace-events: Consistently point to docs/devel/tracing.txt by Markus Armbruster · 6 years ago
  41. 2f3a7ab file-posix: Switch to .bdrv_co_ioctl by Kevin Wolf · 6 years ago
  42. 039d4e3 scsi: Address spurious clang warning by John Snow · 6 years ago
  43. 9e6bdef util: add qemu_write_pidfile() by Marc-André Lureau · 7 years ago
  44. 3ab7238 qapi: Drop qapi_event_send_FOO()'s Error ** argument by Peter Xu · 7 years ago
  45. 1b0578f qemu-pr-helper: Fix build on CentOS 7 by Murilo Opsfelder Araujo · 7 years ago
  46. ea3d77c pr-manager-helper: fix memory leak on event by Paolo Bonzini · 7 years ago
  47. 2729d79 pr-helper: Rework socket path handling by Michal Privoznik · 7 years ago
  48. ee8c13b pr-helper: avoid error on PR IN command with zero request size by Paolo Bonzini · 7 years ago
  49. e2c81a4 pr-manager-helper: report event on connection/disconnection by Paolo Bonzini · 7 years ago
  50. 5f64089 pr-manager: add query-pr-managers QMP command by Paolo Bonzini · 7 years ago
  51. 58b3017 pr-manager: put stubs in .c file by Paolo Bonzini · 7 years ago
  52. aad1004 pr-manager-helper: avoid SIGSEGV when writing to the socket fail by Paolo Bonzini · 7 years ago
  53. 86933b4 pr-helper: fix assertion failure on failed multipath PERSISTENT RESERVE IN by Paolo Bonzini · 7 years ago
  54. 50fa332 pr-helper: fix --socket-path default in help by Paolo Bonzini · 7 years ago
  55. bd6b1c8 qemu-pr-helper: Write pidfile more often by Michal Privoznik · 7 years ago
  56. 8dc0bf2 qemu-pr-helper: Daemonize before dropping privileges by Michal Privoznik · 7 years ago
  57. f8e1a98 qemu-pr-helper: Actually allow users to specify pidfile by Michal Privoznik · 7 years ago
  58. 7e563bf Polish the version strings containing the package version by Thomas Huth · 7 years ago
  59. 8f0a371 Clean up includes by Markus Armbruster · 7 years ago
  60. 2770c90 scsi: fix scsi_convert_sense crash when in_buf == NULL && in_len == 0 by Paolo Bonzini · 7 years ago
  61. 9661e20 scsi: replace hex constants with #defines by Paolo Bonzini · 7 years ago
  62. f68d98b scsi: provide general-purpose functions to manage sense data by Paolo Bonzini · 7 years ago
  63. a4a9b6e qemu-pr-helper: miscellaneous fixes by Paolo Bonzini · 7 years ago
  64. b3f1c8c qemu-pr-helper: use new libmultipath API by Paolo Bonzini · 7 years ago
  65. 9bad2a6 scsi: add persistent reservation manager using qemu-pr-helper by Paolo Bonzini · 8 years ago
  66. fe8fc5a scsi: add multipath support to qemu-pr-helper by Paolo Bonzini · 8 years ago
  67. b855f8d scsi: build qemu-pr-helper by Paolo Bonzini · 8 years ago
  68. 7c9e527 scsi, file-posix: add support for persistent reservation management by Paolo Bonzini · 8 years ago
  69. 08e2c9f scsi: move block/scsi.h to include/scsi/constants.h by Paolo Bonzini · 8 years ago
  70. 1ead6b4 scsi: introduce sg_io_sense_from_errno by Paolo Bonzini · 8 years ago
  71. a376046 scsi: introduce scsi_build_sense by Paolo Bonzini · 8 years ago
  72. e5b5728 scsi: move non-emulation specific code to scsi/ by Paolo Bonzini · 8 years ago