summaryrefslogtreecommitdiffstats
path: root/hw/timer/slavio_timer.c
Commit message (Expand)AuthorAgeFilesLines
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-191-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* hw/timer/slavio_timer: Allow 64-bit accessesPhilippe Mathieu-Daudé2021-01-061-0/+4
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/timer/slavio_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-251-4/+16
* hw/timer/slavio_timer: Remove useless check for NULL t->timerPeter Maydell2019-10-241-7/+5Star
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-151-1/+1
* 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
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland2018-01-091-1/+0Star
* hw/timer: QOM'ify slavio_timerxiaoqiang zhao2017-06-021-7/+5Star
* hw/ptimer: Introduce timer policy featureDmitry Osipenko2016-09-221-1/+1
* hw/timer: Clean up includesPeter Maydell2016-01-291-0/+1
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-4/+2Star
* sun4m: fix slavio timer RUN/STOP bitMark Cave-Ayland2014-02-271-15/+10Star
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* slavio_timer: QOM cast cleanupAndreas Färber2013-07-291-4/+9
* 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 timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-0/+435