9ae3a8
From 0488e742dcf68d044910b51beddc712ae1baa767 Mon Sep 17 00:00:00 2001
9ae3a8
Message-Id: <0488e742dcf68d044910b51beddc712ae1baa767.1387382496.git.minovotn@redhat.com>
9ae3a8
In-Reply-To: <c5386144fbf09f628148101bc674e2421cdd16e3.1387382496.git.minovotn@redhat.com>
9ae3a8
References: <c5386144fbf09f628148101bc674e2421cdd16e3.1387382496.git.minovotn@redhat.com>
9ae3a8
From: Nigel Croxon <ncroxon@redhat.com>
9ae3a8
Date: Thu, 14 Nov 2013 22:53:08 +0100
9ae3a8
Subject: [PATCH 32/46] rdma: remaining documentation fixes
9ae3a8
9ae3a8
RH-Author: Nigel Croxon <ncroxon@redhat.com>
9ae3a8
Message-id: <1384469598-13137-33-git-send-email-ncroxon@redhat.com>
9ae3a8
Patchwork-id: 55710
9ae3a8
O-Subject: [RHEL7.0 PATCH 32/42] rdma: remaining documentation fixes
9ae3a8
Bugzilla: 1011720
9ae3a8
RH-Acked-by: Orit Wasserman <owasserm@redhat.com>
9ae3a8
RH-Acked-by: Amit Shah <amit.shah@redhat.com>
9ae3a8
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
9ae3a8
9ae3a8
Bugzilla: 1011720
9ae3a8
https://bugzilla.redhat.com/show_bug.cgi?id=1011720
9ae3a8
9ae3a8
>From commit ID:
9ae3a8
commit 8f3067bd86485f8cd03abc940ddb2b8467ef3627
9ae3a8
Author: Michael R. Hines <mrhines@us.ibm.com>
9ae3a8
Date:   Fri Aug 9 16:05:45 2013 -0400
9ae3a8
9ae3a8
    rdma: remaining documentation fixes
9ae3a8
9ae3a8
    Was missing 'setup-time' in some of the QMP documentation...
9ae3a8
9ae3a8
    Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
9ae3a8
    Reviewed-by: Eric Blake <eblake@redhat.com>
9ae3a8
    Message-id: 1376078746-24948-7-git-send-email-mrhines@linux.vnet.ibm.com
9ae3a8
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
9ae3a8
---
9ae3a8
 qmp-commands.hx |   10 ++++++++++
9ae3a8
 1 files changed, 10 insertions(+), 0 deletions(-)
9ae3a8
9ae3a8
Signed-off-by: Michal Novotny <minovotn@redhat.com>
9ae3a8
---
9ae3a8
 qmp-commands.hx | 10 ++++++++++
9ae3a8
 1 file changed, 10 insertions(+)
9ae3a8
9ae3a8
diff --git a/qmp-commands.hx b/qmp-commands.hx
9ae3a8
index 4942590..cedcd17 100644
9ae3a8
--- a/qmp-commands.hx
9ae3a8
+++ b/qmp-commands.hx
9ae3a8
@@ -2576,6 +2576,12 @@ The main json-object contains the following:
9ae3a8
 - "total-time": total amount of ms since migration started.  If
9ae3a8
                 migration has ended, it returns the total migration
9ae3a8
                 time (json-int)
9ae3a8
+- "setup-time" amount of setup time in milliseconds _before_ the
9ae3a8
+               iterations begin but _after_ the QMP command is issued.
9ae3a8
+               This is designed to provide an accounting of any activities
9ae3a8
+               (such as RDMA pinning) which may be expensive, but do not 
9ae3a8
+               actually occur during the iterative migration rounds 
9ae3a8
+               themselves. (json-int)
9ae3a8
 - "downtime": only present when migration has finished correctly
9ae3a8
               total amount in ms for downtime that happened (json-int)
9ae3a8
 - "expected-downtime": only present while migration is active
9ae3a8
@@ -2629,6 +2635,7 @@ Examples:
9ae3a8
           "remaining":123,
9ae3a8
           "total":246,
9ae3a8
           "total-time":12345,
9ae3a8
+          "setup-time":12345,
9ae3a8
           "downtime":12345,
9ae3a8
           "duplicate":123,
9ae3a8
           "normal":123,
9ae3a8
@@ -2653,6 +2660,7 @@ Examples:
9ae3a8
             "remaining":123,
9ae3a8
             "total":246,
9ae3a8
             "total-time":12345,
9ae3a8
+            "setup-time":12345,
9ae3a8
             "expected-downtime":12345,
9ae3a8
             "duplicate":123,
9ae3a8
             "normal":123,
9ae3a8
@@ -2672,6 +2680,7 @@ Examples:
9ae3a8
             "remaining":1053304,
9ae3a8
             "transferred":3720,
9ae3a8
             "total-time":12345,
9ae3a8
+            "setup-time":12345,
9ae3a8
             "expected-downtime":12345,
9ae3a8
             "duplicate":123,
9ae3a8
             "normal":123,
9ae3a8
@@ -2697,6 +2706,7 @@ Examples:
9ae3a8
             "remaining":1053304,
9ae3a8
             "transferred":3720,
9ae3a8
             "total-time":12345,
9ae3a8
+            "setup-time":12345,
9ae3a8
             "expected-downtime":12345,
9ae3a8
             "duplicate":10,
9ae3a8
             "normal":3333,
9ae3a8
-- 
9ae3a8
1.7.11.7
9ae3a8