qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 10/30] qmp-commands: move 'migrate_set_downtime' doc


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 10/30] qmp-commands: move 'migrate_set_downtime' doc to schema
Date: Thu, 22 Sep 2016 13:22:45 +0400

Signed-off-by: Marc-André Lureau <address@hidden>
---
 docs/qmp-commands.txt | 15 ---------------
 qapi-schema.json      |  6 ++++++
 2 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 158dcbd..b73bcac 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -330,21 +330,6 @@ Example:
 -> { "execute": "migrate_set_speed", "arguments": { "value": 1024 } }
 <- { "return": {} }
 
-migrate_set_downtime
---------------------
-
-Set maximum tolerated downtime (in seconds) for migrations.
-
-Arguments:
-
-- "value": maximum downtime (json-number)
-
-Example:
-
--> { "execute": "migrate_set_downtime", "arguments": { "value": 0.1 } }
-<- { "return": {} }
-
-
 dump
 
 
diff --git a/qapi-schema.json b/qapi-schema.json
index 335be2d..65ddfc6 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2518,6 +2518,12 @@
 # Returns: nothing on success
 #
 # Since: 0.14.0
+#
+# Example:
+#
+# -> { "execute": "migrate_set_downtime", "arguments": { "value": 0.1 } }
+# <- { "return": {} }
+#
 ##
 { 'command': 'migrate_set_downtime', 'data': {'value': 'number'} }
 
-- 
2.10.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]