index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-22
qemu-timer: check active_timers outside lock/event
Paolo Bonzini
1
-4
/
+16
2016-08-09
timer: set vm_clock disabled default
Gonglei
1
-1
/
+1
2016-06-07
qemu-timer: Use DIV_ROUND_UP
Laurent Vivier
1
-1
/
+1
2016-03-15
icount: decouple warp calls
Pavel Dovgalyuk
1
-1
/
+3
2016-02-04
all: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-06
replay: checkpoints
Pavel Dovgalyuk
1
-7
/
+34
2015-11-06
replay: recording and replaying clock ticks
Pavel Dovgalyuk
1
-3
/
+5
2015-07-22
qemu-timer: initialize "timers_done_ev" to set
Paolo Bonzini
1
-1
/
+1
2015-06-19
qemu-timer: Call clock reset notifiers on forward jumps
Paul Donohue
1
-1
/
+1
2015-01-26
qemu-timer.c: Trim list of included headers
Peter Maydell
1
-6
/
+2
2015-01-26
qemu-timer: introduce timer_deinit
Paolo Bonzini
1
-3
/
+11
2015-01-14
qemu-timer: rename timer_init to timer_init_tl
Paolo Bonzini
1
-3
/
+3
2014-12-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2014-12-15
timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock
Pavel Dovgalyuk
1
-0
/
+2
2014-11-27
qemu-timer: Avoid overflows when converting timeout to struct timespec
Peter Maydell
1
-1
/
+8
2014-05-09
vl.c: remove init_clocks call from main
Kirill Batuzov
1
-0
/
+3
2014-05-07
qemu-timer: Add missing 'static' attribute
Stefan Weil
1
-1
/
+1
2013-10-17
timer: add timer_mod_anticipate and timer_mod_anticipate_ns
Paolo Bonzini
1
-0
/
+29
2013-10-17
timer: extract timer_mod_ns_locked and timerlist_rearm
Paolo Bonzini
1
-19
/
+32
2013-10-17
timer: make qemu_clock_enable sync between disable and timer's cb
Liu Ping Fan
1
-1
/
+22
2013-09-18
qemu-timer: do not take the lock in timer_pending
Paolo Bonzini
1
-14
/
+5
2013-09-18
qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe
Stefan Hajnoczi
1
-19
/
+68
2013-09-18
qemu-timer: drop outdated signal safety comments
Stefan Hajnoczi
1
-4
/
+0
2013-08-22
aio / timers: Remove legacy interface
Alex Bligh
1
-32
/
+3
2013-08-22
aio / timers: Remove main_loop_timerlist
Alex Bligh
1
-36
/
+27
2013-08-22
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
Alex Bligh
1
-37
/
+63
2013-08-22
aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline
Alex Bligh
1
-20
/
+0
2013-08-22
aio / timers: Remove alarm timers
Alex Bligh
1
-499
/
+1
2013-08-22
aio / timers: Use all timerlists in icount warp calculations
Alex Bligh
1
-0
/
+16
2013-08-22
aio / timers: On timer modification, qemu_notify or aio_notify
Alex Bligh
1
-3
/
+10
2013-08-22
aio / timers: Add a notify callback to QEMUTimerList
Alex Bligh
1
-7
/
+24
2013-08-22
aio / timers: Add QEMUTimerListGroup and helper functions
Alex Bligh
1
-0
/
+42
2013-08-22
aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList
Alex Bligh
1
-56
/
+151
2013-08-22
aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress
Alex Bligh
1
-6
/
+12
2013-08-22
aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack
Alex Bligh
1
-0
/
+7
2013-08-22
aio / timers: add ppoll support with qemu_poll_ns
Alex Bligh
1
-0
/
+24
2013-08-22
aio / timers: Consistent treatment of disabled clocks for deadlines
Alex Bligh
1
-1
/
+1
2013-08-22
aio / timers: add qemu-timer.c utility functions
Alex Bligh
1
-0
/
+50
2013-08-22
aio / timers: Rename qemu_new_clock and expose clock types
Alex Bligh
1
-8
/
+4
2013-08-22
aio / timers: Rename qemu_timer_* functions
Alex Bligh
1
-10
/
+10
2013-04-12
qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32
Paolo Bonzini
1
-18
/
+6
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
1
-1
/
+1
2012-12-19
net: do not include net.h everywhere
Paolo Bonzini
1
-1
/
+0
2012-11-10
qemu-timer: Fix compilation for non-POSIX hosts
Stefan Weil
1
-0
/
+2
2012-11-04
build: pthread_atfork() needs include of pthread.h
Anthony Liguori
1
-0
/
+3
2012-11-02
qemu-timer: reinitialize timers after fork
Paolo Bonzini
1
-0
/
+14
2012-10-31
Merge remote-tracking branch 'origin/master' into threadpool
Paolo Bonzini
1
-2
/
+2
[next]