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