summaryrefslogtreecommitdiff
path: root/hw/timer/arm_timer.c
AgeCommit message (Expand)Author
2021-02-11arm: Update infocenter.arm.com URLsPeter Maydell
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2019-10-15hw/timer/arm_timer.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-02-18hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao
2016-02-18hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao
2016-01-29arm: Clean up includesPeter Maydell
2015-06-03hw/timer/arm_timer.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-02-26hw/timer/arm_timer: Avoid array overrun for bad addressesPeter Maydell
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-07-29arm_timer: QOM cast cleanup for icp_pit_stateAndreas Färber
2013-07-29arm_timer: QOM cast cleanup for SP804StateAndreas Färber
2013-07-29arm_timer: Rename sp804_state to SP804StateAndreas Färber
2013-07-04hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini