From: Marc-André Lureau Date: Thu, 23 Jun 2016 11:57:29 +0000 (+0200) Subject: qmp-commands: move 'rtc-reset-reinjection' doc to schema X-Git-Tag: v2.9.0-rc0~148^2~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c32b4ccd61442abba7059352fe9e62b6759e607;p=thirdparty%2Fqemu.git qmp-commands: move 'rtc-reset-reinjection' doc to schema Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index c7e566c89b0..4e14bef39df 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -1534,18 +1534,6 @@ Examples: <- { "return": {} } -rtc-reset-reinjection ---------------------- - -Reset the RTC interrupt reinjection backlog. - -Arguments: None. - -Example: - --> { "execute": "rtc-reset-reinjection" } -<- { "return": {} } - trace-event-get-state --------------------- diff --git a/qapi-schema.json b/qapi-schema.json index f7906f98597..b2f249d3668 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -5777,6 +5777,12 @@ # command. # # Since: 2.1 +# +# Example: +# +# -> { "execute": "rtc-reset-reinjection" } +# <- { "return": {} } +# ## { 'command': 'rtc-reset-reinjection' }