qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: lvroyce@linux.vnet.ibm.com
To: qemu-devel@nongnu.org
Cc: lvroyce <lvroyce@linux.vnet.ibm.com>
Subject: [Qemu-devel] [PATCH] fix typo of block stats query cmds examples
Date: Thu, 28 Jun 2012 12:36:29 +0800	[thread overview]
Message-ID: <1340858189-7305-1-git-send-email-lvroyce@linux.vnet.ibm.com> (raw)

From: lvroyce <lvroyce@linux.vnet.ibm.com>


Signed-off-by: Royce Lv <lvroyce@linux.vnet.ibm.com>
---
 qmp-commands.hx |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/qmp-commands.hx b/qmp-commands.hx
index 2e1a38e..e0d0e4d 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -1420,9 +1420,9 @@ Example:
                   "wr_operations":751,
                   "rd_bytes":122567168,
                   "rd_operations":36772
-                  "wr_total_times_ns":313253456
-                  "rd_total_times_ns":3465673657
-                  "flush_total_times_ns":49653
+                  "wr_total_time_ns":313253456
+                  "rd_total_time_ns":3465673657
+                  "flush_total_time_ns":49653
                   "flush_operations":61,
                }
             },
@@ -1433,9 +1433,9 @@ Example:
                "rd_bytes":122739200,
                "rd_operations":36604
                "flush_operations":51,
-               "wr_total_times_ns":313253456
-               "rd_total_times_ns":3465673657
-               "flush_total_times_ns":49653
+               "wr_total_time_ns":313253456
+               "rd_total_time_ns":3465673657
+               "flush_total_time_ns":49653
             }
          },
          {
@@ -1447,9 +1447,9 @@ Example:
                "rd_bytes":0,
                "rd_operations":0
                "flush_operations":0,
-               "wr_total_times_ns":0
-               "rd_total_times_ns":0
-               "flush_total_times_ns":0
+               "wr_total_time_ns":0
+               "rd_total_time_ns":0
+               "flush_total_time_ns":0
             }
          },
          {
@@ -1461,9 +1461,9 @@ Example:
                "rd_bytes":0,
                "rd_operations":0
                "flush_operations":0,
-               "wr_total_times_ns":0
-               "rd_total_times_ns":0
-               "flush_total_times_ns":0
+               "wr_total_time_ns":0
+               "rd_total_time_ns":0
+               "flush_total_time_ns":0
             }
          },
          {
@@ -1475,9 +1475,9 @@ Example:
                "rd_bytes":0,
                "rd_operations":0
                "flush_operations":0,
-               "wr_total_times_ns":0
-               "rd_total_times_ns":0
-               "flush_total_times_ns":0
+               "wr_total_time_ns":0
+               "rd_total_time_ns":0
+               "flush_total_time_ns":0
             }
          }
       ]
-- 
1.7.7.6

             reply	other threads:[~2012-07-02 13:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-28  4:36 lvroyce [this message]
2012-07-02 14:32 ` [Qemu-devel] [PATCH] fix typo of block stats query cmds examples Stefan Hajnoczi
2012-07-03 12:09 ` Kevin Wolf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1340858189-7305-1-git-send-email-lvroyce@linux.vnet.ibm.com \
    --to=lvroyce@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).