Statistics
| Branch: | Revision:

root / qemu-timer-common.c @ 8af7a3ab

History | View | Annotate | Download (2 kB)

# Date Author Comment
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)...