1. 3e9418e Revert "main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously" by Jan Kiszka · 10 years ago
  2. 15124e1 main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously by Peter Maydell · 10 years ago
  3. 2f78e49 async: aio_context_new(): Handle event_notifier_init failure by Chrysostomos Nanakos · 10 years ago
  4. 87f68d3 block: drop aio functions that operate on the main AioContext by Paolo Bonzini · 11 years ago
  5. 01c22f2 main-loop: Suppress "I/O thread spun" warnings for qtest by Peter Maydell · 11 years ago
  6. a42e9c4 slirp: set mainloop timeout with more precise value by Liu Ping Fan · 11 years ago
  7. 40daca5 aio / timers: Rearrange timer.h & make legacy functions call non-legacy by Alex Bligh · 11 years ago
  8. 6d32717 aio / timers: Remove alarm timers by Alex Bligh · 11 years ago
  9. 7b595f3 aio / timers: Convert mainloop to use timeout by Alex Bligh · 11 years ago
  10. f2e5dca aio: drop io_flush argument by Stefan Hajnoczi · 12 years ago
  11. 520b6dd main-loop: do not include slirp/slirp.h, use libslirp.h instead by Michael Tokarev · 12 years ago
  12. 3cb8c20 main-loop: partial revert of 5e3bc73 by Stefan Hajnoczi · 12 years ago
  13. 8db165b main-loop: narrow win32 pollfds_fill() event bitmasks by Stefan Hajnoczi · 12 years ago
  14. 893986f main-loop: drop the BQL if the I/O appears to be spinning by Anthony Liguori · 12 years ago
  15. 5f3aa1f main-loop: add qemu_get_aio_context() by Stefan Hajnoczi · 12 years ago
  16. 9cbaacf main-loop: drop rfds/wfds/xfds for good by Stefan Hajnoczi · 12 years ago
  17. a3e4b4a iohandler: switch to GPollFD by Stefan Hajnoczi · 12 years ago
  18. 8917c3b slirp: switch to GPollFD by Stefan Hajnoczi · 12 years ago
  19. 48ce11f main-loop: switch POSIX glib integration to GPollFD by Stefan Hajnoczi · 12 years ago
  20. cbff4b3 main-loop: switch to g_poll() on POSIX hosts by Stefan Hajnoczi · 12 years ago
  21. 134a03e main-loop: fix select_ret uninitialized variable warning by Stefan Hajnoczi · 12 years ago
  22. 5e3bc73 Check return values from g_poll and select by Fabien Chouteau · 12 years ago
  23. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  24. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  25. c57b665 aio: Get rid of qemu_aio_flush() by Kevin Wolf · 12 years ago
  26. 49cf572 vl: delay thread initialization after daemonization by Paolo Bonzini · 12 years ago
  27. f9ab465 vl: unify calls to init_timer_alarm by Paolo Bonzini · 12 years ago
  28. 4c8d0d2 main-loop: use aio_notify for qemu_notify_event by Paolo Bonzini · 15 years ago
  29. 82cbbdc main-loop: use GSource to poll AIO file descriptors by Paolo Bonzini · 12 years ago
  30. f42b220 aio: add Win32 implementation by Paolo Bonzini · 13 years ago
  31. 7c0628b aio: add non-blocking variant of aio_wait by Paolo Bonzini · 12 years ago
  32. a915f4b aio: add I/O handlers to the AioContext interface by Paolo Bonzini · 12 years ago
  33. f627aab aio: introduce AioContext, move bottom halves there by Paolo Bonzini · 12 years ago
  34. 172061a main-loop: unify qemu_init_main_loop between QEMU and tools by Paolo Bonzini · 12 years ago
  35. 3239ad0 main-loop: Calculate poll timeout using timeout argument by Stefan Weil · 13 years ago
  36. 42fe1c2 main-loop: Fix build for w32 and w64 by Stefan Weil · 13 years ago
  37. 7c7db75 main_loop_wait: block indefinitely by Stefano Stabellini · 13 years ago
  38. 58b9630 w64: Fix type cast in os_host_main_loop_wait by Stefan Weil · 13 years ago
  39. 72fe3aa Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  40. ea26ce7 main-loop: integrate glib sources for w32 by Paolo Bonzini · 13 years ago
  41. 06ac7d4 main-loop: replace WaitForMultipleObjects with g_poll by Paolo Bonzini · 13 years ago
  42. d3385eb main-loop: interrupt wait when data arrives on a socket by Paolo Bonzini · 13 years ago
  43. 1545553 main-loop: disable fd_set-based glib integration under w32 by Paolo Bonzini · 13 years ago
  44. 4dae83a main loop: use msec-based timeout in glib_select_fill by Paolo Bonzini · 13 years ago
  45. a92433a main-loop: make qemu_event_handle static by Frediano Ziglio · 13 years ago
  46. d34e8f6 main-loop: For tools, initialize timers as part of qemu_init_main_loop() by Michael Roth · 13 years ago
  47. ee77dfb main-loop: Fix SetEvent() on uninitialized handle on win32 by Michael Roth · 13 years ago
  48. 4aa7534 cleanup, save a syscall by Lai Jiangshan · 13 years ago
  49. 0ec024f main-loop: Add missing include file by Stefan Weil · 13 years ago
  50. d3b12f5 main-loop: create main-loop.c by Paolo Bonzini · 13 years ago