summaryrefslogtreecommitdiffstats
path: root/balloon.h
diff options
context:
space:
mode:
authorLuiz Capitulino2011-11-25 17:38:09 +0100
committerLuiz Capitulino2011-12-06 14:40:01 +0100
commitd72f326431e280a619a0fd55e27d3737747f8178 (patch)
tree14ae3162f13447b2a702974d9df5f830a538ff67 /balloon.h
parentqapi: Convert block_passwd (diff)
downloadqemu-d72f326431e280a619a0fd55e27d3737747f8178.tar.gz
qemu-d72f326431e280a619a0fd55e27d3737747f8178.tar.xz
qemu-d72f326431e280a619a0fd55e27d3737747f8178.zip
qapi: Convert balloon
Note that the command being dropped uses the deprecated MONITOR_CMD_ASYNC API, but the new command is a regular synchronous command. There shouldn't be visible differences though, as MONITOR_CMD_ASYNC is internal only. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'balloon.h')
-rw-r--r--balloon.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/balloon.h b/balloon.h
index b36abeadf0..b60fd5d9f2 100644
--- a/balloon.h
+++ b/balloon.h
@@ -24,7 +24,4 @@ int qemu_add_balloon_handler(QEMUBalloonEvent *event_func,
QEMUBalloonStatus *stat_func, void *opaque);
void qemu_remove_balloon_handler(void *opaque);
-int do_balloon(Monitor *mon, const QDict *params,
- MonitorCompletion cb, void *opaque);
-
#endif