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