mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00
qemu-timer: do not refer to runstate_is_running()
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
946fb27c1d
commit
a5c57d64aa
2 changed files with 2 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue