aboutsummaryrefslogtreecommitdiff
path: root/qemu-timer.c
AgeCommit message (Expand)Author
2014-05-09vl.c: remove init_clocks call from mainKirill Batuzov
2014-05-07qemu-timer: Add missing 'static' attributeStefan Weil
2013-10-17timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini
2013-10-17timer: extract timer_mod_ns_locked and timerlist_rearmPaolo Bonzini
2013-10-17timer: make qemu_clock_enable sync between disable and timer's cbLiu Ping Fan
2013-09-18qemu-timer: do not take the lock in timer_pendingPaolo Bonzini
2013-09-18qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safeStefan Hajnoczi
2013-09-18qemu-timer: drop outdated signal safety commentsStefan Hajnoczi
2013-08-22aio / timers: Remove legacy interfaceAlex Bligh
2013-08-22aio / timers: Remove main_loop_timerlistAlex Bligh
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh
2013-08-22aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh
2013-08-22aio / timers: Remove alarm timersAlex Bligh
2013-08-22aio / timers: Use all timerlists in icount warp calculationsAlex Bligh
2013-08-22aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh
2013-08-22aio / timers: Add a notify callback to QEMUTimerListAlex Bligh
2013-08-22aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh
2013-08-22aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh
2013-08-22aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh
2013-08-22aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slackAlex Bligh
2013-08-22aio / timers: add ppoll support with qemu_poll_nsAlex Bligh
2013-08-22aio / timers: Consistent treatment of disabled clocks for deadlinesAlex Bligh
2013-08-22aio / timers: add qemu-timer.c utility functionsAlex Bligh
2013-08-22aio / timers: Rename qemu_new_clock and expose clock typesAlex Bligh
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh
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