Re: [Qemu-devel] [PATCH V4 2/4] HMP: add infrastructure for sub command

2013-01-10 Thread Wenchao Xia
于 2013-1-10 21:12, Luiz Capitulino 写道: On Thu, 10 Jan 2013 16:32:32 +0800 Wenchao Xia wrote: This patch make parsing of hmp command aware of that it may have sub command. Also discard simple encapsulation function monitor_find_command() and qmp_find_cmd(). You don't qmp_find_cmd() anymore

Re: [Qemu-devel] [PATCH V4 2/4] HMP: add infrastructure for sub command

2013-01-10 Thread Wenchao Xia
> Wenchao Xia writes: > >>This patch make parsing of hmp command aware of that it may >> have sub command. Also discard simple encapsulation function >> monitor_find_command() and qmp_find_cmd(). >> >> Signed-off-by: Wenchao Xia >> --- >> monitor.c | 31 +++ >>

Re: [Qemu-devel] [PATCH V4 2/4] HMP: add infrastructure for sub command

2013-01-10 Thread Wenchao Xia
于 2013-1-10 18:23, Markus Armbruster 写道: > Wenchao Xia writes: > >>This patch make parsing of hmp command aware of that it may >> have sub command. Also discard simple encapsulation function >> monitor_find_command() and qmp_find_cmd(). >> >> Signed-off-by: Wenchao Xia >> --- >> monitor.c

Re: [Qemu-devel] [PATCH V4 2/4] HMP: add infrastructure for sub command

2013-01-10 Thread Luiz Capitulino
On Thu, 10 Jan 2013 16:32:32 +0800 Wenchao Xia wrote: > This patch make parsing of hmp command aware of that it may > have sub command. Also discard simple encapsulation function > monitor_find_command() and qmp_find_cmd(). You don't qmp_find_cmd() anymore..

Re: [Qemu-devel] [PATCH V4 2/4] HMP: add infrastructure for sub command

2013-01-10 Thread Markus Armbruster
Wenchao Xia writes: > This patch make parsing of hmp command aware of that it may > have sub command. Also discard simple encapsulation function > monitor_find_command() and qmp_find_cmd(). > > Signed-off-by: Wenchao Xia > --- > monitor.c | 31 +++ > 1 files chan

Re: [Qemu-devel] [PATCH V4 2/4] HMP: add infrastructure for sub command

2013-01-10 Thread Markus Armbruster
Wenchao Xia writes: > This patch make parsing of hmp command aware of that it may > have sub command. Also discard simple encapsulation function > monitor_find_command() and qmp_find_cmd(). > > Signed-off-by: Wenchao Xia > --- > monitor.c | 31 +++ > 1 files chan