Re: [Qemu-devel] [PATCH for-2.11 2/5] qmp-shell: Pass split cmdargs to __build_cmd()

2017-08-08 Thread Stefan Hajnoczi
On Fri, Aug 04, 2017 at 06:36:22PM -0300, Eduardo Habkost wrote: > This will allow us to implement a method to run a command that is > already split in a list. > > Signed-off-by: Eduardo Habkost > --- > scripts/qmp/qmp-shell | 9 - > 1 file changed, 4 insertions(+),

[Qemu-devel] [PATCH for-2.11 2/5] qmp-shell: Pass split cmdargs to __build_cmd()

2017-08-04 Thread Eduardo Habkost
This will allow us to implement a method to run a command that is already split in a list. Signed-off-by: Eduardo Habkost --- scripts/qmp/qmp-shell | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/qmp/qmp-shell b/scripts/qmp/qmp-shell