Statistics
| Branch: | Revision:

root / hw / timer @ 34b5d2c6

Name Size
Makefile.objs 1.1 kB
arm_mptimer.c 8.6 kB
arm_timer.c 10.9 kB
cadence_ttc.c 12.4 kB
ds1338.c 6.2 kB
etraxfs_timer.c 8.9 kB
exynos4210_mct.c 41.8 kB
exynos4210_pwm.c 12.1 kB
exynos4210_rtc.c 16.3 kB
grlib_gptimer.c 11.1 kB
hpet.c 23.4 kB
i8254.c 10.5 kB
i8254_common.c 8.6 kB
imx_epit.c 10 kB
imx_gpt.c 13.9 kB
lm32_timer.c 5.6 kB
m48t59.c 20.6 kB
mc146818rtc.c 28 kB
milkymist-sysctl.c 9 kB
omap_gptimer.c 12.9 kB
omap_synctimer.c 2.8 kB
pl031.c 7.2 kB
puv3_ost.c 3.8 kB
pxa2xx_timer.c 16.5 kB
sh_timer.c 8.8 kB
slavio_timer.c 14.2 kB
tusb6010.c 24.6 kB
twl92230.c 24.4 kB
xilinx_timer.c 7 kB

Latest revisions

# Date Author Comment
4c293dc6 09/01/2013 05:59 pm Stefan Weil

misc: Fix some typos in names and comments

Most typos were found using a modified version of codespell:

accross -> across
issueing -> issuing
TICNT_THRESHHOLD -> TICNT_THRESHOLD
bandwith -> bandwidth
VCARD_7816_PROPIETARY -> VCARD_7816_PROPRIETARY
occured -> occurred...

884f17c2 08/22/2013 08:14 pm Alex Bligh

aio / timers: Convert rtc_clock to be a QEMUClockType

Convert rtc_clock to be a QEMUClockType

Move rtc_clock users to use the new API

Signed-off-by: Alex Bligh <>
Signed-off-by: Stefan Hajnoczi <>

bc72ad67 08/22/2013 08:14 pm Alex Bligh

aio / timers: Switch entire codebase to the new timer API

This is an autogenerated patch using scripts/switch-timer-api.

Switch the entire code base to using the new timer API.

Note this patch may introduce some line length issues.

Signed-off-by: Alex Bligh <>...

6a1751b7 08/22/2013 08:10 pm Alex Bligh

aio / timers: Untangle include files

include/qemu/timer.h has no need to include main-loop.h and
doing so causes an issue for the next patch. Unfortunately
various files assume including timers.h will pull in main-loop.h.
Untangle this mess.

Signed-off-by: Alex Bligh <>...

e93379b0 08/22/2013 04:58 pm Alex Bligh

aio / timers: Rename qemu_timer_* functions

Rename four functions in preparation for new API.

Rename qemu_timer_expired to timer_expired
Rename qemu_timer_expire_time_ns to timer_expire_time_ns
Rename qemu_timer_pending to timer_pending
Rename qemu_timer_expired_ns to timer_expired_ns...

23005810 08/20/2013 04:54 pm Peter Chubb

hw/timer/imx_epit: Simplify and fix imx_epit implementation

When imx_epit.c was last refactored, a common usecase (comparison
register zero) broke. This patch fixes that, and simplifies the code
yet more. It also fixes a major thinko in the reset path --- the...

feea4361 07/29/2013 10:07 pm Andreas Färber

pxa2xx_timer: QOM'ify pxa25x-timer and pxa27x-timer

Introduce type constant for new abstract base type, use QOM casts and
let both non-abstract types inherit from the new base type.

Signed-off-by: Andreas Färber <>

c275471e 07/29/2013 10:07 pm Andreas Färber

slavio_timer: QOM cast cleanup

Signed-off-by: Andreas Färber <>

453be7a6 07/29/2013 10:07 pm Andreas Färber

tusb6010: QOM cast cleanup

Signed-off-by: Andreas Färber <>

760d1d00 07/29/2013 10:07 pm Andreas Färber

xilinx_timer: QOM cast cleanup

Signed-off-by: Andreas Färber <>

View revisions

Also available in: Atom