Re: [Qemu-devel] [PATCH 0/1] Make the help info more friendly in monitor

2011-10-11 Thread Wayne Xia
于 2011-10-4 21:55, Luiz Capitulino 写道: On Wed, 28 Sep 2011 10:16:19 +0100 Stefan Hajnoczi wrote: On Wed, Sep 28, 2011 at 10:00 AM, Wayne Xia wrote: During my test, I found it inconvenient when I type "help" or "help info", because the information was shown without orderliness. This patch wou

Re: [Qemu-devel] [PATCH 0/1] Make the help info more friendly in monitor

2011-10-04 Thread Luiz Capitulino
On Wed, 28 Sep 2011 10:16:19 +0100 Stefan Hajnoczi wrote: > On Wed, Sep 28, 2011 at 10:00 AM, Wayne Xia > wrote: > > During my test, I found it inconvenient when I type "help" or "help info", > > because the information was shown without orderliness. This patch would just > > show the help info

Re: [Qemu-devel] [PATCH 0/1] Make the help info more friendly in monitor

2011-09-28 Thread Stefan Hajnoczi
On Wed, Sep 28, 2011 at 10:00 AM, Wayne Xia wrote: > During my test, I found it inconvenient when I type "help" or "help info", > because the information was shown without orderliness. This patch would just > show the help information in sorted order. > > For eg: > (qemu)help > acl_add > acl_polic

[Qemu-devel] [PATCH 0/1] Make the help info more friendly in monitor

2011-09-28 Thread Wayne Xia
During my test, I found it inconvenient when I type "help" or "help info", because the information was shown without orderliness. This patch would just show the help information in sorted order. For eg: (qemu)help acl_add acl_policy acl_remove acl_reset acl_show balloon block_passwd ... the comman