[Qemu-devel] [PATCH] qmp: fix handling of cmd with Equals in qmp-shell

2013-05-06 Thread Zhangleiqiang
qmp: fix handling of cmd with equal mark in qmp-shell qmp-shell splits the argument and value of input command by equal mark(=). But there are commands whose values include equal mark themselves, and the json built by qmp-shell will not correct. For example,

[Qemu-devel] [PATCH] qmp: fix handling of cmd with Equals in qmp-shell

2013-05-06 Thread Zhangleiqiang
qmp: fix handling of cmd with equal mark in qmp-shell qmp-shell splits the argument and value of input command by equal mark(=). But there are commands whose values include equal mark themselves, and the json built by qmp-shell will not correct. For example,

Re: [Qemu-devel] [PATCH] qmp: fix handling of cmd with Equals in qmp-shell

2013-05-06 Thread Luiz Capitulino
On Mon, 6 May 2013 08:31:23 + Zhangleiqiang zhangleiqi...@huawei.com wrote: qmp: fix handling of cmd with equal mark in qmp-shell qmp-shell splits the argument and value of input command by equal mark(=). But there are commands whose values include equal mark