summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/qmp-commands.txt12
-rw-r--r--qapi-schema.json6
2 files changed, 6 insertions, 12 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index c7e566c89b..4e14bef39d 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 f7906f9859..b2f249d366 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' }