aboutsummaryrefslogtreecommitdiff
path: root/qemu-timer.h
AgeCommit message (Expand)Author
2012-05-08qemu-timer: Move include for __FreeBSD_version to headerAndreas Faerber
2012-04-27qemu-timer: Use bool, false, true for boolean valuesStefan Weil
2012-04-27qemu-timer: Remove unused function qemu_alarm_pendingStefan Weil
2012-04-27qemu-timer: Remove redundant include statementsStefan Weil
2012-04-26main_loop_wait: block indefinitelyStefano Stabellini
2012-03-30qtest: add clock managementPaolo Bonzini
2012-01-13ptimer: move declarations to ptimer.hPaolo Bonzini
2011-10-21main-loop: create main-loop.hPaolo Bonzini
2011-10-21qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini
2011-10-21qemu-timer: use atexit for quit_timersPaolo Bonzini
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini
2011-10-21qemu-timer: more clock functionsPaolo Bonzini
2011-07-23qemu-timer: Introduce clock reset notifierJan Kiszka
2011-04-27qemu-timer: Remove unneeded include statement (w32)Stefan Weil
2011-04-22vmstate: port pmtimerJuan Quintela
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