]> git.proxmox.com Git - qemu.git/commit - balloon.c
qapi: Convert query-balloon
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 21 Oct 2011 13:41:37 +0000 (11:41 -0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 27 Oct 2011 13:48:47 +0000 (11:48 -0200)
commit96637bcdf9e00db77265229d3d30d952bdde74be
tree2b80f47ae6c1214205118a317f29297f2a19b650
parentd1f29646f21321e60d1be4e72ac3b6caaa0239cc
qapi: Convert query-balloon

Please, note that some of the code supporting memory statistics is
still around (eg. virtio_balloon_receive_stats() and reset_stats()).

Also, the qmp_query_balloon() function is synchronous and thus doesn't
make any use of the (not fully working) monitor's asynchronous command
support (the old non-qapi implementation did).

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
balloon.c
balloon.h
hmp.c
hmp.h
hw/virtio-balloon.c
monitor.c
qapi-schema.json
qmp-commands.hx