Age | Commit message (Expand) | Author |
2015-11-06 | replay: checkpoints | Pavel Dovgalyuk |
2015-11-06 | replay: recording and replaying clock ticks | Pavel Dovgalyuk |
2015-07-22 | qemu-timer: initialize "timers_done_ev" to set | Paolo Bonzini |
2015-06-19 | qemu-timer: Call clock reset notifiers on forward jumps | Paul Donohue |
2015-01-26 | qemu-timer.c: Trim list of included headers | Peter Maydell |
2015-01-26 | qemu-timer: introduce timer_deinit | Paolo Bonzini |
2015-01-14 | qemu-timer: rename timer_init to timer_init_tl | Paolo Bonzini |
2014-12-15 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-12-15 | timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock | Pavel Dovgalyuk |
2014-11-27 | qemu-timer: Avoid overflows when converting timeout to struct timespec | Peter Maydell |
2014-05-09 | vl.c: remove init_clocks call from main | Kirill Batuzov |
2014-05-07 | qemu-timer: Add missing 'static' attribute | Stefan Weil |
2013-10-17 | timer: add timer_mod_anticipate and timer_mod_anticipate_ns | Paolo Bonzini |
2013-10-17 | timer: extract timer_mod_ns_locked and timerlist_rearm | Paolo Bonzini |
2013-10-17 | timer: make qemu_clock_enable sync between disable and timer's cb | Liu Ping Fan |
2013-09-18 | qemu-timer: do not take the lock in timer_pending | Paolo Bonzini |
2013-09-18 | qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe | Stefan Hajnoczi |
2013-09-18 | qemu-timer: drop outdated signal safety comments | Stefan Hajnoczi |
2013-08-22 | aio / timers: Remove legacy interface | Alex Bligh |
2013-08-22 | aio / timers: Remove main_loop_timerlist | Alex Bligh |
2013-08-22 | aio / timers: Rearrange timer.h & make legacy functions call non-legacy | Alex Bligh |
2013-08-22 | aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline | Alex Bligh |
2013-08-22 | aio / timers: Remove alarm timers | Alex Bligh |
2013-08-22 | aio / timers: Use all timerlists in icount warp calculations | Alex Bligh |
2013-08-22 | aio / timers: On timer modification, qemu_notify or aio_notify | Alex Bligh |
2013-08-22 | aio / timers: Add a notify callback to QEMUTimerList | Alex Bligh |
2013-08-22 | aio / timers: Add QEMUTimerListGroup and helper functions | Alex Bligh |
2013-08-22 | aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList | Alex Bligh |
2013-08-22 | aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress | Alex Bligh |
2013-08-22 | aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack | Alex Bligh |
2013-08-22 | aio / timers: add ppoll support with qemu_poll_ns | Alex Bligh |
2013-08-22 | aio / timers: Consistent treatment of disabled clocks for deadlines | Alex Bligh |
2013-08-22 | aio / timers: add qemu-timer.c utility functions | Alex Bligh |
2013-08-22 | aio / timers: Rename qemu_new_clock and expose clock types | Alex Bligh |
2013-08-22 | aio / timers: Rename qemu_timer_* functions | Alex Bligh |
2013-04-12 | qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32 | Paolo Bonzini |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini |
2012-12-19 | net: do not include net.h everywhere | Paolo Bonzini |
2012-11-10 | qemu-timer: Fix compilation for non-POSIX hosts | Stefan Weil |
2012-11-04 | build: pthread_atfork() needs include of pthread.h | Anthony Liguori |
2012-11-02 | qemu-timer: reinitialize timers after fork | Paolo Bonzini |
2012-10-31 | Merge remote-tracking branch 'origin/master' into threadpool | Paolo Bonzini |
2012-10-30 | qemu-timer: make initialization functions idempotent | Paolo Bonzini |
2012-10-28 | qemu-timer: Check for usable fields for SIGEV_THREAD_ID | Richard Henderson |
2012-09-23 | qemu-timer: simplify qemu_run_timers | Paolo Bonzini |
2012-09-04 | qemu-timer: properly arm alarm timer for timers set by device initialization | Paolo Bonzini |
2012-08-09 | qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAX | Stefano Stabellini |