| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | qemu-timer: make initialization functions idempotent | Paolo Bonzini | 2012-10-30 | 1 | -3/+9 |
|/ |
|
* | qemu-timer: simplify qemu_run_timers | Paolo Bonzini | 2012-09-23 | 1 | -4/+3 |
* | qemu-timer: properly arm alarm timer for timers set by device initialization | Paolo Bonzini | 2012-09-04 | 1 | -3/+0 |
* | qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAX | Stefano Stabellini | 2012-08-09 | 1 | -7/+3 |
* | Support 'help' as a synonym for '?' in command line options | Peter Maydell | 2012-08-02 | 1 | -1/+1 |
* | qemu-timer: Fix wrong error message | Stefan Weil | 2012-05-14 | 1 | -5/+2 |
* | qemu-timer: Move include for __FreeBSD_version to header | Andreas Faerber | 2012-05-08 | 1 | -4/+0 |
* | qemu-timer: Fix limits for w32 mmtimer | Stefan Weil | 2012-05-03 | 1 | -20/+14 |
* | qemu-timer: Optimize data structures | Stefan Weil | 2012-04-27 | 1 | -7/+7 |
* | qemu-timer: Remove function alarm_has_dynticks | Stefan Weil | 2012-04-27 | 1 | -31/+8 |
* | qemu-timer: Use bool, false, true for boolean values | Stefan Weil | 2012-04-27 | 1 | -15/+16 |
* | qemu-timer: Remove unused function qemu_alarm_pending | Stefan Weil | 2012-04-27 | 1 | -5/+0 |
* | qemu-timer: Remove redundant include statements | Stefan Weil | 2012-04-27 | 1 | -9/+2 |
* | main_loop_wait: block indefinitely | Stefano Stabellini | 2012-04-26 | 1 | -5/+0 |
* | qemu_next_alarm_deadline: check the expire time of a clock only if it is enabled | Stefano Stabellini | 2012-04-26 | 1 | -6/+4 |
* | timers: the rearm function should be able to handle delta = INT64_MAX | Stefano Stabellini | 2012-04-26 | 1 | -5/+13 |
* | qemu-timer.c: Remove 250us timeouts | Peter Portante | 2012-04-16 | 1 | -5/+5 |
* | qtest: add clock management | Paolo Bonzini | 2012-03-30 | 1 | -1/+1 |
* | notifier: switch to QLIST | Paolo Bonzini | 2012-02-17 | 1 | -1/+1 |
* | remove #if 0 code for timers | Paolo Bonzini | 2012-01-27 | 1 | -29/+0 |
* | win32: remove broken timers | Paolo Bonzini | 2011-11-09 | 1 | -3/+1 |
* | qemu-timer: do not use RunState change handlers | Paolo Bonzini | 2011-10-21 | 1 | -8/+4 |
* | qemu-timer: move more stuff out of qemu-timer.c | Paolo Bonzini | 2011-10-21 | 1 | -31/+4 |
* | qemu-timer: use atexit for quit_timers | Paolo Bonzini | 2011-10-21 | 1 | -7/+8 |
* | qemu-timer: do not refer to runstate_is_running() | Paolo Bonzini | 2011-10-21 | 1 | -4/+1 |
* | qemu-timer: move icount to cpus.c | Paolo Bonzini | 2011-10-21 | 1 | -279/+0 |
* | qemu-timer: more clock functions | Paolo Bonzini | 2011-10-21 | 1 | -0/+25 |
* | qemu-timer: move common code to qemu_rearm_alarm_timer | Paolo Bonzini | 2011-10-21 | 1 | -76/+53 |
* | qemu-timer: remove active_timers array | Paolo Bonzini | 2011-10-21 | 1 | -31/+28 |
* | Drop the vm_running global variable | Luiz Capitulino | 2011-09-15 | 1 | -3/+3 |
* | Replace the VMSTOP macros with a proper state type | Luiz Capitulino | 2011-09-15 | 1 | -1/+2 |
* | main: force enabling of I/O thread | Anthony Liguori | 2011-09-02 | 1 | -53/+0 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -5/+5 |
* | 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 |