summary refs log tree commit diff stats
path: root/include/qemu/timer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* qemu/timer: Clarify timer_new*() must be freed with timer_free()Philippe Mathieu-Daudé2025-02-141-0/+10
* qemu-timer: Remove unused timer functionsDr. David Alan Gilbert2024-10-021-21/+0
* qemu/timer: Add host ticks function for LoongArchSong Gao2024-07-161-0/+9
* sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_timeAlex Bennée2024-06-241-0/+15
* qemu/timer: Add host ticks function for RISC-VLIU Zhiwei2023-09-211-0/+22
* accel/tcg: remove CONFIG_PROFILERFei Wu2023-06-261-9/+0
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* spapr: rollback 'unplug timeout' for CPU hotunplugsDaniel Henrique Barboza2021-04-121-8/+0
* qemu-timer: allow freeing a NULL timerPaolo Bonzini2021-03-161-2/+4
* qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza2021-03-101-0/+8
* semihosting: Implement SYS_ELAPSED and SYS_TICKFREQKeith Packard2021-01-181-0/+2
* util/qemu-timer: Make timer_free() imply timer_del()Peter Maydell2021-01-081-11/+13
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-22/+2
* timer: Fix timer_mod_anticipate() documentationPhilippe Mathieu-Daudé2020-09-231-1/+1
* Remove support for CLOCK_MONOTONIC not being definedPeter Maydell2020-02-121-4/+1
* 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/+0
* timer: Remove reset notifiersDr. David Alan Gilbert2019-08-201-22/+0
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-10-191-64/+62
|\
| * 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/+54
| * Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...Artem Pisarenko2018-10-191-9/+0
* | tcg: distribute tcg_time into TCG contextsEmilio G. Cota2018-10-181-1/+0
|/
* 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/+0
* timer.h: Provide better monotonic timePranith Kumar2017-06-131-3/+2
* 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/+0
* timer: use an inline function for freeMarc-André Lureau2017-03-011-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/+6
|\
| * timer: update commentsCao jin2016-09-131-13/+6
* | 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/+2
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0
* icount: decouple warp callsPavel Dovgalyuk2016-03-151-4/+3
* 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