summaryrefslogtreecommitdiffstats
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorMarc-André Lureau2016-06-23 13:57:29 +0200
committerMarkus Armbruster2017-01-16 09:19:45 +0100
commit5c32b4ccd61442abba7059352fe9e62b6759e607 (patch)
tree01b19f8d69cf708639e77163948b562856c5bdbd /qapi-schema.json
parentqmp-commands: move 'query-acpi-ospm-status' doc to schema (diff)
downloadqemu-5c32b4ccd61442abba7059352fe9e62b6759e607.tar.gz
qemu-5c32b4ccd61442abba7059352fe9e62b6759e607.tar.xz
qemu-5c32b4ccd61442abba7059352fe9e62b6759e607.zip
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>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json6
1 files changed, 6 insertions, 0 deletions
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' }