balloon: Make functions, local vars static
authorAmit Shah <amit.shah@redhat.com>
Wed, 20 Jul 2011 07:38:46 +0000 (13:08 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 4 Aug 2011 21:43:08 +0000 (16:43 -0500)
commitb4dbd2f2adaf9bee0b082fef0be9960561a78721
tree6b908d478fd1d3342d27f65b8f14b435de94ffe7
parent338d53849b3aa7b4168b888e22af5a729ff1c48d
balloon: Make functions, local vars static

balloon.h had function declarations for a couple of functions that are
local to balloon.c.  Make them static.

Drop the 'qemu_' prefix for balloon.c-local variables, and make them
static.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
balloon.c
balloon.h