summaryrefslogtreecommitdiffstats
path: root/include/qemu/timer.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo of tiemr in timer.hNamhyung Kim2014-01-151-3/+3
* timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini2013-10-171-0/+26
* timer: make qemu_clock_enable sync between disable and timer's cbLiu Ping Fan2013-10-171-0/+6
* timer: protect timers_state's clock with seqlockLiu Ping Fan2013-10-171-0/+2
* qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safeStefan Hajnoczi2013-09-181-0/+17
* aio / timers: Remove legacy interfaceAlex Bligh2013-08-221-212/+2
* aio / timers: Remove main_loop_timerlistAlex Bligh2013-08-221-5/+1
* aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh2013-08-221-273/+341
* aio / timers: Add qemu_clock_get_ms and qemu_clock_get_msAlex Bligh2013-08-221-0/+28
* aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh2013-08-221-16/+0
* aio / timers: Remove alarm timersAlex Bligh2013-08-221-3/+0
* aio / timers: Add documentation and new format callsAlex Bligh2013-08-221-22/+184
* aio / timers: Use all timerlists in icount warp calculationsAlex Bligh2013-08-221-0/+13
* aio / timers: Introduce new API timer_new and friendsAlex Bligh2013-08-221-0/+69
* aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh2013-08-221-0/+9
* aio / timers: Add a notify callback to QEMUTimerListAlex Bligh2013-08-221-4/+23
* aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh2013-08-221-0/+49
* aio / timers: Untangle include filesAlex Bligh2013-08-221-1/+0
* aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh2013-08-221-23/+325
* aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh2013-08-221-2/+19
* aio / timers: add ppoll support with qemu_poll_nsAlex Bligh2013-08-221-0/+12
* aio / timers: add qemu-timer.c utility functionsAlex Bligh2013-08-221-0/+42
* aio / timers: Rename qemu_new_clock and expose clock typesAlex Bligh2013-08-221-0/+4
* aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-221-3/+3
* Remove unnecessary FreeBSD #includeEd Maste2013-04-251-4/+0
* Allow clock_gettime() monotonic clock to be utilized on more OS'sBrad Smith2013-04-041-2/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-0/+310
OpenPOWER on IntegriCloud