commit | f76f665547f4a954a2c83552a88816fc2a316be0 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Wed Jul 27 12:29:33 2011 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Aug 04 16:43:09 2011 -0500 |
tree | 65fc217c5fd47c5ed0fce6845f572bf20c7183ab | |
parent | 6c6ec1821a2631b21e680051e2dedaa1be5b83dc [diff] |
virtio-balloon: Check if balloon registration failed Multiple balloon registrations are not allowed; check if the registration with the qemu balloon api succeeded. If not, fail the device init. Signed-off-by: Amit Shah <amit.shah@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com>