index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-21
qemu-timer: do not use RunState change handlers
Paolo Bonzini
1
-8
/
+4
2011-10-21
qemu-timer: move more stuff out of qemu-timer.c
Paolo Bonzini
1
-31
/
+4
2011-10-21
qemu-timer: use atexit for quit_timers
Paolo Bonzini
1
-7
/
+8
2011-10-21
qemu-timer: do not refer to runstate_is_running()
Paolo Bonzini
1
-4
/
+1
2011-10-21
qemu-timer: move icount to cpus.c
Paolo Bonzini
1
-279
/
+0
2011-10-21
qemu-timer: more clock functions
Paolo Bonzini
1
-0
/
+25
2011-10-21
qemu-timer: move common code to qemu_rearm_alarm_timer
Paolo Bonzini
1
-76
/
+53
2011-10-21
qemu-timer: remove active_timers array
Paolo Bonzini
1
-31
/
+28
2011-09-15
Drop the vm_running global variable
Luiz Capitulino
1
-3
/
+3
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
1
-1
/
+2
2011-09-02
main: force enabling of I/O thread
Anthony Liguori
1
-53
/
+0
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-5
/
+5
2011-07-23
Register Linux dyntick timer as per-thread signal
Jan Kiszka
1
-0
/
+8
2011-07-23
qemu-timer: Introduce clock reset notifier
Jan Kiszka
1
-1
/
+28
2011-07-23
qemu-timer: change unix timer to dynticks
Paolo Bonzini
1
-12
/
+28
2011-06-06
timer: drop HPET and RTC
Anthony Liguori
1
-120
/
+0
2011-04-27
qemu-timer: Fix timers for w32
Stefan Weil
1
-0
/
+96
2011-04-27
qemu-timer: Avoid type casts
Stefan Weil
1
-20
/
+22
2011-04-27
qemu-timer: Add and use new function qemu_timer_expired_ns
Stefan Weil
1
-7
/
+10
2011-04-15
qemu_next_deadline should not consider host-time timers
Paolo Bonzini
1
-9
/
+4
2011-04-15
Revert wrong fixes for -icount in the iothread case
Paolo Bonzini
1
-30
/
+36
2011-04-15
enable vm_clock to "warp" in the iothread+icount case
Paolo Bonzini
1
-1
/
+93
2011-03-21
remove qemu_get_clock
Paolo Bonzini
1
-17
/
+0
2011-03-21
add a generic scaling mechanism for timers
Paolo Bonzini
1
-8
/
+17
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-6
/
+6
2011-03-21
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
1
-3
/
+3
2011-03-13
use win32 timer queues
Paolo Bonzini
1
-51
/
+35
2011-03-13
implement win32 dynticks timer
Paolo Bonzini
1
-1
/
+6
2011-02-23
do not use qemu_icount_delta in the !use_icount case
Paolo Bonzini
1
-34
/
+25
2011-02-07
qemu-timer: Fix compilation of new timer code for w32, w64
Stefan Weil
1
-2
/
+2
2011-02-04
Unify alarm deadline computation
Paolo Bonzini
1
-17
/
+11
2011-02-04
Correct alarm deadline computation
Paolo Bonzini
1
-4
/
+11
2011-02-04
use nanoseconds everywhere for timeout computation
Paolo Bonzini
1
-16
/
+16
2011-01-23
Avoid deadlock whith iothread and icount
Edgar E. Iglesias
1
-6
/
+9
2010-10-23
qemu-timer: move commonly used timer code to qemu-timer-common
Blue Swirl
1
-73
/
+0
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-1
/
+1
2010-03-29
Compile qemu-timer only once
Blue Swirl
1
-18
/
+2
2010-03-27
Add a missing #include for FreeBSD hosts
Juergen Lock
1
-0
/
+3
2010-03-27
fix race between timer firing vs. alarm_timer->pending = 0
Paolo Bonzini
1
-2
/
+2
2010-03-17
split out qemu-timer.c
Paolo Bonzini
1
-0
/
+1203