]> git.proxmox.com Git - mirror_qemu.git/commit - balloon.c
balloon: Inline qemu_balloon(), qemu_balloon_status()
authorMarkus Armbruster <armbru@redhat.com>
Tue, 13 Jan 2015 16:43:25 +0000 (17:43 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 29 Jan 2015 09:02:26 +0000 (10:02 +0100)
commit6502a14734e71b2f6dd079b0a1e546e6aa2d2f8d
treecf6ca71770fbbca159b44b9075b37d869f4a8745
parenta6c90cbccdc07d51d4bbff71d2680f1a2c287370
balloon: Inline qemu_balloon(), qemu_balloon_status()

... and simplify a bit.  Permits factoring out common error checks in
the next commit.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
balloon.c