From 7a2aae7a364db27924702bd4b284398bdd01240a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 23 Jun 2016 16:18:09 +0200 Subject: qmp-events: move 'RESET' 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 ea3e4ee..da9898d 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -45,6 +45,12 @@ # Emitted when the virtual machine is reset # # Since: 0.12.0 +# +# Example: +# +# <- { "event": "RESET", +# "timestamp": { "seconds": 1267041653, "microseconds": 9518 } } +# ## { 'event': 'RESET' } -- cgit v1.1