icount: rename functions to be consistent with the module name

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Claudio Fontana 2020-08-31 16:18:34 +02:00 committed by Paolo Bonzini
parent 740b175973
commit 8191d36841
14 changed files with 60 additions and 60 deletions

View file

@ -526,7 +526,7 @@ void main_loop_wait(int nonblocking)
* CPU thread can infinitely wait for event after
* missing the warp
*/
qemu_start_warp_timer();
icount_start_warp_timer();
}
qemu_clock_run_all_timers();
}