From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwuLi-0004DH-CY for qemu-devel@nongnu.org; Fri, 05 Dec 2014 09:59:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwuLd-00033q-VM for qemu-devel@nongnu.org; Fri, 05 Dec 2014 09:59:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwuLd-00033R-LX for qemu-devel@nongnu.org; Fri, 05 Dec 2014 09:59:09 -0500 Message-ID: <5481C830.2060403@redhat.com> Date: Fri, 05 Dec 2014 07:58:56 -0700 From: Eric Blake MIME-Version: 1.0 References: <1417780229-6930-1-git-send-email-pl@kamp.de> <1417780229-6930-2-git-send-email-pl@kamp.de> In-Reply-To: <1417780229-6930-2-git-send-email-pl@kamp.de> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tpcSlMOCtjlQo3tRqPiSS5vDjab1kIg0J" Subject: Re: [Qemu-devel] [RFC PATCH V2 1/4] block: add accounting for merged requests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, benoit@irqsave.net, ming.lei@canonical.com, armbru@redhat.com, mreitz@redhat.com, stefanha@redhat.com, pbonzini@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --tpcSlMOCtjlQo3tRqPiSS5vDjab1kIg0J Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/05/2014 04:50 AM, Peter Lieven wrote: > Signed-off-by: Peter Lieven > --- > 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 :) Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --tpcSlMOCtjlQo3tRqPiSS5vDjab1kIg0J Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUgcgwAAoJEKeha0olJ0NqbZkIAJrAJSInpZkG+Nx2rALebRMH 4Gbj42FnnCIlFIchH9gMIsxt26VkdWJxwkr7hQvc7ib+lkpDgYNOXcpug0wSKG0m QpOnF8Ret58G1KcsWsUWvntJLaJpUnAy98uBbVew4wELWIAMlRy/xoHLS+0FuuGR Bf6/b9TQQzx9zF8qajvhasEb9HwaRKx3PuXhXv7xF+7SF5U/BN5dW/a/8Nsz7Xv8 8179kLdsbPK381+BWLGCNrKaH6rIuxNBmx+UXt46Isu3b33/PHCn9NX7U8979vH+ sX5nq6SvBG/ZpTIPYnvcSJN/2/nJzJXelEKfAiKjdJR+WN5QhyXvX0YqHqsw3SU= =yziL -----END PGP SIGNATURE----- --tpcSlMOCtjlQo3tRqPiSS5vDjab1kIg0J--