]> Git Repo - qemu.git/commitdiff
qmp-events: move 'SUSPEND_DISK' doc to schema
authorMarc-André Lureau <[email protected]>
Thu, 23 Jun 2016 14:23:22 +0000 (16:23 +0200)
committerMarkus Armbruster <[email protected]>
Mon, 16 Jan 2017 08:19:49 +0000 (09:19 +0100)
Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
docs/qmp-events.txt
qapi/event.json

index 2e3a22aabbe6cc7f62099decae28d1bf84ed6b60..83f03557eea183d11ef0e76926420b1195bc987d 100644 (file)
@@ -312,20 +312,6 @@ Example:
 {"timestamp": {"seconds": 1449669631, "microseconds": 239225},
  "event": "MIGRATION_PASS", "data": {"pass": 2}}
 
-SUSPEND_DISK
-------------
-
-Emitted when the guest makes a request to enter S4 state.
-
-Data: None.
-
-Example:
-
-{ "event": "SUSPEND_DISK",
-     "timestamp": { "seconds": 1344456160, "microseconds": 309119 } }
-
-Note: QEMU shuts down when entering S4 state.
-
 VNC_CONNECTED
 -------------
 
index 34e046769e4c8e792d4e02b8a7c5817a687d6e19..a3792cd2fadc5ad7f476d3675fbb2ab211f73b1e 100644 (file)
 # Note: QEMU shuts down (similar to event @SHUTDOWN) when entering this state
 #
 # Since: 1.2
+#
+# Example:
+#
+# <-   { "event": "SUSPEND_DISK",
+#        "timestamp": { "seconds": 1344456160, "microseconds": 309119 } }
+#
 ##
 { 'event': 'SUSPEND_DISK' }
 
This page took 0.026815 seconds and 4 git commands to generate.