summaryrefslogtreecommitdiffstats
path: root/hw/timer/arm_mptimer.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()Peter Maydell2019-10-221-2/+2
* hw/timer/arm_mptimer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-3/+11
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-151-3/+3
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.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
* arm_mptimer: Convert to use ptimerDmitry Osipenko2016-10-241-67/+82
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* arm_mptimer: Don't use hw_error() in realize() methodMarkus Armbruster2016-01-131-2/+3
* arm_mptimer: Respect IT bit stateDmitry Osipenko2015-07-061-1/+1
* arm_mptimer: Fix timer shutdown and mode changeDmitry Osipenko2015-07-061-2/+9
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0Star
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* a9mpcore: Embed ARMMPTimerStateAndreas Färber2013-11-051-31/+4Star
* arm_mptimer: Convert to QOM realizeAndreas Färber2013-11-051-10/+15
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-6/+6
* timer/arm_mptimer: QOM cast cleanupAndreas Färber2013-07-291-5/+13
* timer/arm_mptimer: Build arm_mptimer only onceAndreas Färber2013-07-091-0/+1
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-5/+3Star
* hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-0/+309