Re: [Qemu-devel] [PATCH V6 08/13] monitor: refine parse_cmdline()

2013-07-17 Thread Wenchao Xia
于 2013-7-18 3:39, Luiz Capitulino 写道: On Thu, 11 Jul 2013 11:13:44 +0800 Wenchao Xia wrote: Since this function will be used by help_cmd() later, so improve it to make it more generic and easier to use. free_cmdline_args() is added to as paired function to free the result. Signed-off-by: Wenc

Re: [Qemu-devel] [PATCH V6 08/13] monitor: refine parse_cmdline()

2013-07-17 Thread Luiz Capitulino
On Thu, 11 Jul 2013 11:13:44 +0800 Wenchao Xia wrote: > Since this function will be used by help_cmd() later, so improve > it to make it more generic and easier to use. free_cmdline_args() > is added to as paired function to free the result. > > Signed-off-by: Wenchao Xia > --- > monitor.c |

[Qemu-devel] [PATCH V6 08/13] monitor: refine parse_cmdline()

2013-07-10 Thread Wenchao Xia
Since this function will be used by help_cmd() later, so improve it to make it more generic and easier to use. free_cmdline_args() is added to as paired function to free the result. Signed-off-by: Wenchao Xia --- monitor.c | 52 ++-- 1 files chan