aboutsummaryrefslogtreecommitdiff
path: root/qemu-timer.c
AgeCommit message (Expand)Author
2013-04-12qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32Paolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini
2012-12-19net: do not include net.h everywherePaolo Bonzini
2012-11-10qemu-timer: Fix compilation for non-POSIX hostsStefan Weil
2012-11-04build: pthread_atfork() needs include of pthread.hAnthony Liguori
2012-11-02qemu-timer: reinitialize timers after forkPaolo Bonzini
2012-10-31Merge remote-tracking branch 'origin/master' into threadpoolPaolo Bonzini
2012-10-30qemu-timer: make initialization functions idempotentPaolo Bonzini
2012-10-28qemu-timer: Check for usable fields for SIGEV_THREAD_IDRichard Henderson
2012-09-23qemu-timer: simplify qemu_run_timersPaolo Bonzini
2012-09-04qemu-timer: properly arm alarm timer for timers set by device initializationPaolo Bonzini
2012-08-09qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAXStefano Stabellini
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell
2012-05-14qemu-timer: Fix wrong error messageStefan Weil
2012-05-08qemu-timer: Move include for __FreeBSD_version to headerAndreas Faerber
2012-05-03qemu-timer: Fix limits for w32 mmtimerStefan Weil
2012-04-27qemu-timer: Optimize data structuresStefan Weil
2012-04-27qemu-timer: Remove function alarm_has_dynticksStefan Weil
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-04-26qemu_next_alarm_deadline: check the expire time of a clock only if it is enabledStefano Stabellini
2012-04-26timers: the rearm function should be able to handle delta = INT64_MAXStefano Stabellini
2012-04-16qemu-timer.c: Remove 250us timeoutsPeter Portante
2012-03-30qtest: add clock managementPaolo Bonzini
2012-02-17notifier: switch to QLISTPaolo Bonzini
2012-01-27remove #if 0 code for timersPaolo Bonzini
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