Re: [Qemu-devel] [PATCH 1/4] monitor: introduce monitor_read_console

2013-09-09 Thread Luiz Capitulino
On Mon, 2 Sep 2013 17:01:45 +0800 Lei Li wrote: > This patch introduces monitor_read_console(), which will drop > into interactive mode with chardev ringbuf backend, and install > a readline handler. When the handler is invoked, the given data > will be written to ringbuf backend. > > Signed-of

[Qemu-devel] [PATCH 1/4] monitor: introduce monitor_read_console

2013-09-02 Thread Lei Li
This patch introduces monitor_read_console(), which will drop into interactive mode with chardev ringbuf backend, and install a readline handler. When the handler is invoked, the given data will be written to ringbuf backend. Signed-off-by: Lei Li --- include/monitor/monitor.h |3 +++ monito