GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Register Linux dyntick timer as per-thread signal
Jan Kiszka
2011-07-23
1
-0
/
+8
*
qemu-timer: Introduce clock reset notifier
Jan Kiszka
2011-07-23
1
-1
/
+28
*
qemu-timer: change unix timer to dynticks
Paolo Bonzini
2011-07-23
1
-12
/
+28
*
timer: drop HPET and RTC
Anthony Liguori
2011-06-06
1
-120
/
+0
*
qemu-timer: Fix timers for w32
Stefan Weil
2011-04-27
1
-0
/
+96
*
qemu-timer: Avoid type casts
Stefan Weil
2011-04-27
1
-20
/
+22
*
qemu-timer: Add and use new function qemu_timer_expired_ns
Stefan Weil
2011-04-27
1
-7
/
+10
*
qemu_next_deadline should not consider host-time timers
Paolo Bonzini
2011-04-15
1
-9
/
+4
*
Revert wrong fixes for -icount in the iothread case
Paolo Bonzini
2011-04-15
1
-30
/
+36
*
enable vm_clock to "warp" in the iothread+icount case
Paolo Bonzini
2011-04-15
1
-1
/
+93
*
remove qemu_get_clock
Paolo Bonzini
2011-03-21
1
-17
/
+0
*
add a generic scaling mechanism for timers
Paolo Bonzini
2011-03-21
1
-8
/
+17
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-6
/
+6
*
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
2011-03-21
1
-3
/
+3
*
use win32 timer queues
Paolo Bonzini
2011-03-13
1
-51
/
+35
*
implement win32 dynticks timer
Paolo Bonzini
2011-03-13
1
-1
/
+6
*
do not use qemu_icount_delta in the !use_icount case
Paolo Bonzini
2011-02-23
1
-34
/
+25
*
qemu-timer: Fix compilation of new timer code for w32, w64
Stefan Weil
2011-02-07
1
-2
/
+2
*
Unify alarm deadline computation
Paolo Bonzini
2011-02-04
1
-17
/
+11
*
Correct alarm deadline computation
Paolo Bonzini
2011-02-04
1
-4
/
+11
*
use nanoseconds everywhere for timeout computation
Paolo Bonzini
2011-02-04
1
-16
/
+16
*
Avoid deadlock whith iothread and icount
Edgar E. Iglesias
2011-01-23
1
-6
/
+9
*
qemu-timer: move commonly used timer code to qemu-timer-common
Blue Swirl
2010-10-23
1
-73
/
+0
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-1
/
+1
*
Compile qemu-timer only once
Blue Swirl
2010-03-29
1
-18
/
+2
*
Add a missing #include for FreeBSD hosts
Juergen Lock
2010-03-27
1
-0
/
+3
*
fix race between timer firing vs. alarm_timer->pending = 0
Paolo Bonzini
2010-03-27
1
-2
/
+2
*
split out qemu-timer.c
Paolo Bonzini
2010-03-17
1
-0
/
+1203