aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/timer.h
AgeCommit message (Expand)Author
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2021-04-12spapr: rollback 'unplug timeout' for CPU hotunplugsDaniel Henrique Barboza
2021-03-16qemu-timer: allow freeing a NULL timerPaolo Bonzini
2021-03-10qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza
2021-01-18semihosting: Implement SYS_ELAPSED and SYS_TICKFREQKeith Packard
2021-01-08util/qemu-timer: Make timer_free() imply timer_del()Peter Maydell
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-09-23timer: Fix timer_mod_anticipate() documentationPhilippe Mathieu-Daudé
2020-02-12Remove support for CLOCK_MONOTONIC not being definedPeter Maydell
2019-08-20util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk
2019-08-20timer: last, remove last bits of lastDr. David Alan Gilbert
2019-08-20timer: Remove reset notifiersDr. David Alan Gilbert
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-10-19qemu-timer: avoid checkpoints for virtual clock timers in external subsystemsArtem Pisarenko
2018-10-19qemu-timer: introduce timer attributesArtem Pisarenko
2018-10-19Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...Artem Pisarenko
2018-10-18tcg: distribute tcg_time into TCG contextsEmilio G. Cota
2018-10-02timer: introduce new virtual clockPavel Dovgalyuk
2018-03-12replay: save prior value of the host clockPavel Dovgalyuk
2018-02-05Drop remaining bits of ia64 host supportPeter Maydell
2017-06-13timer.h: Provide better monotonic timePranith Kumar
2017-04-10cpus: introduce cpu_update_icount helperAlex Bennée
2017-03-14icount: process QEMU_CLOCK_VIRTUAL timers in vCPU threadPaolo Bonzini
2017-03-14cpus: define QEMUTimerListNotifyCB for QEMU system emulationPaolo Bonzini
2017-03-14qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini
2017-03-01timer: use an inline function for freeMarc-André Lureau
2016-12-22timer: fix misleading comment in timer.hYaowei Bai
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-13timer: update commentsCao jin
2016-09-13timer/cpus: fix some typos and update some commentsCao jin
2016-09-13timer.h: fix inconsistency between comment and function prototypeCao jin
2016-09-13timer.h: fix typoCao jin
2016-05-19include: move CPU-related definitions out of qemu-common.hPaolo Bonzini
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-15icount: decouple warp callsPavel Dovgalyuk
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington
2015-08-19qemu-common.h: Move muldiv64() to host-utils.hPeter Maydell
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia
2015-07-02timer: Move NANOSECONDS_PER_SECONDS to timer.hAlberto Garcia
2015-06-19qemu-timer: Call clock reset notifiers on forward jumpsPaul Donohue
2015-03-18profiler: Reenable built-in profilerAlexey Kardashevskiy
2015-02-02cpu-exec: simplify init_delay_paramsPaolo Bonzini
2015-01-26qemu-timer: introduce timer_deinitPaolo Bonzini
2015-01-26qemu-timer: add timer_init and timer_init_ns/us/msPaolo Bonzini
2015-01-14qemu-timer: rename timer_init to timer_init_tlPaolo Bonzini
2014-12-15cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk
2014-12-15timer: introduce new QEMU_CLOCK_VIRTUAL_RT clockPavel Dovgalyuk