The following changes since commit e40830afa1cff3ffdc37bdfdd40d80860074636c:
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2014-10-22-tag' into staging (2014-10-22 21:42:33 +0100) are available in the git repository at: git://repo.or.cz/qemu/qmp-unstable.git tags/for-upstream for you to fetch changes up to e799157c766d96506214059d8b75712a3e615431: monitor: delete device_del_bus_completion (2014-10-23 09:04:05 -0400) ---------------------------------------------------------------- QMP patches ---------------------------------------------------------------- Luiz Capitulino (1): MAINTAINERS: add entry for qobject files Markus Armbruster (1): virtio-balloon: Tweak recent fix for integer overflow Zhu Guihua (3): qdev: add qdev_build_hotpluggable_device_list helper monitor: add del completion for peripheral device monitor: delete device_del_bus_completion zhanghailiang (2): dump: Propagate errors into qmp_dump_guest_memory() dump: Turn some functions to void to make code cleaner MAINTAINERS | 6 + dump.c | 383 +++++++++++++++++++++------------------------ hw/core/qdev.c | 13 ++ hw/virtio/virtio-balloon.c | 2 +- include/hw/qdev-core.h | 2 + monitor.c | 28 ++-- 6 files changed, 216 insertions(+), 218 deletions(-)