summary refs log tree commit diff stats
path: root/util/qemu-timer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/exec: Split out icount.hRichard Henderson2025-04-231-0/+1
* util/qemu-timer.c: Don't warp timer from timerlist_rearm()Peter Maydell2025-03-071-4/+0
* Revert "util/timer: avoid deadlock when shutting down"Alex Bennée2025-02-101-13/+3
* util/qemu-timer: fix indentationAlex Bennée2024-12-201-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-3/+3
* Merge tag 'warn-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Peter Maydell2024-10-031-3/+3
|\
| * util/timer: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau2024-10-021-3/+3
* | qemu-timer: Remove unused timer functionsDr. David Alan Gilbert2024-10-021-10/+0
|/
* util/timer: avoid deadlock when shutting downAlex Bennée2024-09-191-2/+12
* sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_timeAlex Bennée2024-06-241-0/+26
* qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_allIdan Horowitz2022-06-211-0/+3
* 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-13/+0
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...Peter Maydell2021-03-121-0/+13
|\
| * qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza2021-03-101-0/+13
* | qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0
|/
* cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana2020-10-051-7/+1
* icount: rename functions to be consistent with the module nameClaudio Fontana2020-10-051-2/+2
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-3/+7
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-6/+6
* util/qemu-timer: Fix typo in descriptionPhilippe Mathieu-Daudé2020-09-011-1/+1
* replay: synchronize on every virtual timer callbackPavel Dovgalyuk2020-06-261-23/+9
* lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2020-05-041-9/+8
* lockable: add lock guardsStefan Hajnoczi2020-03-171-12/+11
* qemu-timer: reuse MIN macro in qemu_timeout_ns_to_msFrediano Ziglio2019-10-241-5/+1
* util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk2019-08-201-3/+27
* timer: last, remove last bits of lastDr. David Alan Gilbert2019-08-201-21/+1
* timer: Remove reset notifiersDr. David Alan Gilbert2019-08-201-20/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0
* qemu-timer: avoid checkpoints for virtual clock timers in external subsystemsArtem Pisarenko2018-10-191-7/+43
* qemu-timer: introduce timer attributesArtem Pisarenko2018-10-191-4/+9
* Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...Artem Pisarenko2018-10-191-2/+0
* timer: introduce new virtual clockPavel Dovgalyuk2018-10-021-0/+2
* timer: remove replay clock probe in deadline calculationPavel Dovgalyuk2018-07-301-9/+2
* replay: save prior value of the host clockPavel Dovgalyuk2018-03-121-0/+12
* icount: process QEMU_CLOCK_VIRTUAL timers in vCPU threadPaolo Bonzini2017-03-141-1/+3
* cpus: define QEMUTimerListNotifyCB for QEMU system emulationPaolo Bonzini2017-03-141-5/+5
* qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini2017-03-141-0/+1
* qemu-timer: fix off-by-onePaolo Bonzini2017-03-141-1/+1
* timer: use an inline function for freeMarc-André Lureau2017-03-011-5/+0
* block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini2017-02-211-0/+669