Re: [Qemu-devel] [PATCH 4/4] hmp: add console support for ringbuf backend

2013-09-09 Thread Luiz Capitulino
On Mon, 2 Sep 2013 17:01:48 +0800 Lei Li wrote: > This patch add console command which would suspend the monitor, > output the data that backed in the ringbuf backend to console > first, and install a new readline handler to get input back to > the ringbuf backend. Take back to the monitor once

[Qemu-devel] [PATCH 4/4] hmp: add console support for ringbuf backend

2013-09-02 Thread Lei Li
This patch add console command which would suspend the monitor, output the data that backed in the ringbuf backend to console first, and install a new readline handler to get input back to the ringbuf backend. Take back to the monitor once escape sequence 'Ctrl-]' is detected. Signed-off-by: Lei L