summaryrefslogtreecommitdiffstats
path: root/include/qemu/timer.h
Commit message (Expand)AuthorAgeFilesLines
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-10/+10
* qemu-common.h: Move muldiv64() to host-utils.hPeter Maydell2015-08-191-0/+1
* timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2015-07-201-1/+1
* timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia2015-07-021-1/+1
* timer: Move NANOSECONDS_PER_SECONDS to timer.hAlberto Garcia2015-07-021-0/+2
* qemu-timer: Call clock reset notifiers on forward jumpsPaul Donohue2015-06-191-0/+9
* profiler: Reenable built-in profilerAlexey Kardashevskiy2015-03-181-3/+2
* cpu-exec: simplify init_delay_paramsPaolo Bonzini2015-02-021-1/+0
* qemu-timer: introduce timer_deinitPaolo Bonzini2015-01-261-0/+11
* qemu-timer: add timer_init and timer_init_ns/us/msPaolo Bonzini2015-01-261-0/+73
* qemu-timer: rename timer_init to timer_init_tlPaolo Bonzini2015-01-141-5/+5
* cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk2014-12-151-1/+2
* timer: introduce new QEMU_CLOCK_VIRTUAL_RT clockPavel Dovgalyuk2014-12-151-0/+7
* icount: introduce cpu_get_icount_rawPavel Dovgalyuk2014-12-151-0/+1
* cpu-exec: Add sleeping algorithmSebastian Tanase2014-08-061-0/+1
* timer: add cpu_icount_to_ns function.KONRAD Frederic2014-08-061-0/+1
* 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