From: Marc-André Lureau Date: Thu, 23 Jun 2016 14:18:09 +0000 (+0200) Subject: qmp-events: move 'RESET' doc to schema X-Git-Tag: v2.9.0-rc0~148^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a2aae7a364db27924702bd4b284398bdd01240a;p=thirdparty%2Fqemu.git qmp-events: move 'RESET' doc to schema Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt index 44840cea6f8..c5a165a981f 100644 --- a/docs/qmp-events.txt +++ b/docs/qmp-events.txt @@ -166,18 +166,6 @@ Flush operation: Note: this event is rate-limited. -RESET ------ - -Emitted when the Virtual Machine is reset. - -Data: None. - -Example: - -{ "event": "RESET", - "timestamp": { "seconds": 1267041653, "microseconds": 9518 } } - RESUME ------ diff --git a/qapi/event.json b/qapi/event.json index ea3e4ee9e8e..da9898dce21 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' }