Hi, This pull request contains two series. A balloon series and memory hotplug doc series. The balloon series is not totally QMP related, but it has implications to libvirt when using memory hotplug. So, I'm picking it up. The second series is a memory hotplug doc improvement. This is not QMP related at all, but I'm adding it here as it got fully reviewed and is really wanted.
The following changes since commit 3539bbb93e944ffde31c61c369ea9eedcc5697a6: Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150302.0' into staging (2015-03-04 14:37:31 +0000) are available in the git repository at: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp for you to fetch changes up to a3b042179859c68b3d08f8aa43866d28d6b56987: docs: add memory-hotplug.txt (2015-03-04 13:00:36 -0500) ---------------------------------------------------------------- Luiz Capitulino (2): qemu-options.hx: improve -m description docs: add memory-hotplug.txt zhanghailiang (3): pc-dimm: add a function to calculate VM's current RAM size virtio-balloon: Fix balloon not working correctly when hotplug memory virtio-balloon: Add some trace events docs/memory-hotplug.txt | 76 +++++++++++++++++++++++++++++++++++++++++ hw/mem/pc-dimm.c | 26 ++++++++++++++ hw/virtio/virtio-balloon.c | 21 ++++++++---- include/exec/cpu-common.h | 1 + qemu-options.hx | 22 +++++++++--- stubs/qmp_pc_dimm_device_list.c | 5 +++ trace-events | 4 +++ 7 files changed, 144 insertions(+), 11 deletions(-) create mode 100644 docs/memory-hotplug.txt