From a2235a0499c799552a4ea330350acc0d71217f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 23 Jun 2016 16:22:10 +0200 Subject: qmp-events: move 'RESUME' 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') diff --git a/qapi/event.json b/qapi/event.json index eb41d80..215bb80 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -75,6 +75,12 @@ # Emitted when the virtual machine resumes execution # # Since: 0.12.0 +# +# Example: +# +# <- { "event": "RESUME", +# "timestamp": { "seconds": 1271770767, "microseconds": 582542 } } +# ## { 'event': 'RESUME' } -- cgit v1.1