From aa496f9812a7fb880f8782c8c3956183e759fbf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 23 Jun 2016 16:24:25 +0200 Subject: qmp-events: move 'WAKEUP' 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 a3792cd2fa..3ac4eb148f 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -124,6 +124,12 @@ # Emitted when the guest has woken up from suspend state and is running # # Since: 1.1 +# +# Example: +# +# <- { "event": "WAKEUP", +# "timestamp": { "seconds": 1344522075, "microseconds": 745528 } } +# ## { 'event': 'WAKEUP' } -- cgit v1.2.3