]> git.proxmox.com Git - qemu.git/blobdiff - balloon.h
target-mips: Fix incorrect code and test for INSV
[qemu.git] / balloon.h
index b36abeadf0547931b8e035b2b0ea4ffd66168244..b803a00741fcbed730c7efcc5473c83885234c3d 100644 (file)
--- a/balloon.h
+++ b/balloon.h
@@ -24,7 +24,6 @@ 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);
+void qemu_balloon_changed(int64_t actual);
 
 #endif