commit | a5c57d64aa61b700db444c4864a1da11f1165db6 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <[email protected]> | Mon Sep 12 14:40:36 2011 +0200 |
committer | Paolo Bonzini <[email protected]> | Fri Oct 21 18:14:30 2011 +0200 |
tree | 5cf057e28b7d531d146f5cac584ae65d9a2a34fc | |
parent | 946fb27c1dc158f10a6e3ce0374a161dce04c27b [diff] [blame] |
qemu-timer: do not refer to runstate_is_running() Signed-off-by: Paolo Bonzini <[email protected]>
diff --git a/qemu-timer.c b/qemu-timer.c index 8129af6..d8507e3 100644 --- a/qemu-timer.c +++ b/qemu-timer.c
@@ -504,10 +504,7 @@ } /* vm time timers */ - if (runstate_is_running()) { - qemu_run_timers(vm_clock); - } - + qemu_run_timers(vm_clock); qemu_run_timers(rt_clock); qemu_run_timers(host_clock); }