Re: [Qemu-devel] [PATCH 1/1] balloon: Ignore negative balloon values

2011-07-27 Thread Amit Shah
On (Wed) 27 Jul 2011 [15:49:18], Markus Armbruster wrote: > Amit Shah writes: > > > Negative balloon values don't make sense, ignore them. > > > > Reported-by: Mike Cao > > Signed-off-by: Amit Shah > > --- > > I'm not sure if error_report is the right thing to use or should a new > > qerror_rep

Re: [Qemu-devel] [PATCH 1/1] balloon: Ignore negative balloon values

2011-07-27 Thread Markus Armbruster
Amit Shah writes: > Negative balloon values don't make sense, ignore them. > > Reported-by: Mike Cao > Signed-off-by: Amit Shah > --- > I'm not sure if error_report is the right thing to use or should a new > qerror_report() be used. Luiz, comments? Since do_balloon() has been converted to qe

[Qemu-devel] [PATCH 1/1] balloon: Ignore negative balloon values

2011-07-27 Thread Amit Shah
Negative balloon values don't make sense, ignore them. Reported-by: Mike Cao Signed-off-by: Amit Shah --- I'm not sure if error_report is the right thing to use or should a new qerror_report() be used. Luiz, comments? balloon.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-)