]> git.proxmox.com Git - qemu.git/commit - balloon.c
balloon: Reject negative balloon values
authorAmit Shah <amit.shah@redhat.com>
Wed, 27 Jul 2011 11:20:54 +0000 (16:50 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 4 Aug 2011 21:43:09 +0000 (16:43 -0500)
commit514e73ecebc0aeadef218e91e36ee42b3d145c93
treefb320a1db7f9e401e1832c5de193a99445aaf922
parentf76f665547f4a954a2c83552a88816fc2a316be0
balloon: Reject negative balloon values

Negative balloon values don't make sense, reject them and throw a qerror
with QERR_INVALID_PARAMETER_VALUE.

Reported-by: Mike Cao <bcao@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
balloon.c