Re: [Qemu-devel] [PATCH V4 4/4] HMP: add sub command table to info

2013-01-10 Thread Wenchao Xia
于 2013-1-10 18:24, Markus Armbruster 写道: > Wenchao Xia writes: > >>Now info command takes a table of sub info commands, >> and changed do_info() to do_info_help() to do help funtion >> only. > > Commit message should document that info no longer lists > the topics. > OK. -- Best Regar

Re: [Qemu-devel] [PATCH V4 4/4] HMP: add sub command table to info

2013-01-10 Thread Markus Armbruster
Wenchao Xia writes: > Now info command takes a table of sub info commands, > and changed do_info() to do_info_help() to do help funtion > only. Commit message should document that info no longer lists the topics.

[Qemu-devel] [PATCH V4 4/4] HMP: add sub command table to info

2013-01-10 Thread Wenchao Xia
Now info command takes a table of sub info commands, and changed do_info() to do_info_help() to do help funtion only. Signed-off-by: Wenchao Xia --- hmp-commands.hx |3 ++- monitor.c | 22 +- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/hmp-co