Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -64/+62 |
2018-10-19 | qemu-timer: avoid checkpoints for virtual clock timers in external subsystems | Artem Pisarenko | 1 | -1/+9 |
2018-10-19 | qemu-timer: introduce timer attributes | Artem Pisarenko | 1 | -55/+54 |
2018-10-19 | Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r... | Artem Pisarenko | 1 | -9/+0 |
2018-10-18 | tcg: distribute tcg_time into TCG contexts | Emilio G. Cota | 1 | -1/+0 |
2018-10-02 | timer: introduce new virtual clock | Pavel Dovgalyuk | 1 | -0/+9 |
2018-03-12 | replay: save prior value of the host clock | Pavel Dovgalyuk | 1 | -0/+14 |
2018-02-05 | Drop remaining bits of ia64 host support | Peter Maydell | 1 | -9/+0 |
2017-06-13 | timer.h: Provide better monotonic time | Pranith Kumar | 1 | -3/+2 |
2017-04-10 | cpus: introduce cpu_update_icount helper | Alex Bennée | 1 | -0/+1 |
2017-03-14 | icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread | Paolo Bonzini | 1 | -0/+24 |
2017-03-14 | cpus: define QEMUTimerListNotifyCB for QEMU system emulation | Paolo Bonzini | 1 | -2/+2 |
2017-03-14 | qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h | Paolo Bonzini | 1 | -1/+0 |
2017-03-01 | timer: use an inline function for free | Marc-André Lureau | 1 | -1/+4 |
2016-12-22 | timer: fix misleading comment in timer.h | Yaowei Bai | 1 | -1/+1 |
2016-09-15 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -13/+6 |
2016-09-13 | timer: update comments | Cao jin | 1 | -13/+6 |
2016-09-13 | timer/cpus: fix some typos and update some comments | Cao jin | 1 | -1/+1 |
2016-09-13 | timer.h: fix inconsistency between comment and function prototype | Cao jin | 1 | -6/+11 |
2016-09-13 | timer.h: fix typo | Cao jin | 1 | -3/+3 |
2016-05-19 | include: move CPU-related definitions out of qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 1 | -7/+2 |
2016-03-22 | Use scripts/clean-includes to drop redundant qemu/typedefs.h | Markus Armbruster | 1 | -1/+0 |
2016-03-15 | icount: decouple warp calls | Pavel Dovgalyuk | 1 | -4/+3 |
2015-10-08 | s/cpu_get_real_ticks/cpu_get_host_ticks/ | Christopher Covington | 1 | -10/+10 |
2015-08-19 | qemu-common.h: Move muldiv64() to host-utils.h | Peter Maydell | 1 | -0/+1 |
2015-07-20 | timer: rename NSEC_PER_SEC due to Mac OS X header clash | Stefan Hajnoczi | 1 | -1/+1 |
2015-07-02 | timer: Use a single definition of NSEC_PER_SEC for the whole codebase | Alberto Garcia | 1 | -1/+1 |
2015-07-02 | timer: Move NANOSECONDS_PER_SECONDS to timer.h | Alberto Garcia | 1 | -0/+2 |
2015-06-19 | qemu-timer: Call clock reset notifiers on forward jumps | Paul Donohue | 1 | -0/+9 |
2015-03-18 | profiler: Reenable built-in profiler | Alexey Kardashevskiy | 1 | -3/+2 |
2015-02-02 | cpu-exec: simplify init_delay_params | Paolo Bonzini | 1 | -1/+0 |
2015-01-26 | qemu-timer: introduce timer_deinit | Paolo Bonzini | 1 | -0/+11 |
2015-01-26 | qemu-timer: add timer_init and timer_init_ns/us/ms | Paolo Bonzini | 1 | -0/+73 |
2015-01-14 | qemu-timer: rename timer_init to timer_init_tl | Paolo Bonzini | 1 | -5/+5 |
2014-12-15 | cpus: make icount warp behave well with respect to stop/cont | Pavel Dovgalyuk | 1 | -1/+2 |
2014-12-15 | timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock | Pavel Dovgalyuk | 1 | -0/+7 |
2014-12-15 | icount: introduce cpu_get_icount_raw | Pavel Dovgalyuk | 1 | -0/+1 |
2014-08-06 | cpu-exec: Add sleeping algorithm | Sebastian Tanase | 1 | -0/+1 |
2014-08-06 | timer: add cpu_icount_to_ns function. | KONRAD Frederic | 1 | -0/+1 |
2014-01-15 | Fix typo of tiemr in timer.h | Namhyung Kim | 1 | -3/+3 |
2013-10-17 | timer: add timer_mod_anticipate and timer_mod_anticipate_ns | Paolo Bonzini | 1 | -0/+26 |
2013-10-17 | timer: make qemu_clock_enable sync between disable and timer's cb | Liu Ping Fan | 1 | -0/+6 |
2013-10-17 | timer: protect timers_state's clock with seqlock | Liu Ping Fan | 1 | -0/+2 |
2013-09-18 | qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe | Stefan Hajnoczi | 1 | -0/+17 |
2013-08-22 | aio / timers: Remove legacy interface | Alex Bligh | 1 | -212/+2 |
2013-08-22 | aio / timers: Remove main_loop_timerlist | Alex Bligh | 1 | -5/+1 |
2013-08-22 | aio / timers: Rearrange timer.h & make legacy functions call non-legacy | Alex Bligh | 1 | -273/+341 |
2013-08-22 | aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms | Alex Bligh | 1 | -0/+28 |
2013-08-22 | aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline | Alex Bligh | 1 | -16/+0 |