From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXaog-0001VI-CQ for qemu-devel@nongnu.org; Fri, 26 Sep 2014 15:04:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXaob-0004CO-I0 for qemu-devel@nongnu.org; Fri, 26 Sep 2014 15:04:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXaob-0004AS-8R for qemu-devel@nongnu.org; Fri, 26 Sep 2014 15:04:25 -0400 From: Luiz Capitulino Date: Fri, 26 Sep 2014 15:03:58 -0400 Message-Id: <1411758247-12161-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/9] QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws The following changes since commit 81ab11a7a524d12412a59ef49c6b270671e62ea0: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-09-26 15:41:50 +0100) are available in the git repository at: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp for you to fetch changes up to a631892f9d6440812af98588e9635f1a2a7260ff: Add HMP command "info memory-devices" (2014-09-26 13:37:06 -0400) ---------------------------------------------------------------- Fam Zheng (1): qemu-iotests: Test missing "driver" key for blockdev-add Luiz Capitulino (1): virtio-balloon: fix integer overflow in memory stats feature Markus Armbruster (2): qemu-socket: Polish errors for connect() and listen() failure qemu-socket: Eliminate silly QERR_ macros Michael Roth (3): qapi: add visit_start_union and visit_end_union qapi: dealloc visitor, implement visit_start_union tests: add QMP input visitor test for unions with no discriminator Stratos Psomadakis (1): monitor: Reset HMP mon->rs in CHR_EVENT_OPEN Zhu Guihua (1): Add HMP command "info memory-devices" hmp-commands.hx | 2 ++ hmp.c | 38 +++++++++++++++++++++++++++++++++ hmp.h | 1 + hw/virtio/virtio-balloon.c | 7 +++++- include/qapi/qmp/qerror.h | 12 ----------- include/qapi/visitor-impl.h | 2 ++ include/qapi/visitor.h | 2 ++ monitor.c | 8 +++++++ qapi/qapi-dealloc-visitor.c | 26 ++++++++++++++++++++++ qapi/qapi-visit-core.c | 15 +++++++++++++ scripts/qapi-visit.py | 6 ++++++ tests/qapi-schema/qapi-schema-test.json | 10 +++++++++ tests/qapi-schema/qapi-schema-test.out | 3 +++ tests/qemu-iotests/087 | 17 +++++++++++++++ tests/qemu-iotests/087.out | 13 +++++++++++ tests/test-qmp-input-strict.c | 17 +++++++++++++++ util/qemu-sockets.c | 26 +++++++++++----------- 17 files changed, 179 insertions(+), 26 deletions(-)