]> git.proxmox.com Git - qemu.git/blobdiff - QMP/qmp-events.txt
QMP: Introduce RESUME event
[qemu.git] / QMP / qmp-events.txt
index c084a47309de23ca8adf0ee18f1e44c6ec771915..01ec85fbb92349cf0efd1052d171eef8efef14c4 100644 (file)
@@ -38,6 +38,18 @@ Example:
 { "event": "RESET",
     "timestamp": { "seconds": 1267041653, "microseconds": 9518 } }
 
+RESUME
+------
+
+Emitted when the Virtual Machine resumes execution.
+
+Data: None.
+
+Example:
+
+{ "event": "RESUME",
+    "timestamp": { "seconds": 1271770767, "microseconds": 582542 } }
+
 RTC_CHANGE
 ----------