Re: [Qemu-devel] [PATCH 2/4] hmp: factor out ringbuf_print_help()

2013-09-09 Thread Luiz Capitulino
On Mon, 2 Sep 2013 17:01:46 +0800 Lei Li li...@linux.vnet.ibm.com wrote: Factor out ringbuf_print_help(), which will be called in hmp_read_ringbuf_cb() reading data that can be written with monitor_printf() to the console from ringbuf backend. Signed-off-by: Lei Li li...@linux.vnet.ibm.com

[Qemu-devel] [PATCH 2/4] hmp: factor out ringbuf_print_help()

2013-09-02 Thread Lei Li
Factor out ringbuf_print_help(), which will be called in hmp_read_ringbuf_cb() reading data that can be written with monitor_printf() to the console from ringbuf backend. Signed-off-by: Lei Li li...@linux.vnet.ibm.com --- hmp.c | 31 +++ 1 files changed, 19