aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/sh_timer.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell1-1/+1
2021-10-30hw/timer/sh_timer: Remove use of hw_errorBALATON Zoltan1-15/+25
2021-10-30hw/timer/sh_timer: Fix timer memory region sizeBALATON Zoltan1-4/+3
2021-10-30hw/timer/sh_timer: Do not wrap lines that are not too longBALATON Zoltan1-6/+3
2021-10-30hw/timer/sh_timer: Rename sh_timer_state to SHTimerStateBALATON Zoltan1-9/+9
2021-10-30hw/sh4: Change debug printfs to tracesBALATON Zoltan1-18/+4
2021-10-30hw/sh4: Fix typos in a commentBALATON Zoltan1-1/+1
2021-10-30hw/sh4: Coding style: Remove unnecessary castsBALATON Zoltan1-2/+2
2021-10-30hw/sh4: Coding style: Add missing bracesBALATON Zoltan1-10/+12
2021-10-30hw/sh4: Coding style: White space fixesBALATON Zoltan1-6/+16
2021-10-30hw/sh4: Coding style: Fix multi-line commentsBALATON Zoltan1-3/+4
2020-10-27hw/timer/sh_timer: Remove superfluous "break" statementsThomas Huth1-3/+0
2020-10-27hw/timer/sh_timer: Silence warnings about missing fallthrough statementsThomas Huth1-0/+4
2020-10-27hw/timer/sh_timer: Coding style clean-upThomas Huth1-32/+57
2020-06-22hw/timer/sh_timer: Remove unused 'qemu/timer.h' includePhilippe Mathieu-Daudé1-1/+0
2020-06-22hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'Philippe Mathieu-Daudé1-0/+2
2019-10-22hw/timer/sh_timer: Switch to transaction-based ptimer APIPeter Maydell1-4/+9
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell1-1/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini1-0/+1
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko1-1/+1
2016-01-29hw/timer: Clean up includesPeter Maydell1-0/+1
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-04-08hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini1-0/+333