| Commit message (Expand) | Author | Age | Files | Lines |
* | cpu-exec: Add sleeping algorithm | Sebastian Tanase | 2014-08-06 | 1 | -0/+1 |
* | timer: add cpu_icount_to_ns function. | KONRAD Frederic | 2014-08-06 | 1 | -0/+1 |
* | Fix typo of tiemr in timer.h | Namhyung Kim | 2014-01-15 | 1 | -3/+3 |
* | timer: add timer_mod_anticipate and timer_mod_anticipate_ns | Paolo Bonzini | 2013-10-17 | 1 | -0/+26 |
* | timer: make qemu_clock_enable sync between disable and timer's cb | Liu Ping Fan | 2013-10-17 | 1 | -0/+6 |
* | timer: protect timers_state's clock with seqlock | Liu Ping Fan | 2013-10-17 | 1 | -0/+2 |
* | qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe | Stefan Hajnoczi | 2013-09-18 | 1 | -0/+17 |
* | aio / timers: Remove legacy interface | Alex Bligh | 2013-08-22 | 1 | -212/+2 |
* | aio / timers: Remove main_loop_timerlist | Alex Bligh | 2013-08-22 | 1 | -5/+1 |
* | aio / timers: Rearrange timer.h & make legacy functions call non-legacy | Alex Bligh | 2013-08-22 | 1 | -273/+341 |
* | aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms | Alex Bligh | 2013-08-22 | 1 | -0/+28 |
* | aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline | Alex Bligh | 2013-08-22 | 1 | -16/+0 |
* | aio / timers: Remove alarm timers | Alex Bligh | 2013-08-22 | 1 | -3/+0 |
* | aio / timers: Add documentation and new format calls | Alex Bligh | 2013-08-22 | 1 | -22/+184 |
* | aio / timers: Use all timerlists in icount warp calculations | Alex Bligh | 2013-08-22 | 1 | -0/+13 |
* | aio / timers: Introduce new API timer_new and friends | Alex Bligh | 2013-08-22 | 1 | -0/+69 |
* | aio / timers: On timer modification, qemu_notify or aio_notify | Alex Bligh | 2013-08-22 | 1 | -0/+9 |
* | aio / timers: Add a notify callback to QEMUTimerList | Alex Bligh | 2013-08-22 | 1 | -4/+23 |
* | aio / timers: Add QEMUTimerListGroup and helper functions | Alex Bligh | 2013-08-22 | 1 | -0/+49 |
* | aio / timers: Untangle include files | Alex Bligh | 2013-08-22 | 1 | -1/+0 |
* | aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList | Alex Bligh | 2013-08-22 | 1 | -23/+325 |
* | aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress | Alex Bligh | 2013-08-22 | 1 | -2/+19 |
* | aio / timers: add ppoll support with qemu_poll_ns | Alex Bligh | 2013-08-22 | 1 | -0/+12 |
* | aio / timers: add qemu-timer.c utility functions | Alex Bligh | 2013-08-22 | 1 | -0/+42 |
* | aio / timers: Rename qemu_new_clock and expose clock types | Alex Bligh | 2013-08-22 | 1 | -0/+4 |
* | aio / timers: Rename qemu_timer_* functions | Alex Bligh | 2013-08-22 | 1 | -3/+3 |
* | Remove unnecessary FreeBSD #include | Ed Maste | 2013-04-25 | 1 | -4/+0 |
* | Allow clock_gettime() monotonic clock to be utilized on more OS's | Brad Smith | 2013-04-05 | 1 | -2/+1 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -0/+310 |