aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-timer.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-13ptimer: move declarations to ptimer.hPaolo Bonzini1-13/+0
2011-10-21main-loop: create main-loop.hPaolo Bonzini1-0/+1
2011-10-21qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini1-0/+2
2011-10-21qemu-timer: use atexit for quit_timersPaolo Bonzini1-1/+0
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini1-23/+1
2011-10-21qemu-timer: more clock functionsPaolo Bonzini1-0/+3
2011-07-23qemu-timer: Introduce clock reset notifierJan Kiszka1-0/+5
2011-04-27qemu-timer: Remove unneeded include statement (w32)Stefan Weil1-1/+0
2011-04-22vmstate: port pmtimerJuan Quintela1-2/+0
2011-04-15Move clock related functions to qemu-timer.hBlue Swirl1-0/+4
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