summaryrefslogtreecommitdiffstats
path: root/qemu-timer.c
Commit message (Expand)AuthorAgeFilesLines
...
* qemu_next_deadline should not consider host-time timersPaolo Bonzini2011-04-151-9/+4
* Revert wrong fixes for -icount in the iothread casePaolo Bonzini2011-04-151-30/+36
* enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini2011-04-151-1/+93
* remove qemu_get_clockPaolo Bonzini2011-03-211-17/+0
* add a generic scaling mechanism for timersPaolo Bonzini2011-03-211-8/+17
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-6/+6
* change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-3/+3
* use win32 timer queuesPaolo Bonzini2011-03-131-51/+35
* implement win32 dynticks timerPaolo Bonzini2011-03-131-1/+6
* do not use qemu_icount_delta in the !use_icount casePaolo Bonzini2011-02-231-34/+25
* qemu-timer: Fix compilation of new timer code for w32, w64Stefan Weil2011-02-071-2/+2
* Unify alarm deadline computationPaolo Bonzini2011-02-041-17/+11
* Correct alarm deadline computationPaolo Bonzini2011-02-041-4/+11
* use nanoseconds everywhere for timeout computationPaolo Bonzini2011-02-041-16/+16
* Avoid deadlock whith iothread and icountEdgar E. Iglesias2011-01-231-6/+9
* qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl2010-10-231-73/+0
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* Compile qemu-timer only onceBlue Swirl2010-03-291-18/+2
* Add a missing #include for FreeBSD hostsJuergen Lock2010-03-271-0/+3
* fix race between timer firing vs. alarm_timer->pending = 0Paolo Bonzini2010-03-271-2/+2
* split out qemu-timer.cPaolo Bonzini2010-03-171-0/+1203
OpenPOWER on IntegriCloud