]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/sysemu/sysemu.h
move vm_start to cpus.c
[mirror_qemu.git] / include / sysemu / sysemu.h
index 4d50694930a49e4f3212a85e81f27077e25c9c87..eda5241d3845b37905d3598d0c0d2322da95ff8e 100644 (file)
@@ -37,6 +37,7 @@ void vm_state_notify(int running, RunState state);
 #define VMRESET_REPORT   true
 
 void vm_start(void);
+int vm_prepare_start(void);
 int vm_stop(RunState state);
 int vm_stop_force_state(RunState state);
 
@@ -60,6 +61,7 @@ void qemu_register_powerdown_notifier(Notifier *notifier);
 void qemu_system_debug_request(void);
 void qemu_system_vmstop_request(RunState reason);
 void qemu_system_vmstop_request_prepare(void);
+bool qemu_vmstop_requested(RunState *r);
 int qemu_shutdown_requested_get(void);
 int qemu_reset_requested_get(void);
 void qemu_system_killed(int signal, pid_t pid);