wenchao xia writes:
> 于 2013-1-10 11:30, Wenchao Xia 写道:
-static const mon_cmd_t *qmp_find_cmd(const char *cmdname)
-{
-return search_dispatch_table(qmp_cmds, cmdname);
-}
>>>
>>> Touching qmp_find_cmd() is unrelated to this series.
>>>
>>OK.
>>
-
-static con
于 2013-1-10 11:30, Wenchao Xia 写道:
-static const mon_cmd_t *qmp_find_cmd(const char *cmdname)
-{
-return search_dispatch_table(qmp_cmds, cmdname);
-}
Touching qmp_find_cmd() is unrelated to this series.
OK.
-
-static const mon_cmd_t *monitor_parse_command(Monitor *mon,
-
-static const mon_cmd_t *qmp_find_cmd(const char *cmdname)
-{
-return search_dispatch_table(qmp_cmds, cmdname);
-}
Touching qmp_find_cmd() is unrelated to this series.
OK.
-
-static const mon_cmd_t *monitor_parse_command(Monitor *mon,
- cons
On Thu, 27 Dec 2012 17:40:25 +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().
>
> Signed-off-by: Wenchao Xia
> ---
> monitor.c | 44
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 | 44 +++-
1 files changed, 27 insertions(+), 1