Re: [Qemu-devel] [PATCH 2/3] HMP: pass in parameter for info sub command

2012-12-24 Thread Wenchao Xia
于 2012-12-21 22:49, Markus Armbruster 写道: > Luiz Capitulino writes: > >> On Wed, 19 Dec 2012 18:17:09 +0800 >> Wenchao Xia wrote: >> >>>This patch enable sub info command handler getting meaningful >>> parameter. >>> >>> Signed-off-by: Wenchao Xia >>> --- >>> hmp-commands.hx |2 +- >>>

Re: [Qemu-devel] [PATCH 2/3] HMP: pass in parameter for info sub command

2012-12-22 Thread Luiz Capitulino
On Thu, 20 Dec 2012 11:02:16 +0800 Wenchao Xia wrote: > > On Wed, 19 Dec 2012 18:17:09 +0800 > > Wenchao Xia wrote: > > > >>This patch enable sub info command handler getting meaningful > >> parameter. > >> > >> Signed-off-by: Wenchao Xia > >> --- > >> hmp-commands.hx |2 +- > >> mo

Re: [Qemu-devel] [PATCH 2/3] HMP: pass in parameter for info sub command

2012-12-21 Thread Eric Blake
On 12/21/2012 07:49 AM, Markus Armbruster wrote: >>> +static const mon_cmd_t *monitor_parse_command(Monitor *mon, >>> + const char *cmdline, >>> + const mon_cmd_t *table, >>> +

Re: [Qemu-devel] [PATCH 2/3] HMP: pass in parameter for info sub command

2012-12-21 Thread Markus Armbruster
Luiz Capitulino writes: > On Wed, 19 Dec 2012 18:17:09 +0800 > Wenchao Xia wrote: > >> This patch enable sub info command handler getting meaningful >> parameter. >> >> Signed-off-by: Wenchao Xia >> --- >> hmp-commands.hx |2 +- >> monitor.c | 79 >>

Re: [Qemu-devel] [PATCH 2/3] HMP: pass in parameter for info sub command

2012-12-19 Thread Wenchao Xia
> On Wed, 19 Dec 2012 18:17:09 +0800 Wenchao Xia wrote: This patch enable sub info command handler getting meaningful parameter. Signed-off-by: Wenchao Xia --- hmp-commands.hx |2 +- monitor.c | 79 +++ 2 files changed, 5

Re: [Qemu-devel] [PATCH 2/3] HMP: pass in parameter for info sub command

2012-12-19 Thread Luiz Capitulino
On Wed, 19 Dec 2012 18:17:09 +0800 Wenchao Xia wrote: > This patch enable sub info command handler getting meaningful > parameter. > > Signed-off-by: Wenchao Xia > --- > hmp-commands.hx |2 +- > monitor.c | 79 > +++ > 2 files

[Qemu-devel] [PATCH 2/3] HMP: pass in parameter for info sub command

2012-12-19 Thread Wenchao Xia
This patch enable sub info command handler getting meaningful parameter. Signed-off-by: Wenchao Xia --- hmp-commands.hx |2 +- monitor.c | 79 +++ 2 files changed, 57 insertions(+), 24 deletions(-) diff --git a/hmp-commands.hx b/