]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qmp-commands: move 'x-colo-lost-heartbeat' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 1 Nov 2016 08:18:01 +0000 (11:18 +0300)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jan 2017 08:19:47 +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 93b3742ac564bf26df3219eba145c2bbb632317e..715b9231fdc193999d860e21748a0125f6ab3299 100644 (file)
@@ -94,16 +94,6 @@ Example:
 
 Note: CPUs' indexes are obtained with the 'query-cpus' command.
 
-x-colo-lost-heartbeat
---------------------
-
-Tell COLO that heartbeat is lost, a failover or takeover is needed.
-
-Example:
-
--> { "execute": "x-colo-lost-heartbeat" }
-<- { "return": {} }
-
 qmp_capabilities
 ----------------
 
index 7aeb0fa1e76d77e4bc6ef16c03704c28a6282f8d..661f82b033ed8a0b21bb965341fb0789ec47a828 100644 (file)
 # 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' }