From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEgjC-0005l1-B0 for qemu-devel@nongnu.org; Wed, 28 Aug 2013 10:28:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEgj5-0003Pl-18 for qemu-devel@nongnu.org; Wed, 28 Aug 2013 10:28:10 -0400 Received: from mail-ee0-f47.google.com ([74.125.83.47]:55243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEgj4-0003PY-RO for qemu-devel@nongnu.org; Wed, 28 Aug 2013 10:28:02 -0400 Received: by mail-ee0-f47.google.com with SMTP id d49so2942506eek.20 for ; Wed, 28 Aug 2013 07:27:47 -0700 (PDT) Date: Wed, 28 Aug 2013 16:27:43 +0200 From: Stefan Hajnoczi Message-ID: <20130828142743.GG12214@stefanha-thinkpad.muc.redhat.com> References: <1377528172-11137-1-git-send-email-benoit@irqsave.net> <1377528172-11137-6-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1377528172-11137-6-git-send-email-benoit@irqsave.net> Subject: Re: [Qemu-devel] [PATCH V6 5/5] block: Add iops_size to do the iops accounting for a given io size. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Beno=EEt?= Canet Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On Mon, Aug 26, 2013 at 04:42:52PM +0200, Benoît Canet wrote: > @@ -1414,6 +1414,7 @@ Arguments: > - "iops_max": total I/O operations max(json-int) > - "iops_rd_max": read I/O operations max(json-int) > - "iops_wr_max": write I/O operations max(json-int) > +- "iops_size": I/O size in bytes when limiting(json-int) Space before (json-int)