aboutsummaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2011-07-29 13:37:55 -0300
committerLuiz Capitulino <lcapitulino@redhat.com>2011-09-15 16:39:31 -0300
commitbff046f86b4f8970c722c3bc3e32173b8000e716 (patch)
tree4bbab0d1b6b147bc6ab883dbb8463bad91756477 /sysemu.h
parentef4f97cba2a354656b00eb8659bf61ab2321fa4e (diff)
Move vm_state_notify() prototype from cpus.h to sysemu.h
It's where all the state handling functions prototypes are located. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysemu.h b/sysemu.h
index 9090457881..eb66af5e55 100644
--- 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