From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFq8E-0006rd-7b for qemu-devel@nongnu.org; Mon, 26 Jan 2015 15:19:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFq8B-0001Fy-HX for qemu-devel@nongnu.org; Mon, 26 Jan 2015 15:19:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFq8B-0001Fe-AB for qemu-devel@nongnu.org; Mon, 26 Jan 2015 15:19:31 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0QKJTZA015706 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 26 Jan 2015 15:19:30 -0500 Message-ID: <54C6A14F.7030103@redhat.com> Date: Mon, 26 Jan 2015 15:19:27 -0500 From: Max Reitz MIME-Version: 1.0 References: <1421397983-28065-1-git-send-email-famz@redhat.com> <1421397983-28065-2-git-send-email-famz@redhat.com> In-Reply-To: <1421397983-28065-2-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 1/5] qemu-io: Account IO by aio_read and aio_write List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi On 2015-01-16 at 03:46, Fam Zheng wrote: > This will enable accounting of aio requests issued from qemu-io aio > read/write commands. > > Signed-off-by: Fam Zheng > --- > qemu-io-cmds.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) I'm not sure what the status of this series is (Paolo already asked Kevin and Stefan to apply this series, so I guess it's acked by him), but anyway: Reviewed-by: Max Reitz