All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] fix typo of block stats query cmds examples
@ 2012-06-28  4:36 lvroyce
  2012-07-02 14:32 ` Stefan Hajnoczi
  2012-07-03 12:09 ` Kevin Wolf
  0 siblings, 2 replies; 3+ messages in thread
From: lvroyce @ 2012-06-28  4:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: lvroyce

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] fix typo of block stats query cmds examples
  2012-06-28  4:36 [Qemu-devel] [PATCH] fix typo of block stats query cmds examples lvroyce
@ 2012-07-02 14:32 ` Stefan Hajnoczi
  2012-07-03 12:09 ` Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-07-02 14:32 UTC (permalink / raw)
  To: lvroyce; +Cc: qemu-devel

On Thu, Jun 28, 2012 at 5:36 AM,  <lvroyce@linux.vnet.ibm.com> wrote:
> 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(-)

Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] fix typo of block stats query cmds examples
  2012-06-28  4:36 [Qemu-devel] [PATCH] fix typo of block stats query cmds examples lvroyce
  2012-07-02 14:32 ` Stefan Hajnoczi
@ 2012-07-03 12:09 ` Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Wolf @ 2012-07-03 12:09 UTC (permalink / raw)
  To: lvroyce; +Cc: qemu-devel

Am 28.06.2012 06:36, schrieb lvroyce@linux.vnet.ibm.com:
> From: lvroyce <lvroyce@linux.vnet.ibm.com>
> 
> 
> Signed-off-by: Royce Lv <lvroyce@linux.vnet.ibm.com>

In fact there's also a whole bunch of commas missing across all examples
touched in this patch.

Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-03 12:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-28  4:36 [Qemu-devel] [PATCH] fix typo of block stats query cmds examples lvroyce
2012-07-02 14:32 ` Stefan Hajnoczi
2012-07-03 12:09 ` Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.