summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qemu-timer: Move include for __FreeBSD_version to headerAndreas Faerber2012-05-081-0/+4
* qemu-timer: Use bool, false, true for boolean valuesStefan Weil2012-04-271-3/+3
* qemu-timer: Remove unused function qemu_alarm_pendingStefan Weil2012-04-271-1/+0
* qemu-timer: Remove redundant include statementsStefan Weil2012-04-271-6/+0
* main_loop_wait: block indefinitelyStefano Stabellini2012-04-261-1/+0
* qtest: add clock managementPaolo Bonzini2012-03-301-0/+1
* ptimer: move declarations to ptimer.hPaolo Bonzini2012-01-131-13/+0
* main-loop: create main-loop.hPaolo Bonzini2011-10-211-0/+1
* qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini2011-10-211-0/+2
* qemu-timer: use atexit for quit_timersPaolo Bonzini2011-10-211-1/+0
* qemu-timer: move icount to cpus.cPaolo Bonzini2011-10-211-23/+1
* qemu-timer: more clock functionsPaolo Bonzini2011-10-211-0/+3
* qemu-timer: Introduce clock reset notifierJan Kiszka2011-07-231-0/+5
* qemu-timer: Remove unneeded include statement (w32)Stefan Weil2011-04-271-1/+0
* vmstate: port pmtimerJuan Quintela2011-04-221-2/+0
* Move clock related functions to qemu-timer.hBlue Swirl2011-04-151-0/+4
* qemu_next_deadline should not consider host-time timersPaolo Bonzini2011-04-151-1/+1
* enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini2011-04-151-0/+1
* remove qemu_get_clockPaolo Bonzini2011-03-211-1/+0
* add a generic scaling mechanism for timersPaolo Bonzini2011-03-211-5/+4
* add more helper functions with explicit milli/nanosecond resolutionPaolo Bonzini2011-03-211-0/+23
* Mov muldiv64 to qemu-common.h (Thus unbreaking gus)malc2010-10-301-24/+0
* qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl2010-10-231-0/+74
* Implement cpu_get_real_ticks for Alpha.Richard Henderson2010-04-271-0/+13
* Fix --enable-profiler compilation.Richard Henderson2010-04-171-0/+11
* Make cpu_get_real_ticks use mfsprAlexander Graf2010-04-031-3/+3
* Compile qemu-timer only onceBlue Swirl2010-03-291-0/+167
* split out qemu-timer.cPaolo Bonzini2010-03-171-0/+12
* add qemu_get_clock_nsPaolo Bonzini2010-02-091-0/+1
* Introduce QEMU_CLOCK_HOSTJan Kiszka2009-10-051-0/+7
* Make get_ticks_per_sec() a static inlineAnthony Liguori2009-09-111-1/+4
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* variable timer intervalsStefano Stabellini2009-08-101-0/+1
* Break up vl.h.pbrook2007-11-171-0/+48