diff options
Diffstat (limited to 'cpus.h')
| -rw-r--r-- | cpus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpus.h b/cpus.h index 774150a763..af267ea07f 100644 --- a/cpus.h +++ b/cpus.h @@ -13,7 +13,7 @@ extern int smp_threads; extern int debug_requested; extern int vmstop_requested; void vm_state_notify(int running, int reason); -bool tcg_cpu_exec(void); +bool cpu_exec_all(void); void set_numa_modes(void); void set_cpu_log(const char *optarg); void list_cpus(FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...), |