summaryrefslogtreecommitdiffstats
path: root/include/qemu/timer.h
Commit message (Expand)AuthorAgeFilesLines
* Remove support for CLOCK_MONOTONIC not being definedPeter Maydell2020-02-121-4/+1Star
* util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk2019-08-201-2/+6
* timer: last, remove last bits of lastDr. David Alan Gilbert2019-08-201-13/+0Star
* timer: Remove reset notifiersDr. David Alan Gilbert2019-08-201-22/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-10-191-64/+62Star
|\
| * qemu-timer: avoid checkpoints for virtual clock timers in external subsystemsArtem Pisarenko2018-10-191-1/+9
| * qemu-timer: introduce timer attributesArtem Pisarenko2018-10-191-55/+54Star
| * Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...Artem Pisarenko2018-10-191-9/+0Star
* | tcg: distribute tcg_time into TCG contextsEmilio G. Cota2018-10-191-1/+0Star
|/
* timer: introduce new virtual clockPavel Dovgalyuk2018-10-021-0/+9
* replay: save prior value of the host clockPavel Dovgalyuk2018-03-121-0/+14
* Drop remaining bits of ia64 host supportPeter Maydell2018-02-051-9/+0Star
* timer.h: Provide better monotonic timePranith Kumar2017-06-131-3/+2Star
* cpus: introduce cpu_update_icount helperAlex Bennée2017-04-101-0/+1
* icount: process QEMU_CLOCK_VIRTUAL timers in vCPU threadPaolo Bonzini2017-03-141-0/+24
* cpus: define QEMUTimerListNotifyCB for QEMU system emulationPaolo Bonzini2017-03-141-2/+2
* qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini2017-03-141-1/+0Star
* timer: use an inline function for freeMarc-André Lureau2017-02-281-1/+4
* timer: fix misleading comment in timer.hYaowei Bai2016-12-221-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-09-151-13/+6Star
|\
| * timer: update commentsCao jin2016-09-131-13/+6Star
* | timer/cpus: fix some typos and update some commentsCao jin2016-09-131-1/+1
* | timer.h: fix inconsistency between comment and function prototypeCao jin2016-09-131-6/+11
* | timer.h: fix typoCao jin2016-09-131-3/+3
|/
* include: move CPU-related definitions out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-7/+2Star
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* icount: decouple warp callsPavel Dovgalyuk2016-03-151-4/+3Star
* 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/+2Star
* cpu-exec: simplify init_delay_paramsPaolo Bonzini2015-02-021-1/+0Star
* 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