1. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 4 months ago
  2. 3cf10b2 util/qemu-timer: Fix typo in description by Philippe Mathieu-Daudé · 4 years, 6 months ago
  3. 677a3ba replay: synchronize on every virtual timer callback by Pavel Dovgalyuk · 4 years, 8 months ago
  4. 6e8a355 lockable: replaced locks with lock guard macros where appropriate by Daniel Brodsky · 4 years, 10 months ago
  5. 3284c3d lockable: add lock guards by Stefan Hajnoczi · 4 years, 11 months ago
  6. 5bd3435 qemu-timer: reuse MIN macro in qemu_timeout_ns_to_ms by Frediano Ziglio · 5 years ago
  7. dcb1578 util/qemu-timer: refactor deadline calculation for external timers by Pavel Dovgalyuk · 6 years ago
  8. 3c2d4c8 timer: last, remove last bits of last by Dr. David Alan Gilbert · 6 years ago
  9. 4ea9a0e timer: Remove reset notifiers by Dr. David Alan Gilbert · 6 years ago
  10. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 5 years ago
  11. e81f867 qemu-timer: avoid checkpoints for virtual clock timers in external subsystems by Artem Pisarenko · 6 years ago
  12. 89a603a qemu-timer: introduce timer attributes by Artem Pisarenko · 6 years ago
  13. 05ff8dc Revert some patches from recent [PATCH v6] "Fixing record/replay and adding reverse debugging" by Artem Pisarenko · 6 years ago
  14. 87f4fe7 timer: introduce new virtual clock by Pavel Dovgalyuk · 6 years ago
  15. e4dab94 timer: remove replay clock probe in deadline calculation by Pavel Dovgalyuk · 7 years ago
  16. 4b930d2 replay: save prior value of the host clock by Pavel Dovgalyuk · 7 years ago
  17. 6b8f018 icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread by Paolo Bonzini · 8 years ago
  18. 3f53bc6 cpus: define QEMUTimerListNotifyCB for QEMU system emulation by Paolo Bonzini · 8 years ago
  19. d2528bd qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h by Paolo Bonzini · 8 years ago
  20. 33bef0b qemu-timer: fix off-by-one by Paolo Bonzini · 8 years ago
  21. e703dcb timer: use an inline function for free by Marc-André Lureau · 8 years ago
  22. c2b38b2 block: move AioContext, QEMUTimer, main-loop to libqemuutil by Paolo Bonzini · 8 years ago[Renamed from qemu-timer.c]
  23. 8caa05d qemu-timer: check active_timers outside lock/event by Paolo Bonzini · 8 years ago
  24. 3fdd0ee timer: set vm_clock disabled default by Gonglei · 8 years ago
  25. 5029b96 qemu-timer: Use DIV_ROUND_UP by Laurent Vivier · 9 years ago
  26. e76d179 icount: decouple warp calls by Pavel Dovgalyuk · 9 years ago
  27. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  28. 8bd7f71 replay: checkpoints by Pavel Dovgalyuk · 9 years ago
  29. 8eda206 replay: recording and replaying clock ticks by Pavel Dovgalyuk · 9 years ago
  30. e4efd8a qemu-timer: initialize "timers_done_ev" to set by Paolo Bonzini · 10 years ago
  31. fb1a3a0 qemu-timer: Call clock reset notifiers on forward jumps by Paul Donohue · 10 years ago
  32. 1ac0206 qemu-timer.c: Trim list of included headers by Peter Maydell · 10 years ago
  33. cd1bd53 qemu-timer: introduce timer_deinit by Paolo Bonzini · 10 years ago
  34. f186aa9 qemu-timer: rename timer_init to timer_init_tl by Paolo Bonzini · 10 years ago
  35. dfa9c2a Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  36. 4e7fa73 timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock by Pavel Dovgalyuk · 10 years ago
  37. 490309f qemu-timer: Avoid overflows when converting timeout to struct timespec by Peter Maydell · 10 years ago
  38. 02ce232 vl.c: remove init_clocks call from main by Kirill Batuzov · 11 years ago
  39. fbdb664 qemu-timer: Add missing 'static' attribute by Stefan Weil · 11 years ago
  40. add40e9 timer: add timer_mod_anticipate and timer_mod_anticipate_ns by Paolo Bonzini · 11 years ago
  41. 0f809e5 timer: extract timer_mod_ns_locked and timerlist_rearm by Paolo Bonzini · 11 years ago
  42. 3c05341 timer: make qemu_clock_enable sync between disable and timer's cb by Liu Ping Fan · 11 years ago
  43. 3db1ee7 qemu-timer: do not take the lock in timer_pending by Paolo Bonzini · 11 years ago
  44. 978f220 qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe by Stefan Hajnoczi · 11 years ago
  45. da718ce qemu-timer: drop outdated signal safety comments by Stefan Hajnoczi · 11 years ago
  46. b4049b7 aio / timers: Remove legacy interface by Alex Bligh · 11 years ago
  47. 7bf8fbd aio / timers: Remove main_loop_timerlist by Alex Bligh · 11 years ago
  48. 40daca5 aio / timers: Rearrange timer.h & make legacy functions call non-legacy by Alex Bligh · 11 years ago
  49. 63111b6 aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline by Alex Bligh · 11 years ago
  50. 6d32717 aio / timers: Remove alarm timers by Alex Bligh · 11 years ago
  51. ac70aaf aio / timers: Use all timerlists in icount warp calculations by Alex Bligh · 11 years ago
  52. b1bbfe7 aio / timers: On timer modification, qemu_notify or aio_notify by Alex Bligh · 11 years ago
  53. d5541d8 aio / timers: Add a notify callback to QEMUTimerList by Alex Bligh · 11 years ago
  54. 754d6a5 aio / timers: Add QEMUTimerListGroup and helper functions by Alex Bligh · 11 years ago
  55. ff83c66 aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList by Alex Bligh · 11 years ago
  56. f9a976b aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress by Alex Bligh · 11 years ago
  57. cd758dd aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack by Alex Bligh · 11 years ago
  58. 4e0c652 aio / timers: add ppoll support with qemu_poll_ns by Alex Bligh · 11 years ago
  59. 043a7e1 aio / timers: Consistent treatment of disabled clocks for deadlines by Alex Bligh · 11 years ago
  60. 02a03a9 aio / timers: add qemu-timer.c utility functions by Alex Bligh · 11 years ago
  61. 58ac56b aio / timers: Rename qemu_new_clock and expose clock types by Alex Bligh · 11 years ago
  62. e93379b aio / timers: Rename qemu_timer_* functions by Alex Bligh · 11 years ago
  63. 0727b86 qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32 by Paolo Bonzini · 12 years ago
  64. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  65. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  66. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  67. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  68. 7fa22f2 net: do not include net.h everywhere by Paolo Bonzini · 12 years ago
  69. 253ecf8 qemu-timer: Fix compilation for non-POSIX hosts by Stefan Weil · 12 years ago
  70. 30ea833 build: pthread_atfork() needs include of pthread.h by Anthony Liguori · 12 years ago
  71. c8122c3 qemu-timer: reinitialize timers after fork by Paolo Bonzini · 12 years ago
  72. f563a5d Merge remote-tracking branch 'origin/master' into threadpool by Paolo Bonzini · 12 years ago
  73. 744ca8e qemu-timer: make initialization functions idempotent by Paolo Bonzini · 12 years ago
  74. 1e9737d qemu-timer: Check for usable fields for SIGEV_THREAD_ID by Richard Henderson · 12 years ago
  75. 144b97c qemu-timer: simplify qemu_run_timers by Paolo Bonzini · 12 years ago
  76. de18875 qemu-timer: properly arm alarm timer for timers set by device initialization by Paolo Bonzini · 12 years ago
  77. 8227421 qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAX by Stefano Stabellini · 13 years ago
  78. c8057f9 Support 'help' as a synonym for '?' in command line options by Peter Maydell · 12 years ago
  79. 52ef651 qemu-timer: Fix wrong error message by Stefan Weil · 13 years ago
  80. 165ceac qemu-timer: Move include for __FreeBSD_version to header by Andreas Faerber · 13 years ago
  81. 40f08e8 qemu-timer: Fix limits for w32 mmtimer by Stefan Weil · 13 years ago
  82. 9a14b29 qemu-timer: Optimize data structures by Stefan Weil · 13 years ago
  83. 8205199 qemu-timer: Remove function alarm_has_dynticks by Stefan Weil · 13 years ago
  84. 5e1ec7b qemu-timer: Use bool, false, true for boolean values by Stefan Weil · 13 years ago
  85. c4879f2 qemu-timer: Remove unused function qemu_alarm_pending by Stefan Weil · 13 years ago
  86. bff9f8b qemu-timer: Remove redundant include statements by Stefan Weil · 13 years ago
  87. 7c7db75 main_loop_wait: block indefinitely by Stefano Stabellini · 13 years ago
  88. 4ffd16f qemu_next_alarm_deadline: check the expire time of a clock only if it is enabled by Stefano Stabellini · 13 years ago
  89. 5bfb723 timers: the rearm function should be able to handle delta = INT64_MAX by Stefano Stabellini · 13 years ago
  90. 158fd3c qemu-timer.c: Remove 250us timeouts by Peter Portante · 13 years ago
  91. 8156be5 qtest: add clock management by Paolo Bonzini · 13 years ago
  92. 3155252 notifier: switch to QLIST by Paolo Bonzini · 13 years ago
  93. 36945d9 remove #if 0 code for timers by Paolo Bonzini · 13 years ago
  94. cca5de7 win32: remove broken timers by Paolo Bonzini · 13 years ago
  95. fbdc14e qemu-timer: do not use RunState change handlers by Paolo Bonzini · 13 years ago
  96. 2ff68d0 qemu-timer: move more stuff out of qemu-timer.c by Paolo Bonzini · 13 years ago
  97. 4260a73 qemu-timer: use atexit for quit_timers by Paolo Bonzini · 13 years ago
  98. a5c57d6 qemu-timer: do not refer to runstate_is_running() by Paolo Bonzini · 13 years ago
  99. 946fb27 qemu-timer: move icount to cpus.c by Paolo Bonzini · 13 years ago
  100. dc2dfcf qemu-timer: more clock functions by Paolo Bonzini · 13 years ago