Re: [Qemu-devel] [PATCH V7 07/13] monitor: code move for parse_cmdline()

2013-07-20 Thread Eric Blake
On 07/19/2013 07:44 PM, Wenchao Xia wrote: > help_cmd() need this function later, so move it. get_str() is called by > parse_cmdline() so it is moved also. Some code style error reported by > check script, is also fixed. > > Signed-off-by: Wenchao Xia > --- > monitor.c | 191 >

[Qemu-devel] [PATCH V7 07/13] monitor: code move for parse_cmdline()

2013-07-19 Thread Wenchao Xia
help_cmd() need this function later, so move it. get_str() is called by parse_cmdline() so it is moved also. Some code style error reported by check script, is also fixed. Signed-off-by: Wenchao Xia --- monitor.c | 191 +++-- 1 files chang