From 8cf71710f068f9c50ce420b1dd4ef71c2f9b2a8d Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Mon, 7 Feb 2011 12:19:16 +0100 Subject: Refactor debug and vmstop request interface Instead of fiddling with debug_requested and vmstop_requested directly, introduce qemu_system_debug_request and turn qemu_system_vmstop_request into a public interface. This aligns those services with exiting ones in vl.c. Signed-off-by: Jan Kiszka Signed-off-by: Marcelo Tosatti --- cpus.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpus.h') diff --git a/cpus.h b/cpus.h index 4cadb641c..e0211260c 100644 --- a/cpus.h +++ b/cpus.h @@ -11,8 +11,6 @@ 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); -- cgit v1.2.3-65-gdbad