index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
timer: add timer_mod_anticipate and timer_mod_anticipate_ns
Paolo Bonzini
2013-10-17
1
-0
/
+29
*
timer: extract timer_mod_ns_locked and timerlist_rearm
Paolo Bonzini
2013-10-17
1
-19
/
+32
*
timer: make qemu_clock_enable sync between disable and timer's cb
Liu Ping Fan
2013-10-17
1
-1
/
+22
*
qemu-timer: do not take the lock in timer_pending
Paolo Bonzini
2013-09-18
1
-14
/
+5
*
qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe
Stefan Hajnoczi
2013-09-18
1
-19
/
+68
*
qemu-timer: drop outdated signal safety comments
Stefan Hajnoczi
2013-09-18
1
-4
/
+0
*
aio / timers: Remove legacy interface
Alex Bligh
2013-08-22
1
-32
/
+3
*
aio / timers: Remove main_loop_timerlist
Alex Bligh
2013-08-22
1
-36
/
+27
*
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
Alex Bligh
2013-08-22
1
-37
/
+63
*
aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline
Alex Bligh
2013-08-22
1
-20
/
+0
*
aio / timers: Remove alarm timers
Alex Bligh
2013-08-22
1
-499
/
+1
*
aio / timers: Use all timerlists in icount warp calculations
Alex Bligh
2013-08-22
1
-0
/
+16
*
aio / timers: On timer modification, qemu_notify or aio_notify
Alex Bligh
2013-08-22
1
-3
/
+10
*
aio / timers: Add a notify callback to QEMUTimerList
Alex Bligh
2013-08-22
1
-7
/
+24
*
aio / timers: Add QEMUTimerListGroup and helper functions
Alex Bligh
2013-08-22
1
-0
/
+42
*
aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList
Alex Bligh
2013-08-22
1
-56
/
+151
*
aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress
Alex Bligh
2013-08-22
1
-6
/
+12
*
aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack
Alex Bligh
2013-08-22
1
-0
/
+7
*
aio / timers: add ppoll support with qemu_poll_ns
Alex Bligh
2013-08-22
1
-0
/
+24
*
aio / timers: Consistent treatment of disabled clocks for deadlines
Alex Bligh
2013-08-22
1
-1
/
+1
*
aio / timers: add qemu-timer.c utility functions
Alex Bligh
2013-08-22
1
-0
/
+50
*
aio / timers: Rename qemu_new_clock and expose clock types
Alex Bligh
2013-08-22
1
-8
/
+4
*
aio / timers: Rename qemu_timer_* functions
Alex Bligh
2013-08-22
1
-10
/
+10
*
qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32
Paolo Bonzini
2013-04-12
1
-18
/
+6
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
net: do not include net.h everywhere
Paolo Bonzini
2012-12-19
1
-1
/
+0
*
qemu-timer: Fix compilation for non-POSIX hosts
Stefan Weil
2012-11-10
1
-0
/
+2
*
build: pthread_atfork() needs include of pthread.h
Anthony Liguori
2012-11-04
1
-0
/
+3
*
qemu-timer: reinitialize timers after fork
Paolo Bonzini
2012-11-02
1
-0
/
+14
*
Merge remote-tracking branch 'origin/master' into threadpool
Paolo Bonzini
2012-10-31
1
-2
/
+2
|
\
|
*
qemu-timer: Check for usable fields for SIGEV_THREAD_ID
Richard Henderson
2012-10-28
1
-2
/
+2
*
|
qemu-timer: make initialization functions idempotent
Paolo Bonzini
2012-10-30
1
-3
/
+9
|
/
*
qemu-timer: simplify qemu_run_timers
Paolo Bonzini
2012-09-23
1
-4
/
+3
*
qemu-timer: properly arm alarm timer for timers set by device initialization
Paolo Bonzini
2012-09-04
1
-3
/
+0
*
qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAX
Stefano Stabellini
2012-08-09
1
-7
/
+3
*
Support 'help' as a synonym for '?' in command line options
Peter Maydell
2012-08-02
1
-1
/
+1
*
qemu-timer: Fix wrong error message
Stefan Weil
2012-05-14
1
-5
/
+2
*
qemu-timer: Move include for __FreeBSD_version to header
Andreas Faerber
2012-05-08
1
-4
/
+0
*
qemu-timer: Fix limits for w32 mmtimer
Stefan Weil
2012-05-03
1
-20
/
+14
*
qemu-timer: Optimize data structures
Stefan Weil
2012-04-27
1
-7
/
+7
*
qemu-timer: Remove function alarm_has_dynticks
Stefan Weil
2012-04-27
1
-31
/
+8
*
qemu-timer: Use bool, false, true for boolean values
Stefan Weil
2012-04-27
1
-15
/
+16
*
qemu-timer: Remove unused function qemu_alarm_pending
Stefan Weil
2012-04-27
1
-5
/
+0
*
qemu-timer: Remove redundant include statements
Stefan Weil
2012-04-27
1
-9
/
+2
*
main_loop_wait: block indefinitely
Stefano Stabellini
2012-04-26
1
-5
/
+0
*
qemu_next_alarm_deadline: check the expire time of a clock only if it is enabled
Stefano Stabellini
2012-04-26
1
-6
/
+4
*
timers: the rearm function should be able to handle delta = INT64_MAX
Stefano Stabellini
2012-04-26
1
-5
/
+13
[next]