summaryrefslogtreecommitdiffstats
path: root/hw/timer/a9gtimer.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* 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
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-161-1/+1
* timer: a9gtimer: remove loop to auto-increment comparatorPrasad J Pandit2016-10-241-7/+7
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* Fix remaining warnings from Sparse (void return)Stefan Weil2015-03-191-1/+1
* a9gtimer: remove superfluous '\n' around error_setgGonglei2015-03-101-1/+1
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* hw/timer: Introduce ARM A9 Global Timer.Peter Crosthwaite2013-12-101-0/+369