aboutsummaryrefslogtreecommitdiff
path: root/host-common/include/host-common/vm_operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'host-common/include/host-common/vm_operations.h')
-rw-r--r--host-common/include/host-common/vm_operations.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/host-common/include/host-common/vm_operations.h b/host-common/include/host-common/vm_operations.h
index 375d1bc..5dcd6c1 100644
--- a/host-common/include/host-common/vm_operations.h
+++ b/host-common/include/host-common/vm_operations.h
@@ -248,5 +248,8 @@ typedef struct QAndroidVmOperations {
// virtio display
bool (*setDisplay)(int32_t id, int32_t w, int32_t h, uint32_t dpi);
+
+ // Reset the machine
+ void (*system_shutdown_request)(QemuShutdownCause reason);
} QAndroidVmOperations;
ANDROID_END_HEADER