qmp-commands: move 'rtc-reset-reinjection' doc to schema

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Marc-André Lureau 2016-06-23 13:57:29 +02:00 committed by Markus Armbruster
parent 18b43003d4
commit 5c32b4ccd6
2 changed files with 6 additions and 12 deletions

View file

@ -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
---------------------

View file

@ -5777,6 +5777,12 @@
# command.
#
# Since: 2.1
#
# Example:
#
# -> { "execute": "rtc-reset-reinjection" }
# <- { "return": {} }
#
##
{ 'command': 'rtc-reset-reinjection' }