summaryrefslogtreecommitdiffstats
path: root/qemu-timer.c
Commit message (Expand)AuthorAgeFilesLines
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
* net: do not include net.h everywherePaolo Bonzini2012-12-191-1/+0
* qemu-timer: Fix compilation for non-POSIX hostsStefan Weil2012-11-101-0/+2
* build: pthread_atfork() needs include of pthread.hAnthony Liguori2012-11-041-0/+3
* qemu-timer: reinitialize timers after forkPaolo Bonzini2012-11-021-0/+14
* Merge remote-tracking branch 'origin/master' into threadpoolPaolo Bonzini2012-10-311-2/+2
|\
| * qemu-timer: Check for usable fields for SIGEV_THREAD_IDRichard Henderson2012-10-281-2/+2
* | qemu-timer: make initialization functions idempotentPaolo Bonzini2012-10-301-3/+9
|/
* qemu-timer: simplify qemu_run_timersPaolo Bonzini2012-09-231-4/+3
* qemu-timer: properly arm alarm timer for timers set by device initializationPaolo Bonzini2012-09-041-3/+0
* qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAXStefano Stabellini2012-08-091-7/+3
* Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-1/+1
* qemu-timer: Fix wrong error messageStefan Weil2012-05-141-5/+2
* 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
OpenPOWER on IntegriCloud