aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/pl031.c
AgeCommit message (Expand)Author
2019-10-24hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
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-07-15pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-21hw/timer/pl031: Convert to using trace eventsPeter Maydell
2019-02-21hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-02-18hw/timer: QOM'ify pl031xiaoqiang.zhao
2016-01-29arm: Clean up includesPeter Maydell
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh
2013-07-29pl031: QOM cast cleanupAndreas Färber
2013-07-29pl031: Rename pl031_state to PL031StateAndreas 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