summary refs log tree commit diff stats
path: root/hw/timer/pl031.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include hw/qdev-properties.h lessMarkus 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
* pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell2019-07-151-4/+88
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/timer/pl031: Convert to using trace eventsPeter Maydell2019-02-211-25/+30
* hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell2019-02-211-24/+1
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-5/+5
* hw/timer: QOM'ify pl031xiaoqiang.zhao2016-02-181-6/+5
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-5/+5
* aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh2013-08-221-6/+7
* pl031: QOM cast cleanupAndreas Färber2013-07-291-3/+7
* pl031: Rename pl031_state to PL031StateAndreas Färber2013-07-291-18/+18
* hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+265