summaryrefslogtreecommitdiff
path: root/hw/timer/pl031.c
AgeCommit message (Expand)AuthorFilesLines
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