From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8W3b-0006Ne-Os for qemu-devel@nongnu.org; Wed, 29 Jan 2014 09:24:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8W3W-0007Cz-Et for qemu-devel@nongnu.org; Wed, 29 Jan 2014 09:23:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8W3W-0007Co-6r for qemu-devel@nongnu.org; Wed, 29 Jan 2014 09:23:54 -0500 Date: Wed, 29 Jan 2014 15:23:50 +0100 From: Stefan Hajnoczi Message-ID: <20140129142350.GF23531@stefanha-thinkpad.muc.redhat.com> References: <1390984843-2101-1-git-send-email-famz@redhat.com> <1390984843-2101-4-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390984843-2101-4-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 3/4] qemu-iotests: Allow caller to disable underscore convertion for qmp List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Kevin Wolf , =?iso-8859-1?Q?Beno=EEt?= Canet , qemu-devel@nongnu.org On Wed, Jan 29, 2014 at 04:40:42PM +0800, Fam Zheng wrote: > QMP command "block_set_io_throttle" expects underscores in parameters > instead of dashes: {iops,bps}_{rd,wr,max}. > > Add optional argument conv_keys (defaults to True, backward compatible), > it will be used in IO throttling test case. > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/iotests.py | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) Reviewed-by: Stefan Hajnoczi