1. ba59fb7 QemuMutex: support --enable-debug-mutex by Paolo Bonzini · 7 years ago
  2. f1aff7a qemu-thread: introduce qemu-thread-common.h by Peter Xu · 7 years ago
  3. 33836a7 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into staging by Peter Maydell · 7 years ago
  4. 0f01b9f Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  5. a33fbb4 hbitmap: Add @advance param to hbitmap_iter_next() by Max Reitz · 7 years ago
  6. 4745146 monitor: add lock to protect mon_fdsets by Peter Xu · 7 years ago
  7. 32359d5 qht: return existing entry when qht_insert fails by Emilio G. Cota · 8 years ago
  8. 61b8cef qht: require a default comparison function by Emilio G. Cota · 8 years ago
  9. 609f45e block: Add block-specific QDict header by Max Reitz · 7 years ago
  10. 719a307 Purge uses of banned g_assert_FOO() by Markus Armbruster · 7 years ago
  11. 7f3fb00 qemu-option: Pull out "Supported options" print by Max Reitz · 7 years ago
  12. 0d514fa Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 7 years ago
  13. 21891a5 main-loop: drop spin_counter by Stefan Hajnoczi · 7 years ago
  14. 4f938cb memfd: Avoid Coverity warning about integer overflow by Peter Maydell · 7 years ago
  15. eecf5ee util: implement simple iova tree by Peter Xu · 7 years ago
  16. d29eb67 replace functions which are only available in glib-2.24 by Olaf Hering · 7 years ago
  17. 4a4ff4c Remove unnecessary variables for function return value by Laurent Vivier · 7 years ago
  18. cd0a6d2 iothread: fix epollfd leak in the process of delIOThread by Jie Wang · 7 years ago
  19. ae76518 tcg: Optionally log FPU state in TCG -d cpu logging by Peter Maydell · 7 years ago
  20. 950c4e6 opts: don't silently truncate long option values by Daniel P. Berrangé · 7 years ago
  21. e652714 opts: don't silently truncate long parameter keys by Daniel P. Berrangé · 7 years ago
  22. 20efc49 accel: use g_strsplit for parsing accelerator names by Daniel P. Berrangé · 7 years ago
  23. d820fa5 qemu-thread: always keep the posix wrapper layer by Peter Xu · 7 years ago
  24. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  25. 0de6e2a Make qemu_mempath_getpagesize() accept NULL by David Gibson · 7 years ago
  26. 648abbf memfd: fix vhost-user-test on non-memfd capable host by Marc-André Lureau · 7 years ago
  27. d697484 sys_membarrier: fix up include directives by Bruce Rogers · 7 years ago
  28. c40a254 coroutine: avoid co_queue_wakeup recursion by Stefan Hajnoczi · 7 years ago
  29. 90c558b iothread: fix breakage on windows by Peter Xu · 7 years ago
  30. 7dc847e qapi: Replace qobject_to_X(o) by qobject_to(X, o) by Max Reitz · 7 years ago
  31. 3788c7b Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  32. 1723d6b sockets: allow SocketAddress 'fd' to reference numeric file descriptors by Daniel P. Berrange · 7 years ago
  33. 30bdb3c sockets: check that the named file descriptor is a socket by Daniel P. Berrange · 7 years ago
  34. 58dc31f sockets: move fd_is_socket() into common sockets code by Daniel P. Berrange · 7 years ago
  35. 473a2a3 cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int types by Daniel P. Berrange · 7 years ago
  36. 834eddf Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 7 years ago
  37. d759c95 replay: push replay_mutex_lock up the call tree by Alex Bennée · 7 years ago
  38. 4b930d2 replay: save prior value of the host clock by Pavel Dovgalyuk · 7 years ago
  39. a40161c membarrier: add --enable-membarrier by Paolo Bonzini · 7 years ago
  40. c8d3877 membarrier: introduce qemu/sys_membarrier.h by Paolo Bonzini · 7 years ago
  41. 77a8b84 rcu: make memory barriers more explicit by Paolo Bonzini · 7 years ago
  42. b16a54d Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180312-pull-request' into staging by Peter Maydell · 7 years ago
  43. 7376eda block: make BDRV_POLL_WHILE() re-entrancy safe by Stefan Hajnoczi · 7 years ago
  44. 12c06d6 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  45. 0e39c4a build: try improve handling of clang warnings by Gerd Hoffmann · 7 years ago
  46. 7221539 util: Add qemu_opts_to_qdict_filtered() by Kevin Wolf · 7 years ago
  47. b89d92f block: add aio_wait_bh_oneshot() by Stefan Hajnoczi · 7 years ago
  48. 58e2e17 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  49. f2bb2d1 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 7 years ago
  50. a151516 util/uri.c: wrap single statement blocks with braces {} by Su Hang · 7 years ago
  51. 42fa272 util/uri.c: remove brackets that wrap `return` statement's content. by Su Hang · 7 years ago
  52. be95ada util/uri.c: Coding style check, Only whitespace involved by Su Hang · 7 years ago
  53. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
  54. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  55. 7719f3c block: extract AIO_WAIT_WHILE() from BlockDriverState by Stefan Hajnoczi · 7 years ago
  56. 78d8c99 block/nvme: fix Coverity reports by Paolo Bonzini · 7 years ago
  57. 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
  58. d2f668b misc: fix spelling by Marc-André Lureau · 7 years ago
  59. 8f801ba async: use ARRAY_SIZE macro by Philippe Mathieu-Daudé · 8 years ago
  60. 9bc5a71 oslib-posix: check for posix_memalign in configure script by Andreas Gustafsson · 7 years ago
  61. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  62. 47e6b29 Include qapi/qmp/qlist.h exactly where needed by Markus Armbruster · 7 years ago
  63. 15280c3 qdict qlist: Make most helper macros functions by Markus Armbruster · 7 years ago
  64. 6b67395 Eliminate qapi/qmp/types.h by Markus Armbruster · 7 years ago
  65. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  66. 008a51b Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into staging by Peter Maydell · 7 years ago
  67. b256b89 Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging by Peter Maydell · 7 years ago
  68. 418026c util: Introduce vfio helpers by Fam Zheng · 7 years ago
  69. 5261dd7 coroutine-lock: make qemu_co_enter_next thread-safe by Paolo Bonzini · 7 years ago
  70. 1a957cf coroutine-lock: convert CoQueue to use QemuLockable by Paolo Bonzini · 7 years ago
  71. 3260cdf hbitmap: fix missing restore count when finish deserialization by Liang Li · 7 years ago
  72. 2ef8c0c memfd: add hugetlbsize argument by Marc-André Lureau · 7 years ago
  73. c5b2a9e memfd: add hugetlb support by Marc-André Lureau · 7 years ago
  74. 0f2956f memfd: add error argument, instead of perror() by Marc-André Lureau · 7 years ago
  75. d83414e ucontext: annotate coroutine stack for ASAN by Marc-André Lureau · 7 years ago
  76. 3e32370 sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addr by Daniel P. Berrange · 7 years ago
  77. 4183e2e readline: don't free completions in readline_free() by Greg Kurz · 7 years ago
  78. f78b6f9 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  79. e044c0f Revert "qemu: add a cleanup callback function to EventNotifier" by Michael S. Tsirkin · 7 years ago
  80. f86428a osdep: Retry SETLK upon EINTR by Fam Zheng · 7 years ago
  81. e3ab04d memfd: remove needless include by Marc-André Lureau · 7 years ago
  82. dcff103 memfd: split qemu_memfd_alloc() by Marc-André Lureau · 7 years ago
  83. f87d72f qemu: add a cleanup callback function to EventNotifier by Gal Hammer · 7 years ago
  84. 6c27a0d util/qemu-thread-*: add qemu_lock, locked and unlock trace events by Alex Bennée · 7 years ago
  85. b11e20f qemu-config: fix leak in query-command-line-options by Marc-André Lureau · 7 years ago
  86. e5dc1a6 readline: add a free function by Marc-André Lureau · 7 years ago
  87. 23bafd7 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  88. c3e7267 Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into staging by Peter Maydell · 7 years ago
  89. 5a22ab7 rcu: reduce more than 7MB heap memory by malloc_trim() by Yang Zhong · 7 years ago
  90. 6247351 sockets: remove obsolete code that updated listen address by Daniel P. Berrange · 7 years ago
  91. 68a9398 qemu-thread: fix races on threads that exit very quickly by linzhecheng · 7 years ago
  92. 75e5b70 memfd: fix configure test by Paolo Bonzini · 7 years ago
  93. bfab1ae util: add is_equal to UUID API by Roman Kagan · 7 years ago
  94. 200780a Merge remote-tracking branch 'remotes/armbru/tags/pull-cmdline-2017-12-18-v2' into staging by Peter Maydell · 7 years ago
  95. f1faf2d Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 7 years ago
  96. 3e05349 option: Drop unused get_param_value(), get_next_param_value() by Markus Armbruster · 7 years ago
  97. da78e38 option: Remove shadowing opt decl from qemu_opt_print() by Dr. David Alan Gilbert · 7 years ago
  98. 03c1c09 Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging by Peter Maydell · 7 years ago
  99. 78f1d3d coroutine: simplify co_aio_sleep_ns() prototype by Stefan Hajnoczi · 7 years ago
  100. 56207df hbitmap: add next_zero function by Vladimir Sementsov-Ogievskiy · 7 years ago