Re: [Qemu-devel] [PATCH] qapi: fix qmp_balloon() conversion

2012-04-26 Thread Michael Roth
On Thu, Apr 26, 2012 at 06:07:41PM -0300, Luiz Capitulino wrote: > Commit d72f326431 forgot to convert a call from qerror_report() to > error_set(). Fix it. > > Signed-off-by: Luiz Capitulino Reviewed-by: Michael Roth > --- > balloon.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-

[Qemu-devel] [PATCH] qapi: fix qmp_balloon() conversion

2012-04-26 Thread Luiz Capitulino
Commit d72f326431 forgot to convert a call from qerror_report() to error_set(). Fix it. Signed-off-by: Luiz Capitulino --- balloon.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balloon.c b/balloon.c index 0166744..aa354f7 100644 --- a/balloon.c +++ b/balloon.c @@ -108,