mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
qemu-timer: do not refer to runstate_is_running()
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -504,10 +504,7 @@ void qemu_run_all_timers(void)
|
||||
}
|
||||
|
||||
/* 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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user