Re: [Qemu-devel] [PATCH V2 5/7] monitor: support sub commands in auto completion

2013-06-26 Thread Wenchao Xia
于 2013-6-27 0:03, Luiz Capitulino 写道: On Wed, 26 Jun 2013 12:03:39 +0800 Wenchao Xia wrote: 于 2013-6-24 20:48, Wenchao Xia 写道: This patch allow auot completion work normal in sub command case, "info block [DEVICE]" can auto complete now, by re-enter the completion function. Also, original "in

Re: [Qemu-devel] [PATCH V2 5/7] monitor: support sub commands in auto completion

2013-06-26 Thread Luiz Capitulino
On Wed, 26 Jun 2013 12:03:39 +0800 Wenchao Xia wrote: > 于 2013-6-24 20:48, Wenchao Xia 写道: > > This patch allow auot completion work normal in sub command case, > > "info block [DEVICE]" can auto complete now, by re-enter the completion > > function. Also, original "info" is treated as a special

Re: [Qemu-devel] [PATCH V2 5/7] monitor: support sub commands in auto completion

2013-06-25 Thread Wenchao Xia
于 2013-6-24 20:48, Wenchao Xia 写道: > This patch allow auot completion work normal in sub command case, > "info block [DEVICE]" can auto complete now, by re-enter the completion > function. Also, original "info" is treated as a special case, now it is > treated as a sub command group, global variabl

[Qemu-devel] [PATCH V2 5/7] monitor: support sub commands in auto completion

2013-06-24 Thread Wenchao Xia
This patch allow auot completion work normal in sub command case, "info block [DEVICE]" can auto complete now, by re-enter the completion function. Also, original "info" is treated as a special case, now it is treated as a sub command group, global variable info_cmds is not used any more. "help" c