summaryrefslogtreecommitdiff
path: root/qemu-timer.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini1-0/+29
2013-10-17timer: extract timer_mod_ns_locked and timerlist_rearmPaolo Bonzini1-19/+32
2013-10-17timer: make qemu_clock_enable sync between disable and timer's cbLiu Ping Fan1-1/+22
2013-09-18qemu-timer: do not take the lock in timer_pendingPaolo Bonzini1-14/+5
2013-09-18qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safeStefan Hajnoczi1-19/+68
2013-09-18qemu-timer: drop outdated signal safety commentsStefan Hajnoczi1-4/+0
2013-08-22aio / timers: Remove legacy interfaceAlex Bligh1-32/+3
2013-08-22aio / timers: Remove main_loop_timerlistAlex Bligh1-36/+27
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh1-37/+63
2013-08-22aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh1-20/+0
2013-08-22aio / timers: Remove alarm timersAlex Bligh1-499/+1
2013-08-22aio / timers: Use all timerlists in icount warp calculationsAlex Bligh1-0/+16
2013-08-22aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh1-3/+10
2013-08-22aio / timers: Add a notify callback to QEMUTimerListAlex Bligh1-7/+24
2013-08-22aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh1-0/+42
2013-08-22aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh1-56/+151
2013-08-22aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh1-6/+12
2013-08-22aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slackAlex Bligh1-0/+7
2013-08-22aio / timers: add ppoll support with qemu_poll_nsAlex Bligh1-0/+24
2013-08-22aio / timers: Consistent treatment of disabled clocks for deadlinesAlex Bligh1-1/+1
2013-08-22aio / timers: add qemu-timer.c utility functionsAlex Bligh1-0/+50
2013-08-22aio / timers: Rename qemu_new_clock and expose clock typesAlex Bligh1-8/+4
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh1-10/+10
2013-04-12qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32Paolo Bonzini1-18/+6
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-1/+1
2012-12-19net: do not include net.h everywherePaolo Bonzini1-1/+0
2012-11-10qemu-timer: Fix compilation for non-POSIX hostsStefan Weil1-0/+2
2012-11-04build: pthread_atfork() needs include of pthread.hAnthony Liguori1-0/+3
2012-11-02qemu-timer: reinitialize timers after forkPaolo Bonzini1-0/+14
2012-10-31Merge remote-tracking branch 'origin/master' into threadpoolPaolo Bonzini1-2/+2
2012-10-30qemu-timer: make initialization functions idempotentPaolo Bonzini1-3/+9
2012-10-28qemu-timer: Check for usable fields for SIGEV_THREAD_IDRichard Henderson1-2/+2
2012-09-23qemu-timer: simplify qemu_run_timersPaolo Bonzini1-4/+3
2012-09-04qemu-timer: properly arm alarm timer for timers set by device initializationPaolo Bonzini1-3/+0
2012-08-09qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAXStefano Stabellini1-7/+3
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell1-1/+1
2012-05-14qemu-timer: Fix wrong error messageStefan Weil1-5/+2
2012-05-08qemu-timer: Move include for __FreeBSD_version to headerAndreas Faerber1-4/+0
2012-05-03qemu-timer: Fix limits for w32 mmtimerStefan Weil1-20/+14
2012-04-27qemu-timer: Optimize data structuresStefan Weil1-7/+7
2012-04-27qemu-timer: Remove function alarm_has_dynticksStefan Weil1-31/+8
2012-04-27qemu-timer: Use bool, false, true for boolean valuesStefan Weil1-15/+16
2012-04-27qemu-timer: Remove unused function qemu_alarm_pendingStefan Weil1-5/+0
2012-04-27qemu-timer: Remove redundant include statementsStefan Weil1-9/+2
2012-04-26main_loop_wait: block indefinitelyStefano Stabellini1-5/+0
2012-04-26qemu_next_alarm_deadline: check the expire time of a clock only if it is enabledStefano Stabellini1-6/+4
2012-04-26timers: the rearm function should be able to handle delta = INT64_MAXStefano Stabellini1-5/+13