mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Rename tcg_cpu_exec and tcg_has_work
These functions are also used for kvm under !CONFIG_IOTHREAD, having 'tcg' in their name is just misleading. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
345f4426a9
commit
472fb0c479
3 changed files with 7 additions and 7 deletions
2
vl.c
2
vl.c
|
@ -1325,7 +1325,7 @@ static void main_loop(void)
|
|||
int64_t ti;
|
||||
#endif
|
||||
#ifndef CONFIG_IOTHREAD
|
||||
nonblocking = tcg_cpu_exec();
|
||||
nonblocking = cpu_exec_all();
|
||||
#endif
|
||||
#ifdef CONFIG_PROFILER
|
||||
ti = profile_getclock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue