summaryrefslogtreecommitdiffstats
path: root/qemu-timer.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-timer: initialize "timers_done_ev" to setPaolo Bonzini2015-07-221-1/+1
* qemu-timer: Call clock reset notifiers on forward jumpsPaul Donohue2015-06-191-1/+1
* qemu-timer.c: Trim list of included headersPeter Maydell2015-01-261-6/+2
* qemu-timer: introduce timer_deinitPaolo Bonzini2015-01-261-3/+11
* qemu-timer: rename timer_init to timer_init_tlPaolo Bonzini2015-01-141-3/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-12-151-0/+2
|\
| * timer: introduce new QEMU_CLOCK_VIRTUAL_RT clockPavel Dovgalyuk2014-12-151-0/+2
* | qemu-timer: Avoid overflows when converting timeout to struct timespecPeter Maydell2014-11-271-1/+8
|/
* vl.c: remove init_clocks call from mainKirill Batuzov2014-05-091-0/+3
* qemu-timer: Add missing 'static' attributeStefan Weil2014-05-071-1/+1
* timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini2013-10-171-0/+29
* timer: extract timer_mod_ns_locked and timerlist_rearmPaolo Bonzini2013-10-171-19/+32
* timer: make qemu_clock_enable sync between disable and timer's cbLiu Ping Fan2013-10-171-1/+22
* qemu-timer: do not take the lock in timer_pendingPaolo Bonzini2013-09-181-14/+5
* qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safeStefan Hajnoczi2013-09-181-19/+68
* qemu-timer: drop outdated signal safety commentsStefan Hajnoczi2013-09-181-4/+0
* 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
OpenPOWER on IntegriCloud