Re: [Qemu-devel] [PATCH for-2.11 3/5] qmp-shell: execute_cmdargs() method

2017-08-08 Thread Stefan Hajnoczi
On Fri, Aug 04, 2017 at 06:36:23PM -0300, Eduardo Habkost wrote: > This will allow us to execute a command that was already split in > a list. > > Signed-off-by: Eduardo Habkost > --- > scripts/qmp/qmp-shell | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) Reviewed-by: Stefan Hajno

[Qemu-devel] [PATCH for-2.11 3/5] qmp-shell: execute_cmdargs() method

2017-08-04 Thread Eduardo Habkost
This will allow us to execute a command that was already split in a list. Signed-off-by: Eduardo Habkost --- scripts/qmp/qmp-shell | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/qmp/qmp-shell b/scripts/qmp/qmp-shell index 5fe6162..6113aaf 100755 --- a/scripts/q