aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/pl031.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-24hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-344/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-15pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell1-4/+88
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-21hw/timer/pl031: Convert to using trace eventsPeter Maydell1-25/+30
2019-02-21hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell1-24/+1
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-5/+5
2016-02-18hw/timer: QOM'ify pl031xiaoqiang.zhao1-6/+5
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh1-6/+7
2013-07-29pl031: QOM cast cleanupAndreas Färber1-3/+7
2013-07-29pl031: Rename pl031_state to PL031StateAndreas Färber1-18/+18
2013-07-04hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+265