index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-09
qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAX
Stefano Stabellini
1
-7
/
+3
2012-08-02
Support 'help' as a synonym for '?' in command line options
Peter Maydell
1
-1
/
+1
2012-05-14
qemu-timer: Fix wrong error message
Stefan Weil
1
-5
/
+2
2012-05-08
qemu-timer: Move include for __FreeBSD_version to header
Andreas Faerber
1
-4
/
+0
2012-05-03
qemu-timer: Fix limits for w32 mmtimer
Stefan Weil
1
-20
/
+14
2012-04-27
qemu-timer: Optimize data structures
Stefan Weil
1
-7
/
+7
2012-04-27
qemu-timer: Remove function alarm_has_dynticks
Stefan Weil
1
-31
/
+8
2012-04-27
qemu-timer: Use bool, false, true for boolean values
Stefan Weil
1
-15
/
+16
2012-04-27
qemu-timer: Remove unused function qemu_alarm_pending
Stefan Weil
1
-5
/
+0
2012-04-27
qemu-timer: Remove redundant include statements
Stefan Weil
1
-9
/
+2
2012-04-26
main_loop_wait: block indefinitely
Stefano Stabellini
1
-5
/
+0
2012-04-26
qemu_next_alarm_deadline: check the expire time of a clock only if it is enabled
Stefano Stabellini
1
-6
/
+4
2012-04-26
timers: the rearm function should be able to handle delta = INT64_MAX
Stefano Stabellini
1
-5
/
+13
2012-04-16
qemu-timer.c: Remove 250us timeouts
Peter Portante
1
-5
/
+5
2012-03-30
qtest: add clock management
Paolo Bonzini
1
-1
/
+1
2012-02-17
notifier: switch to QLIST
Paolo Bonzini
1
-1
/
+1
2012-01-27
remove #if 0 code for timers
Paolo Bonzini
1
-29
/
+0
2011-11-09
win32: remove broken timers
Paolo Bonzini
1
-3
/
+1
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
[next]