summaryrefslogtreecommitdiffstats
path: root/hw/timer/grlib_gptimer.c
Commit message (Expand)AuthorAgeFilesLines
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-191-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-1/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/timer/grlib_gptimer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-251-4/+24
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-151-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* grlib, gptimer: get rid of the old-style create functionKONRAD Frederic2019-05-171-2/+2
* timer/grlib_gptimer: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-6/+5Star
* clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
* hw/ptimer: Introduce timer policy featureDmitry Osipenko2016-09-221-1/+1
* sparc: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/timer/grlib_gptimer: remove unnecessary assignmentPrasad Joshi2014-03-271-1/+0Star
* hw/timer/grlib_gptimer: Avoid integer overflowsSebastian Huber2014-03-151-2/+2
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+2
* grlib_gptimer: QOM cast cleanupAndreas Färber2013-07-291-4/+9
* hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-0/+404