diff options
author | Wenchao Xia | 2014-06-18 08:43:51 +0200 |
---|---|---|
committer | Luiz Capitulino | 2014-06-23 17:12:28 +0200 |
commit | aef9d3115fbaf2b1b904e333b46fe2b070fcbe96 (patch) | |
tree | 9bd4bd0179c4f542f1fe856553e279a9212e6b16 /include/sysemu/balloon.h | |
parent | qmp: convert ACPI_DEVICE_OST event (diff) | |
download | qemu-aef9d3115fbaf2b1b904e333b46fe2b070fcbe96.tar.gz qemu-aef9d3115fbaf2b1b904e333b46fe2b070fcbe96.tar.xz qemu-aef9d3115fbaf2b1b904e333b46fe2b070fcbe96.zip |
qapi event: convert BALLOON_CHANGE
Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'include/sysemu/balloon.h')
-rw-r--r-- | include/sysemu/balloon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/balloon.h b/include/sysemu/balloon.h index bd9d39505d..0345e01efb 100644 --- a/include/sysemu/balloon.h +++ b/include/sysemu/balloon.h @@ -24,6 +24,4 @@ int qemu_add_balloon_handler(QEMUBalloonEvent *event_func, QEMUBalloonStatus *stat_func, void *opaque); void qemu_remove_balloon_handler(void *opaque); -void qemu_balloon_changed(int64_t actual); - #endif |