|
@@ -51,6 +51,8 @@ int vm_prepare_start(bool step_pending);
|
|
int vm_stop(RunState state);
|
|
int vm_stop(RunState state);
|
|
int vm_stop_force_state(RunState state);
|
|
int vm_stop_force_state(RunState state);
|
|
int vm_shutdown(void);
|
|
int vm_shutdown(void);
|
|
|
|
+void vm_set_suspended(bool suspended);
|
|
|
|
+bool vm_get_suspended(void);
|
|
|
|
|
|
typedef enum WakeupReason {
|
|
typedef enum WakeupReason {
|
|
/* Always keep QEMU_WAKEUP_REASON_NONE = 0 */
|
|
/* Always keep QEMU_WAKEUP_REASON_NONE = 0 */
|