index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
core
/
ptimer.c
Age
Commit message (
Expand
)
Author
2022-02-21
core/ptimers: Remove unnecessary 'sysemu/cpus.h' include
Philippe Mathieu-Daudé
2021-01-29
ptimer: Add new ptimer_set_period_from_clock() function
Peter Maydell
2020-10-27
hw/core/ptimer: Support ptimer being disabled by timer callback
Peter Maydell
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
2019-11-11
ptimer: Remove old ptimer_init_with_bh() API
Peter Maydell
2019-10-15
ptimer: Provide new transaction-based API
Peter Maydell
2019-10-15
ptimer: Rename ptimer_init() to ptimer_init_with_bh()
Peter Maydell
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2018-07-09
ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy option
Peter Maydell
2017-03-14
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
Paolo Bonzini
2017-03-01
tests: fix ptimer leaks
Marc-André Lureau
2016-10-24
hw/ptimer: Add "no counter round down" policy
Dmitry Osipenko
2016-10-24
hw/ptimer: Add "no immediate reload" policy
Dmitry Osipenko
2016-10-24
hw/ptimer: Add "no immediate trigger" policy
Dmitry Osipenko
2016-10-24
hw/ptimer: Add "continuous trigger" policy
Dmitry Osipenko
2016-10-24
hw/ptimer: Add "wraparound after one period" policy
Dmitry Osipenko
2016-09-22
hw/ptimer: Suppress error messages under qtest
Dmitry Osipenko
2016-09-22
hw/ptimer: Introduce timer policy feature
Dmitry Osipenko
2016-09-22
hw/ptimer: Actually stop the timer in case of error
Dmitry Osipenko
2016-07-14
Revert "hw/ptimer: Perform counter wrap around if timer already expired"
Dmitry Osipenko
2016-06-06
hw/ptimer: Introduce ptimer_get_limit
Dmitry Osipenko
2016-06-06
hw/ptimer: Support "on the fly" timer mode switch
Dmitry Osipenko
2016-06-06
hw/ptimer: Update .delta on period/freq change
Dmitry Osipenko
2016-06-06
hw/ptimer: Perform counter wrap around if timer already expired
Dmitry Osipenko
2016-06-06
hw/ptimer: Fix issues caused by the adjusted timer limit value
Dmitry Osipenko
2016-01-29
hw/core: Clean up includes
Peter Maydell
2015-11-06
replay: ptimer
Pavel Dovgalyuk
2015-05-08
hw/ptimer: Do not artificially limit timers when using icount
Edgar E. Iglesias
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini