Re: [Qemu-devel] [PATCH] balloon: Fix device name in error message.

2014-02-24 Thread Hani Benhabiles
On Mon, Feb 24, 2014 at 10:04:05AM +0100, Markus Armbruster wrote: > I agree the error message is bad, but I'm afraid your patch makes it > worse :) > > qemu_balloon() returns zero when balloon_event_fn has not been set with > qemu_add_balloon_handler(). > > Right now, the only device that calls

Re: [Qemu-devel] [PATCH] balloon: Fix device name in error message.

2014-02-24 Thread Markus Armbruster
Hani Benhabiles writes: > Also fix trailing whitespace. > > Signed-off-by: Hani Benhabiles > --- > balloon.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/balloon.c b/balloon.c > index e321f2c..b66710a 100644 > --- a/balloon.c > +++ b/balloon.c > @@ -125,8 +125,8

[Qemu-devel] [PATCH] balloon: Fix device name in error message.

2014-02-23 Thread Hani Benhabiles
Also fix trailing whitespace. Signed-off-by: Hani Benhabiles --- balloon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/balloon.c b/balloon.c index e321f2c..b66710a 100644 --- a/balloon.c +++ b/balloon.c @@ -125,8 +125,8 @@ void qmp_balloon(int64_t value, Error **errp)