]> git.proxmox.com Git - qemu.git/commit
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)
commit0a2a30d5add5100d0c6cd4b466b227f7d76d19cf
tree6b908d478fd1d3342d27f65b8f14b435de94ffe7
parenta6f4e09d90cef88be07cd597c2f2a9f0b3ed0763
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