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