aboutsummaryrefslogtreecommitdiff
path: root/hw/core/ptimer.c
AgeCommit message (Expand)Author
2021-01-29ptimer: Add new ptimer_set_period_from_clock() functionPeter Maydell
2020-10-27hw/core/ptimer: Support ptimer being disabled by timer callbackPeter Maydell
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2019-11-11ptimer: Remove old ptimer_init_with_bh() APIPeter Maydell
2019-10-15ptimer: Provide new transaction-based APIPeter Maydell
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2018-07-09ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy optionPeter Maydell
2017-03-14qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini
2017-03-01tests: fix ptimer leaksMarc-André Lureau
2016-10-24hw/ptimer: Add "no counter round down" policyDmitry Osipenko
2016-10-24hw/ptimer: Add "no immediate reload" policyDmitry Osipenko
2016-10-24hw/ptimer: Add "no immediate trigger" policyDmitry Osipenko
2016-10-24hw/ptimer: Add "continuous trigger" policyDmitry Osipenko
2016-10-24hw/ptimer: Add "wraparound after one period" policyDmitry Osipenko
2016-09-22hw/ptimer: Suppress error messages under qtestDmitry Osipenko
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko
2016-09-22hw/ptimer: Actually stop the timer in case of errorDmitry Osipenko
2016-07-14Revert "hw/ptimer: Perform counter wrap around if timer already expired"Dmitry Osipenko
2016-06-06hw/ptimer: Introduce ptimer_get_limitDmitry Osipenko
2016-06-06hw/ptimer: Support "on the fly" timer mode switchDmitry Osipenko
2016-06-06hw/ptimer: Update .delta on period/freq changeDmitry Osipenko
2016-06-06hw/ptimer: Perform counter wrap around if timer already expiredDmitry Osipenko
2016-06-06hw/ptimer: Fix issues caused by the adjusted timer limit valueDmitry Osipenko
2016-01-29hw/core: Clean up includesPeter Maydell
2015-11-06replay: ptimerPavel Dovgalyuk
2015-05-08hw/ptimer: Do not artificially limit timers when using icountEdgar E. Iglesias
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini