summaryrefslogtreecommitdiffstats
path: root/qemu-timer.c
Commit message (Expand)AuthorAgeFilesLines
...
* qemu-timer: Move include for __FreeBSD_version to headerAndreas Faerber2012-05-081-4/+0
* qemu-timer: Fix limits for w32 mmtimerStefan Weil2012-05-031-20/+14
* qemu-timer: Optimize data structuresStefan Weil2012-04-271-7/+7
* qemu-timer: Remove function alarm_has_dynticksStefan Weil2012-04-271-31/+8
* qemu-timer: Use bool, false, true for boolean valuesStefan Weil2012-04-271-15/+16
* qemu-timer: Remove unused function qemu_alarm_pendingStefan Weil2012-04-271-5/+0
* qemu-timer: Remove redundant include statementsStefan Weil2012-04-271-9/+2
* main_loop_wait: block indefinitelyStefano Stabellini2012-04-261-5/+0
* qemu_next_alarm_deadline: check the expire time of a clock only if it is enabledStefano Stabellini2012-04-261-6/+4
* timers: the rearm function should be able to handle delta = INT64_MAXStefano Stabellini2012-04-261-5/+13
* qemu-timer.c: Remove 250us timeoutsPeter Portante2012-04-161-5/+5
* qtest: add clock managementPaolo Bonzini2012-03-301-1/+1
* notifier: switch to QLISTPaolo Bonzini2012-02-171-1/+1
* remove #if 0 code for timersPaolo Bonzini2012-01-271-29/+0
* win32: remove broken timersPaolo Bonzini2011-11-091-3/+1
* qemu-timer: do not use RunState change handlersPaolo Bonzini2011-10-211-8/+4
* qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini2011-10-211-31/+4
* qemu-timer: use atexit for quit_timersPaolo Bonzini2011-10-211-7/+8
* qemu-timer: do not refer to runstate_is_running()Paolo Bonzini2011-10-211-4/+1
* qemu-timer: move icount to cpus.cPaolo Bonzini2011-10-211-279/+0
* qemu-timer: more clock functionsPaolo Bonzini2011-10-211-0/+25
* qemu-timer: move common code to qemu_rearm_alarm_timerPaolo Bonzini2011-10-211-76/+53
* qemu-timer: remove active_timers arrayPaolo Bonzini2011-10-211-31/+28
* Drop the vm_running global variableLuiz Capitulino2011-09-151-3/+3
* Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-1/+2
* main: force enabling of I/O threadAnthony Liguori2011-09-021-53/+0
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-5/+5
* Register Linux dyntick timer as per-thread signalJan Kiszka2011-07-231-0/+8
* qemu-timer: Introduce clock reset notifierJan Kiszka2011-07-231-1/+28
* qemu-timer: change unix timer to dynticksPaolo Bonzini2011-07-231-12/+28
* timer: drop HPET and RTCAnthony Liguori2011-06-061-120/+0
* qemu-timer: Fix timers for w32Stefan Weil2011-04-271-0/+96
* qemu-timer: Avoid type castsStefan Weil2011-04-271-20/+22
* qemu-timer: Add and use new function qemu_timer_expired_nsStefan Weil2011-04-271-7/+10
* qemu_next_deadline should not consider host-time timersPaolo Bonzini2011-04-151-9/+4
* Revert wrong fixes for -icount in the iothread casePaolo Bonzini2011-04-151-30/+36
* enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini2011-04-151-1/+93
* remove qemu_get_clockPaolo Bonzini2011-03-211-17/+0
* add a generic scaling mechanism for timersPaolo Bonzini2011-03-211-8/+17
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-6/+6
* change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-3/+3
* use win32 timer queuesPaolo Bonzini2011-03-131-51/+35
* implement win32 dynticks timerPaolo Bonzini2011-03-131-1/+6
* do not use qemu_icount_delta in the !use_icount casePaolo Bonzini2011-02-231-34/+25
* qemu-timer: Fix compilation of new timer code for w32, w64Stefan Weil2011-02-071-2/+2
* Unify alarm deadline computationPaolo Bonzini2011-02-041-17/+11
* Correct alarm deadline computationPaolo Bonzini2011-02-041-4/+11
* use nanoseconds everywhere for timeout computationPaolo Bonzini2011-02-041-16/+16
* Avoid deadlock whith iothread and icountEdgar E. Iglesias2011-01-231-6/+9
* qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl2010-10-231-73/+0
OpenPOWER on IntegriCloud