]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qmp-commands: move 'rtc-reset-reinjection' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 11:57:29 +0000 (13:57 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jan 2017 08:19:45 +0000 (09:19 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/qmp-commands.txt
qapi-schema.json

index c7e566c89b06312680fcc4b81725d1c8243af4ea..4e14bef39dfb80ed67d3699e229b47eb0c7b204b 100644 (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
 ---------------------
 
index f7906f98597c85453004c0b098afca84377d28cb..b2f249d3668b575d9d7a6d74e7de4b69f2f0c891 100644 (file)
 # command.
 #
 # Since: 2.1
+#
+# Example:
+#
+# -> { "execute": "rtc-reset-reinjection" }
+# <- { "return": {} }
+#
 ##
 { 'command': 'rtc-reset-reinjection' }