1. 47b7446 util/async: replace __thread with QEMU TLS macros by Stefan Hajnoczi · 3 years ago
  2. 826cc32 aio-posix: split poll check from ready handler by Stefan Hajnoczi · 3 years, 2 months ago
  3. 1793ad0 iothread: add aio-max-batch parameter by Stefano Garzarella · 3 years, 6 months ago
  4. 023ca42 util/async: print leaked BH name when AioContext finalizes by Stefan Hajnoczi · 3 years, 10 months ago
  5. 0f08586 util/async: add a human-readable name to BHs for debugging by Stefan Hajnoczi · 3 years, 10 months ago
  6. 5f50be9 async: the main AioContext is only "current" if under the BQL by Paolo Bonzini · 3 years, 8 months ago
  7. 26b0b69 util/async: Add aio_co_reschedule_self() by Kevin Wolf · 4 years, 4 months ago
  8. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 4 months ago
  9. 601829f async: always set ctx->notified in aio_notify() by Stefan Hajnoczi · 4 years, 6 months ago
  10. c13be5a async: rename event_notifier_dummy_cb/poll() by Stefan Hajnoczi · 4 years, 6 months ago
  11. ba607ca aio-posix: disable fdmon-io_uring when GSource is used by Stefan Hajnoczi · 4 years, 9 months ago
  12. 5710a3e async: use explicit memory barriers by Paolo Bonzini · 4 years, 10 months ago
  13. 8c6b035 util/async: make bh_aio_poll() O(1) by Stefan Hajnoczi · 5 years ago
  14. fcb7a4a util/async: add aio interfaces for io_uring by Aarushi Mehta · 5 years ago
  15. 765e35d util/async: avoid useless cast by Frediano Ziglio · 5 years ago
  16. 873df2c win32: work around main-loop busy loop on socket/fd event by Marc-André Lureau · 5 years ago
  17. f0f8100 util/async: hold AioContext ref to prevent use-after-free by Stefan Hajnoczi · 6 years ago
  18. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  19. 6808ae0 util/async: use qemu_aio_coroutine_enter in co_schedule_bh_cb by Sergio Lopez · 6 years ago
  20. ed6e216 linux-aio: properly bubble up errors from initialization by Nishanth Aravamudan · 7 years ago
  21. cd0a6d2 iothread: fix epollfd leak in the process of delIOThread by Jie Wang · 7 years ago
  22. 6133b39 coroutine: abort if we try to schedule or enter a pending coroutine by Jeff Cody · 7 years ago
  23. ef6dada util/async: use atomic_mb_set in qemu_bh_cancel by Sergio Lopez · 7 years ago
  24. 8865852 async: Introduce aio_co_enter by Fam Zheng · 8 years ago
  25. 3f53bc6 cpus: define QEMUTimerListNotifyCB for QEMU system emulation by Paolo Bonzini · 8 years ago
  26. bd45143 async: remove unnecessary inc/dec pairs by Paolo Bonzini · 8 years ago
  27. a153bf5 aio-posix: partially inline aio_dispatch into aio_poll by Paolo Bonzini · 8 years ago
  28. 1919631 block: explicitly acquire aiocontext in bottom halves that need it by Paolo Bonzini · 8 years ago
  29. 0836c72 aio: push aio_context_acquire/release down to dispatching by Paolo Bonzini · 8 years ago
  30. 0c330a7 aio: introduce aio_co_schedule and aio_co_wake by Paolo Bonzini · 8 years ago
  31. c2b38b2 block: move AioContext, QEMUTimer, main-loop to libqemuutil by Paolo Bonzini · 8 years ago[Renamed (98%) from async.c]
  32. 7d506c9 async: optimize aio_bh_poll by Paolo Bonzini · 8 years ago
  33. d7c99a1 aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bh by Paolo Bonzini · 8 years ago
  34. cf2c02c aio: rename bh_lock to list_lock by Paolo Bonzini · 8 years ago
  35. 82a4118 aio: self-tune polling time by Stefan Hajnoczi · 8 years ago
  36. 4a1cba3 aio: add polling mode to AioContext by Stefan Hajnoczi · 8 years ago
  37. f6a51c8 aio: add AioPollFn and io_poll() interface by Stefan Hajnoczi · 8 years ago
  38. 721671a aio: add flag to skip fds to aio_dispatch() by Stefan Hajnoczi · 8 years ago
  39. 3fe7122 aio: convert from RFifoLock to QemuRecMutex by Paolo Bonzini · 8 years ago
  40. 65c1b5b iothread: release AioContext around aio_poll by Paolo Bonzini · 8 years ago
  41. c9d1a56 block: only call aio_poll on the current thread's AioContext by Paolo Bonzini · 8 years ago
  42. 5b8bb35 async: add aio_bh_schedule_oneshot by Paolo Bonzini · 8 years ago
  43. 7e00346 aio-posix: remove useless parameter by Cao jin · 9 years ago
  44. 6977d90 aio_ctx_check: follow CODING_STYLE by Cao jin · 9 years ago
  45. 0187f5c linux-aio: share one LinuxAioState within an AioContext by Paolo Bonzini · 9 years ago
  46. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  47. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  48. 37fcee5 aio: Introduce aio_context_setup by Fam Zheng · 9 years ago
  49. df281b8 bottom halves: introduce bh call function by Pavel Dovgalyuk · 9 years ago
  50. dca21ef aio: Add "is_external" flag for event handlers by Fam Zheng · 9 years ago
  51. ca96ac4 AioContext: force event loop iteration using BH by Stefan Hajnoczi · 10 years ago
  52. a076972 AioContext: avoid leaking BHs on cleanup by Stefan Hajnoczi · 10 years ago
  53. 05e514b AioContext: optimize clearing the EventNotifier by Paolo Bonzini · 10 years ago
  54. 21a03d1 AioContext: fix broken placement of event_notifier_test_and_clear by Paolo Bonzini · 10 years ago
  55. eabc977 AioContext: fix broken ctx->dispatching optimization by Paolo Bonzini · 10 years ago
  56. da5e1de Revert "iothread: release iothread around aio_poll" by Stefan Hajnoczi · 10 years ago
  57. a0710f7 iothread: release iothread around aio_poll by Paolo Bonzini · 10 years ago
  58. e98ab09 aio-posix: move pollfds to thread-local storage by Paolo Bonzini · 10 years ago
  59. e8d3b1a aio: strengthen memory barriers for bottom half scheduling by Paolo Bonzini · 10 years ago
  60. ee82310 block: replace g_new0 with g_new for bottom half allocation. by Paolo Bonzini · 10 years ago
  61. fcf5def block: mark AioContext as recursive by Paolo Bonzini · 10 years ago
  62. 3ba235a block: Use g_new0() for a bit of extra type checking by Markus Armbruster · 10 years ago
  63. 2f78e49 async: aio_context_new(): Handle event_notifier_init failure by Chrysostomos Nanakos · 10 years ago
  64. a3462c6 AioContext: introduce aio_prepare by Paolo Bonzini · 11 years ago
  65. e4c7e2d AioContext: export and use aio_dispatch by Paolo Bonzini · 11 years ago
  66. 845ca10 AioContext: take bottom halves into account when computing aio_poll timeout by Paolo Bonzini · 11 years ago
  67. 0ceb849 AioContext: speed up aio_notify by Paolo Bonzini · 11 years ago
  68. 924fe12 aio: fix qemu_bh_schedule() bh->ctx race condition by Stefan Hajnoczi · 11 years ago
  69. 98563fc aio: add aio_context_acquire() and aio_context_release() by Stefan Hajnoczi · 11 years ago
  70. 533a8cf aio / timers: aio_ctx_prepare sets timeout from AioContext timers by Alex Bligh · 11 years ago
  71. d5541d8 aio / timers: Add a notify callback to QEMUTimerList by Alex Bligh · 11 years ago
  72. dae21b9 aio / timers: Add QEMUTimerListGroup to AioContext by Alex Bligh · 11 years ago
  73. f2e5dca aio: drop io_flush argument by Stefan Hajnoczi · 12 years ago
  74. dcc772e QEMUBH: make AioContext's bh re-entrant by Liu Ping Fan · 12 years ago
  75. 9b34277 aio: add a ThreadPool instance to AioContext by Stefan Hajnoczi · 12 years ago
  76. 6b5f876 aio: convert aio_poll() to g_poll(3) by Stefan Hajnoczi · 12 years ago
  77. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  78. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  79. c57b665 aio: Get rid of qemu_aio_flush() by Kevin Wolf · 12 years ago
  80. f5022a1 aio: fix aio_ctx_prepare with idle bottom halves by Paolo Bonzini · 12 years ago
  81. 22bfa75 aio: clean up now-unused functions by Paolo Bonzini · 12 years ago
  82. 2f4dc3c aio: add aio_notify by Paolo Bonzini · 12 years ago
  83. e3713e0 aio: make AioContexts GSources by Paolo Bonzini · 12 years ago
  84. 7c0628b aio: add non-blocking variant of aio_wait by Paolo Bonzini · 12 years ago
  85. a915f4b aio: add I/O handlers to the AioContext interface by Paolo Bonzini · 12 years ago
  86. f627aab aio: introduce AioContext, move bottom halves there by Paolo Bonzini · 12 years ago
  87. 9b47b17 async: Use bool for boolean struct members and remove a hole by Stefan Weil · 13 years ago
  88. 7c7db75 main_loop_wait: block indefinitely by Stefano Stabellini · 13 years ago
  89. 44a9b35 main-loop: create main-loop.h by Paolo Bonzini · 13 years ago
  90. 648fb0e async: Allow nested qemu_bh_poll calls by Kevin Wolf · 13 years ago
  91. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  92. 384acbf async: Remove AsyncContext by Kevin Wolf · 14 years ago
  93. 7887f62 Allow nested qemu_bh_poll() after BH deletion by Kevin Wolf · 14 years ago
  94. 9a1e948 Introduce contexts for asynchronous callbacks by Kevin Wolf · 15 years ago
  95. 4f999d0 Split out bottom halves by Kevin Wolf · 15 years ago