aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-timer.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-15qemu_next_deadline should not consider host-time timersPaolo Bonzini1-1/+1
2011-04-15enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini1-0/+1
2011-03-21remove qemu_get_clockPaolo Bonzini1-1/+0
2011-03-21add a generic scaling mechanism for timersPaolo Bonzini1-5/+4
2011-03-21add more helper functions with explicit milli/nanosecond resolutionPaolo Bonzini1-0/+23
2010-10-30Mov muldiv64 to qemu-common.h (Thus unbreaking gus)malc1-24/+0
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-0/+74
2010-04-27Implement cpu_get_real_ticks for Alpha.Richard Henderson1-0/+13
2010-04-17Fix --enable-profiler compilation.Richard Henderson1-0/+11
2010-04-03Make cpu_get_real_ticks use mfsprAlexander Graf1-3/+3
2010-03-29Compile qemu-timer only onceBlue Swirl1-0/+167
2010-03-17split out qemu-timer.cPaolo Bonzini1-0/+12
2010-02-09add qemu_get_clock_nsPaolo Bonzini1-0/+1
2009-10-05Introduce QEMU_CLOCK_HOSTJan Kiszka1-0/+7
2009-09-11Make get_ticks_per_sec() a static inlineAnthony Liguori1-1/+4
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-08-10variable timer intervalsStefano Stabellini1-0/+1
2007-11-17Break up vl.h.pbrook1-0/+48