summaryrefslogtreecommitdiffstats
path: root/qemu-timer.c
Commit message (Expand)AuthorAgeFilesLines
* aio / timers: Remove legacy interfaceAlex Bligh2013-08-221-32/+3
* aio / timers: Remove main_loop_timerlistAlex Bligh2013-08-221-36/+27
* aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh2013-08-221-37/+63
* aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh2013-08-221-20/+0
* aio / timers: Remove alarm timersAlex Bligh2013-08-221-499/+1
* aio / timers: Use all timerlists in icount warp calculationsAlex Bligh2013-08-221-0/+16
* aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh2013-08-221-3/+10
* aio / timers: Add a notify callback to QEMUTimerListAlex Bligh2013-08-221-7/+24
* aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh2013-08-221-0/+42
* aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh2013-08-221-56/+151
* aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh2013-08-221-6/+12
* aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slackAlex Bligh2013-08-221-0/+7
* aio / timers: add ppoll support with qemu_poll_nsAlex Bligh2013-08-221-0/+24
* aio / timers: Consistent treatment of disabled clocks for deadlinesAlex Bligh2013-08-221-1/+1
* aio / timers: add qemu-timer.c utility functionsAlex Bligh2013-08-221-0/+50
* aio / timers: Rename qemu_new_clock and expose clock typesAlex Bligh2013-08-221-8/+4
* aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-221-10/+10
* qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32Paolo Bonzini2013-04-121-18/+6
* 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
OpenPOWER on IntegriCloud