summaryrefslogtreecommitdiff
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-11-01 11:18:01 +0300
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:47 +0100
commitc08d64434aea7b798c4a25d40db4021ca17a8588 (patch)
treeb538386218bf88e9a17cca80b6119d0671616f5a /qapi-schema.json
parent7d1182d989f61ffbd6745112bd487611e2f40bc4 (diff)
downloadqemu-c08d64434aea7b798c4a25d40db4021ca17a8588.tar.gz
qmp-commands: move 'x-colo-lost-heartbeat' 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 7aeb0fa1e7..661f82b033 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1157,6 +1157,12 @@
# then takes over server operation to become the service VM.
#
# Since: 2.8
+#
+# Example:
+#
+# -> { "execute": "x-colo-lost-heartbeat" }
+# <- { "return": {} }
+#
##
{ 'command': 'x-colo-lost-heartbeat' }