summaryrefslogtreecommitdiff
path: root/qmp-commands.hx
diff options
context:
space:
mode:
authorMichael R. Hines <mrhines@us.ibm.com>2013-08-09 16:05:45 -0400
committerAnthony Liguori <aliguori@us.ibm.com>2013-08-12 09:31:16 -0500
commit8f3067bd86485f8cd03abc940ddb2b8467ef3627 (patch)
treee4bed2ad91dac122ee8ab6621dcb489077703a5b /qmp-commands.hx
parent7fc5b13fd7b05babc7bcad9dcb8281ae202a9494 (diff)
downloadqemu-8f3067bd86485f8cd03abc940ddb2b8467ef3627.tar.gz
rdma: remaining documentation fixes
Was missing 'setup-time' in some of the QMP documentation... Signed-off-by: Michael R. Hines <mrhines@us.ibm.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 1376078746-24948-7-git-send-email-mrhines@linux.vnet.ibm.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r--qmp-commands.hx10
1 files changed, 10 insertions, 0 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx
index 2e59b0d218..cf47e3fe72 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -2621,6 +2621,12 @@ The main json-object contains the following:
- "total-time": total amount of ms since migration started. If
migration has ended, it returns the total migration
time (json-int)
+- "setup-time" amount of setup time in milliseconds _before_ the
+ iterations begin but _after_ the QMP command is issued.
+ This is designed to provide an accounting of any activities
+ (such as RDMA pinning) which may be expensive, but do not
+ actually occur during the iterative migration rounds
+ themselves. (json-int)
- "downtime": only present when migration has finished correctly
total amount in ms for downtime that happened (json-int)
- "expected-downtime": only present while migration is active
@@ -2674,6 +2680,7 @@ Examples:
"remaining":123,
"total":246,
"total-time":12345,
+ "setup-time":12345,
"downtime":12345,
"duplicate":123,
"normal":123,
@@ -2698,6 +2705,7 @@ Examples:
"remaining":123,
"total":246,
"total-time":12345,
+ "setup-time":12345,
"expected-downtime":12345,
"duplicate":123,
"normal":123,
@@ -2717,6 +2725,7 @@ Examples:
"remaining":1053304,
"transferred":3720,
"total-time":12345,
+ "setup-time":12345,
"expected-downtime":12345,
"duplicate":123,
"normal":123,
@@ -2742,6 +2751,7 @@ Examples:
"remaining":1053304,
"transferred":3720,
"total-time":12345,
+ "setup-time":12345,
"expected-downtime":12345,
"duplicate":10,
"normal":3333,