From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFqGS-0004cI-EW for qemu-devel@nongnu.org; Mon, 26 Jan 2015 15:28:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFqGP-0004Ui-LT for qemu-devel@nongnu.org; Mon, 26 Jan 2015 15:28:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFqGP-0004UV-ES for qemu-devel@nongnu.org; Mon, 26 Jan 2015 15:28:01 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0QKS0Ap005622 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 26 Jan 2015 15:28:01 -0500 Message-ID: <54C6A34E.4030103@redhat.com> Date: Mon, 26 Jan 2015 15:27:58 -0500 From: Max Reitz MIME-Version: 1.0 References: <1421397983-28065-1-git-send-email-famz@redhat.com> <1421397983-28065-5-git-send-email-famz@redhat.com> In-Reply-To: <1421397983-28065-5-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 4/5] 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 , qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi On 2015-01-16 at 03:46, 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. > > Reviewed-by: Benoit Canet > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/iotests.py | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) Reviewed-by: Max Reitz