Re: [Qemu-devel] [PATCH 0/2] qmp: implement readline handlig for stdio

2012-05-31 Thread Luiz Capitulino
On Thu, 31 May 2012 17:18:18 +0200 Paolo Bonzini wrote: > Il 31/05/2012 15:49, Luiz Capitulino ha scritto: > >> Seriously? The natural thing to do is -qmp stdio, and I don't read any > >> wikis for that. > >> > >> It's nice that you can get some kind of usability by typing in long > >> network ad

Re: [Qemu-devel] [PATCH 0/2] qmp: implement readline handlig for stdio

2012-05-31 Thread Paolo Bonzini
Il 31/05/2012 15:49, Luiz Capitulino ha scritto: >> Seriously? The natural thing to do is -qmp stdio, and I don't read any >> wikis for that. >> >> It's nice that you can get some kind of usability by typing in long >> network addresses or path names and hacking a rlwrap around it (didn't >> know t

Re: [Qemu-devel] [PATCH 0/2] qmp: implement readline handlig for stdio

2012-05-31 Thread Luiz Capitulino
On Thu, 31 May 2012 10:10:07 +0200 Kevin Wolf wrote: > Am 30.05.2012 18:41, schrieb Luiz Capitulino: > > On Wed, 30 May 2012 16:19:43 +0200 > > Kevin Wolf wrote: > > > >> Am 30.05.2012 12:01, schrieb Pavel Hrdina: > >>> For debug it would be nice to have a same functionality for the qmp > >>>

Re: [Qemu-devel] [PATCH 0/2] qmp: implement readline handlig for stdio

2012-05-31 Thread Kevin Wolf
Am 30.05.2012 18:41, schrieb Luiz Capitulino: > On Wed, 30 May 2012 16:19:43 +0200 > Kevin Wolf wrote: > >> Am 30.05.2012 12:01, schrieb Pavel Hrdina: >>> For debug it would be nice to have a same functionality for the qmp monitor >>> on stdio as the hmp monitor on stdio has. For this purpose we

Re: [Qemu-devel] [PATCH 0/2] qmp: implement readline handlig for stdio

2012-05-30 Thread Luiz Capitulino
On Wed, 30 May 2012 16:19:43 +0200 Kevin Wolf wrote: > Am 30.05.2012 12:01, schrieb Pavel Hrdina: > > For debug it would be nice to have a same functionality for the qmp monitor > > on stdio as the hmp monitor on stdio has. For this purpose we also use > > readline mode for qmp monitor on stdio.

Re: [Qemu-devel] [PATCH 0/2] qmp: implement readline handlig for stdio

2012-05-30 Thread Pavel Hrdina
On 05/30/2012 04:19 PM, Kevin Wolf wrote: Am 30.05.2012 12:01, schrieb Pavel Hrdina: For debug it would be nice to have a same functionality for the qmp monitor on stdio as the hmp monitor on stdio has. For this purpose we also use readline mode for qmp monitor on stdio. Because we don't need a

Re: [Qemu-devel] [PATCH 0/2] qmp: implement readline handlig for stdio

2012-05-30 Thread Kevin Wolf
Am 30.05.2012 12:01, schrieb Pavel Hrdina: > For debug it would be nice to have a same functionality for the qmp monitor > on stdio as the hmp monitor on stdio has. For this purpose we also use > readline mode for qmp monitor on stdio. > > Because we don't need anymore an echo function for stdio,

[Qemu-devel] [PATCH 0/2] qmp: implement readline handlig for stdio

2012-05-30 Thread Pavel Hrdina
For debug it would be nice to have a same functionality for the qmp monitor on stdio as the hmp monitor on stdio has. For this purpose we also use readline mode for qmp monitor on stdio. Because we don't need anymore an echo function for stdio, there is also revert of a commit, which added this f