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

2012-05-30 Thread Luiz Capitulino
On Wed, 30 May 2012 18:01:06 +0200 Pavel Hrdina wrote: > 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. I dislike this series. It's adding a user featur

[Qemu-devel] [PATCH v2 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