Move vm_state_notify() prototype from cpus.h to sysemu.h
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 29 Jul 2011 16:37:55 +0000 (13:37 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 15 Sep 2011 19:39:31 +0000 (16:39 -0300)
It's where all the state handling functions prototypes are located.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
cpus.h
sysemu.h

diff --git a/cpus.h b/cpus.h
index f42b54e39c90722a04b62a8c5ab4366c676044cc..58858855ffbb897dd3166046730e51af7ed4fce0 100644 (file)
--- a/cpus.h
+++ b/cpus.h
@@ -15,7 +15,6 @@ void cpu_synchronize_all_post_init(void);
 /* vl.c */
 extern int smp_cores;
 extern int smp_threads;
-void vm_state_notify(int running, int reason);
 bool cpu_exec_all(void);
 void set_numa_modes(void);
 void set_cpu_log(const char *optarg);
index 909045788135cdd9268fd9c65c8072ef4ced6765..eb66af5e555ad35c36336fe6c21ed785573c9c9f 100644 (file)
--- a/sysemu.h
+++ b/sysemu.h
@@ -23,6 +23,7 @@ typedef void VMChangeStateHandler(void *opaque, int running, int reason);
 VMChangeStateEntry *qemu_add_vm_change_state_handler(VMChangeStateHandler *cb,
                                                      void *opaque);
 void qemu_del_vm_change_state_handler(VMChangeStateEntry *e);
+void vm_state_notify(int running, int reason);
 
 #define VMSTOP_USER      0
 #define VMSTOP_DEBUG     1