From 6f3cc5406b4c3383d017cb3540160eb49e659abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 23 Jun 2016 16:22:38 +0200 Subject: qmp-events: move 'SUSPEND' doc to schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- qapi/event.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qapi/event.json') diff --git a/qapi/event.json b/qapi/event.json index 215bb80..34e0467 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -91,6 +91,12 @@ # which is sometimes called standby state # # Since: 1.1 +# +# Example: +# +# <- { "event": "SUSPEND", +# "timestamp": { "seconds": 1344456160, "microseconds": 309119 } } +# ## { 'event': 'SUSPEND' } -- cgit v1.1