qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH V2 1/4] block: add accounting for merged req


From: Peter Lieven
Subject: Re: [Qemu-devel] [RFC PATCH V2 1/4] block: add accounting for merged requests
Date: Tue, 09 Dec 2014 16:43:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

On 05.12.2014 15:58, Eric Blake wrote:
On 12/05/2014 04:50 AM, Peter Lieven wrote:
Signed-off-by: Peter Lieven <address@hidden>
---
  block.c                    |    2 ++
  block/accounting.c         |    7 +++++++
  block/qapi.c               |    2 ++
  hmp.c                      |    6 +++++-
  include/block/accounting.h |    3 +++
  qapi/block-core.json       |    9 ++++++++-
  qmp-commands.hx            |   22 ++++++++++++++++++----
  7 files changed, 45 insertions(+), 6 deletions(-)
@@ -2284,6 +2288,8 @@ Example:
                    "rd_total_times_ns":3465673657
                    "flush_total_times_ns":49653
                    "flush_operations":61,
+                  "rd_merged":0,
+                  "wr_merged":0
Oh my - we previously had invalid JSON in our example.  Yay that this
fixes it :)

There is actually more invalid JSON, but I would fix that in a separate
patch apart from this series.

Peter



reply via email to

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