[Qemu-devel] [PATCH V5 3/7] monitor: code move for parse_cmdline()

2013-06-28 Thread Wenchao Xia
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 changed, 98 insertions(+), 93 deletions(-) diff --git

Re: [Qemu-devel] [PATCH V5 3/7] monitor: code move for parse_cmdline()

2013-07-08 Thread Luiz Capitulino
On Sat, 29 Jun 2013 11:52:57 +0800 Wenchao Xia wrote: > get_str() is called by parse_cmdline() so it is moved also. Some > code style error reported by check script, is also fixed. Please, explain why you're doing this move. > > Signed-off-by: Wenchao Xia > --- > monitor.c | 191 >