From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xig0U-0006Rc-OE for qemu-devel@nongnu.org; Mon, 27 Oct 2014 04:50:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xig0P-00045m-Pp for qemu-devel@nongnu.org; Mon, 27 Oct 2014 04:50:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xig0P-00045i-Iz for qemu-devel@nongnu.org; Mon, 27 Oct 2014 04:50:25 -0400 Message-ID: <544E0741.8010806@redhat.com> Date: Mon, 27 Oct 2014 09:50:09 +0100 From: Max Reitz MIME-Version: 1.0 References: <1414256153-10148-1-git-send-email-pl@kamp.de> <1414256153-10148-2-git-send-email-pl@kamp.de> In-Reply-To: <1414256153-10148-2-git-send-email-pl@kamp.de> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv3 1/6] 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, armbru@redhat.com, stefanha@redhat.com On 2014-10-25 at 18:55, Peter Lieven wrote: > Signed-off-by: Peter Lieven > --- > block.c | 2 ++ > block/accounting.c | 7 +++++++ > block/qapi.c | 1 + > hmp.c | 4 +++- > include/block/accounting.h | 3 +++ > qapi/block-core.json | 7 ++++++- > 6 files changed, 22 insertions(+), 2 deletions(-) Reviewed-by: Max Reitz