diff options
Diffstat (limited to 'cpus.h')
-rw-r--r-- | cpus.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,12 +6,11 @@ int qemu_init_main_loop(void); void qemu_main_loop_start(void); void resume_all_vcpus(void); void pause_all_vcpus(void); +void cpu_stop_current(void); /* vl.c */ extern int smp_cores; extern int smp_threads; -extern int debug_requested; -extern int vmstop_requested; void vm_state_notify(int running, int reason); bool cpu_exec_all(void); void set_numa_modes(void); |