summaryrefslogtreecommitdiffstats
path: root/hw/core/ptimer.c
Commit message (Expand)AuthorAgeFilesLines
* hw/core/ptimer: Support ptimer being disabled by timer callbackPeter Maydell2020-10-271-0/+4
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-3/+5
* ptimer: Remove old ptimer_init_with_bh() APIPeter Maydell2019-11-111-76/+15Star
* ptimer: Provide new transaction-based APIPeter Maydell2019-10-151-15/+137
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-151-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+2
* ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy optionPeter Maydell2018-07-091-1/+21
* qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini2017-03-141-0/+1
* tests: fix ptimer leaksMarc-André Lureau2017-02-281-0/+8
* hw/ptimer: Add "no counter round down" policyDmitry Osipenko2016-10-241-0/+9
* hw/ptimer: Add "no immediate reload" policyDmitry Osipenko2016-10-241-5/+26
* hw/ptimer: Add "no immediate trigger" policyDmitry Osipenko2016-10-241-4/+16
* hw/ptimer: Add "continuous trigger" policyDmitry Osipenko2016-10-241-3/+27
* hw/ptimer: Add "wraparound after one period" policyDmitry Osipenko2016-10-241-15/+43
* hw/ptimer: Suppress error messages under qtestDmitry Osipenko2016-09-221-2/+7
* hw/ptimer: Introduce timer policy featureDmitry Osipenko2016-09-221-1/+3
* hw/ptimer: Actually stop the timer in case of errorDmitry Osipenko2016-09-221-0/+1
* Revert "hw/ptimer: Perform counter wrap around if timer already expired"Dmitry Osipenko2016-07-141-7/+2Star
* hw/ptimer: Introduce ptimer_get_limitDmitry Osipenko2016-06-061-0/+5
* hw/ptimer: Support "on the fly" timer mode switchDmitry Osipenko2016-06-061-6/+7
* hw/ptimer: Update .delta on period/freq changeDmitry Osipenko2016-06-061-0/+2
* hw/ptimer: Perform counter wrap around if timer already expiredDmitry Osipenko2016-06-061-6/+13
* hw/ptimer: Fix issues caused by the adjusted timer limit valueDmitry Osipenko2016-06-061-20/+31
* hw/core: Clean up includesPeter Maydell2016-01-291-0/+1
* replay: ptimerPavel Dovgalyuk2015-11-061-1/+2
* hw/ptimer: Do not artificially limit timers when using icountEdgar E. Iglesias2015-05-081-1/+1
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1Star
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-9/+9
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+231