aboutsummaryrefslogtreecommitdiff
path: root/qemu-timer.c
AgeCommit message (Expand)Author
2011-11-09win32: remove broken timersPaolo Bonzini
2011-10-21qemu-timer: do not use RunState change handlersPaolo 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: do not refer to runstate_is_running()Paolo Bonzini
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini
2011-10-21qemu-timer: more clock functionsPaolo Bonzini
2011-10-21qemu-timer: move common code to qemu_rearm_alarm_timerPaolo Bonzini
2011-10-21qemu-timer: remove active_timers arrayPaolo Bonzini
2011-09-15Drop the vm_running global variableLuiz Capitulino
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-02main: force enabling of I/O threadAnthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23Register Linux dyntick timer as per-thread signalJan Kiszka
2011-07-23qemu-timer: Introduce clock reset notifierJan Kiszka
2011-07-23qemu-timer: change unix timer to dynticksPaolo Bonzini
2011-06-06timer: drop HPET and RTCAnthony Liguori
2011-04-27qemu-timer: Fix timers for w32Stefan Weil
2011-04-27qemu-timer: Avoid type castsStefan Weil
2011-04-27qemu-timer: Add and use new function qemu_timer_expired_nsStefan Weil
2011-04-15qemu_next_deadline should not consider host-time timersPaolo Bonzini
2011-04-15Revert wrong fixes for -icount in the iothread casePaolo 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-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-03-13use win32 timer queuesPaolo Bonzini
2011-03-13implement win32 dynticks timerPaolo Bonzini
2011-02-23do not use qemu_icount_delta in the !use_icount casePaolo Bonzini
2011-02-07qemu-timer: Fix compilation of new timer code for w32, w64Stefan Weil
2011-02-04Unify alarm deadline computationPaolo Bonzini
2011-02-04Correct alarm deadline computationPaolo Bonzini
2011-02-04use nanoseconds everywhere for timeout computationPaolo Bonzini
2011-01-23Avoid deadlock whith iothread and icountEdgar E. Iglesias
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-03-29Compile qemu-timer only onceBlue Swirl
2010-03-27Add a missing #include for FreeBSD hostsJuergen Lock
2010-03-27fix race between timer firing vs. alarm_timer->pending = 0Paolo Bonzini
2010-03-17split out qemu-timer.cPaolo Bonzini