Statistics
| Branch: | Revision:

root / qemu-timer-common.c @ 0c165247

History | View | Annotate | Download (2 kB)

# Date Author Comment
7ae63a51 12/21/2010 09:44 pm Brad

Add OpenBSD to ifdef list since it has CLOCK_MONOTONIC.

Signed-off-by: Brad Smith <>
Signed-off-by: Blue Swirl <>

c57c846a 10/23/2010 06:24 pm Blue Swirl

qemu-timer: move commonly used timer code to qemu-timer-common

Move timer init functions to a new file, qemu-timer-common.c. Make other
critical timer functions inlined to preserve performance in
qemu-timer.c, also move muldiv64() (used by the inline functions)...