Re: [Qemu-devel] [PATCH V8 00/13] monitor: support sub command group in auto completion and help

2013-08-27 Thread Wenchao Xia
于 2013-8-22 21:12, Luiz Capitulino 写道: On Thu, 22 Aug 2013 17:16:23 +0800 Wenchao Xia wrote: 于 2013-8-20 22:04, Luiz Capitulino 写道: On Tue, 30 Jul 2013 12:03:11 -0400 Luiz Capitulino wrote: On Fri, 26 Jul 2013 11:20:29 +0800 Wenchao Xia wrote: This series make auto completion and help f

Re: [Qemu-devel] [PATCH V8 00/13] monitor: support sub command group in auto completion and help

2013-08-22 Thread Luiz Capitulino
On Thu, 22 Aug 2013 17:16:23 +0800 Wenchao Xia wrote: > 于 2013-8-20 22:04, Luiz Capitulino 写道: > > On Tue, 30 Jul 2013 12:03:11 -0400 > > Luiz Capitulino wrote: > > > >> On Fri, 26 Jul 2013 11:20:29 +0800 > >> Wenchao Xia wrote: > >> > >>> This series make auto completion and help functions wor

Re: [Qemu-devel] [PATCH V8 00/13] monitor: support sub command group in auto completion and help

2013-08-22 Thread Wenchao Xia
于 2013-8-20 22:04, Luiz Capitulino 写道: On Tue, 30 Jul 2013 12:03:11 -0400 Luiz Capitulino wrote: On Fri, 26 Jul 2013 11:20:29 +0800 Wenchao Xia wrote: This series make auto completion and help functions works normal for sub command, by using reentrant functions. In order to do that, global

Re: [Qemu-devel] [PATCH V8 00/13] monitor: support sub command group in auto completion and help

2013-08-21 Thread Wenchao Xia
于 2013-8-20 22:04, Luiz Capitulino 写道: On Tue, 30 Jul 2013 12:03:11 -0400 Luiz Capitulino wrote: On Fri, 26 Jul 2013 11:20:29 +0800 Wenchao Xia wrote: This series make auto completion and help functions works normal for sub command, by using reentrant functions. In order to do that, global

Re: [Qemu-devel] [PATCH V8 00/13] monitor: support sub command group in auto completion and help

2013-08-20 Thread Luiz Capitulino
On Tue, 30 Jul 2013 12:03:11 -0400 Luiz Capitulino wrote: > On Fri, 26 Jul 2013 11:20:29 +0800 > Wenchao Xia wrote: > > > This series make auto completion and help functions works normal for sub > > command, by using reentrant functions. In order to do that, global variables > > are not directl

Re: [Qemu-devel] [PATCH V8 00/13] monitor: support sub command group in auto completion and help

2013-07-30 Thread Wenchao Xia
于 2013-7-31 0:03, Luiz Capitulino 写道: On Fri, 26 Jul 2013 11:20:29 +0800 Wenchao Xia wrote: This series make auto completion and help functions works normal for sub command, by using reentrant functions. In order to do that, global variables are not directly used in those functions any more. W

Re: [Qemu-devel] [PATCH V8 00/13] monitor: support sub command group in auto completion and help

2013-07-30 Thread Luiz Capitulino
On Fri, 26 Jul 2013 11:20:29 +0800 Wenchao Xia wrote: > This series make auto completion and help functions works normal for sub > command, by using reentrant functions. In order to do that, global variables > are not directly used in those functions any more. With this series, cmd_table > is a m

[Qemu-devel] [PATCH V8 00/13] monitor: support sub command group in auto completion and help

2013-07-25 Thread Wenchao Xia
This series make auto completion and help functions works normal for sub command, by using reentrant functions. In order to do that, global variables are not directly used in those functions any more. With this series, cmd_table is a member of structure Monitor so it is possible to create a monitor