aboutsummaryrefslogtreecommitdiff
path: root/qemu-timer.h
AgeCommit message (Expand)Author
2011-04-15Move clock related functions to qemu-timer.hBlue Swirl
2011-04-15qemu_next_deadline should not consider host-time timersPaolo Bonzini
2011-04-15enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini
2011-03-21remove qemu_get_clockPaolo Bonzini
2011-03-21add a generic scaling mechanism for timersPaolo Bonzini
2011-03-21add more helper functions with explicit milli/nanosecond resolutionPaolo Bonzini
2010-10-30Mov muldiv64 to qemu-common.h (Thus unbreaking gus)malc
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl
2010-04-27Implement cpu_get_real_ticks for Alpha.Richard Henderson
2010-04-17Fix --enable-profiler compilation.Richard Henderson
2010-04-03Make cpu_get_real_ticks use mfsprAlexander Graf
2010-03-29Compile qemu-timer only onceBlue Swirl
2010-03-17split out qemu-timer.cPaolo Bonzini
2010-02-09add qemu_get_clock_nsPaolo Bonzini
2009-10-05Introduce QEMU_CLOCK_HOSTJan Kiszka
2009-09-11Make get_ticks_per_sec() a static inlineAnthony Liguori
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-10variable timer intervalsStefano Stabellini
2007-11-17Break up vl.h.pbrook