On Wed, 01/29 07:09, Eric Blake wrote: > On 01/29/2014 01:40 AM, Fam Zheng wrote: > > s/convertion/conversion/ in the subject > > > 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 <f...@redhat.com> > > --- > > tests/qemu-iotests/iotests.py | 7 +++++-- > > 1 file changed, 5 insertions(+), 2 deletions(-) > > > > You know, it might be nice to get the '-'/'_' looseness into QMP itself > when invoked via JSON strings over the monitor, rather than just the > testsuite wrapper, since we're already inconsistent in several commands. > But that's a bigger project for another day. >
I agree. Let's stick to this now and leave the loosing in QMP for later. Fam