]> 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)
committerAmit Shah <amit.shah@redhat.com>
Tue, 26 Jul 2011 05:51:12 +0000 (11:21 +0530)
commit2798b5e1747095592e3b83b3527ef91a78364c76
treebb9ba46159cf57e6d31dfac93b70ca0874e60b8f
parentc886edfb851c0c590d4e77f058f2ec8ed95ad1b5
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