summaryrefslogtreecommitdiff
path: root/hw/core/ptimer.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-14Revert "hw/ptimer: Perform counter wrap around if timer already expired"Dmitry Osipenko1-7/+2
2016-06-06hw/ptimer: Introduce ptimer_get_limitDmitry Osipenko1-0/+5
2016-06-06hw/ptimer: Support "on the fly" timer mode switchDmitry Osipenko1-6/+7
2016-06-06hw/ptimer: Update .delta on period/freq changeDmitry Osipenko1-0/+2
2016-06-06hw/ptimer: Perform counter wrap around if timer already expiredDmitry Osipenko1-6/+13
2016-06-06hw/ptimer: Fix issues caused by the adjusted timer limit valueDmitry Osipenko1-20/+31
2016-01-29hw/core: Clean up includesPeter Maydell1-0/+1
2015-11-06replay: ptimerPavel Dovgalyuk1-1/+2
2015-05-08hw/ptimer: Do not artificially limit timers when using icountEdgar E. Iglesias1-1/+1
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-9/+9
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+231