Re: [Qemu-devel] [PATCH V3 09/11] hmp: export function hmp_handle_error()

2013-01-14 Thread Luiz Capitulino
On Mon, 14 Jan 2013 15:09:45 +0800 Wenchao Xia wrote: > Signed-off-by: Wenchao Xia This function is really a hmp.c-only helper. It does two more or less unrelated things, I think it's better not to spread it over other qemu source files. > --- > hmp.c |2 +- > hmp.h |2 ++ > 2 files c

[Qemu-devel] [PATCH V3 09/11] hmp: export function hmp_handle_error()

2013-01-13 Thread Wenchao Xia
Signed-off-by: Wenchao Xia --- hmp.c |2 +- hmp.h |2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/hmp.c b/hmp.c index 2465d9b..89a1a8c 100644 --- a/hmp.c +++ b/hmp.c @@ -23,7 +23,7 @@ #include "monitor/monitor.h" #include "ui/console.h" -static void hmp_handle_er