From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1absr9-00018E-KH for qemu-devel@nongnu.org; Fri, 04 Mar 2016 11:45:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1absr5-0005Yi-GM for qemu-devel@nongnu.org; Fri, 04 Mar 2016 11:45:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1absr5-0005YX-9S for qemu-devel@nongnu.org; Fri, 04 Mar 2016 11:45:31 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id E0D9164D29 for ; Fri, 4 Mar 2016 16:45:30 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-56.ams2.redhat.com [10.36.116.56]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u24GjTTD018458 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 4 Mar 2016 11:45:30 -0500 From: Markus Armbruster Date: Fri, 4 Mar 2016 17:45:16 +0100 Message-Id: <1457109928-4881-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/12] QAPI patches for 2016-03-04 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 3c0f12df65da872d5fbccae469f2cb21ed1c03= b7: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-201= 60304' into staging (2016-03-04 11:46:32 +0000) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-03-04 for you to fetch changes up to 984ebcbab466a05beccc5bfcd7eff4ce7efc48d5: qapi: Drop useless 'data' member of unions (2016-03-04 17:27:50 +0100) ---------------------------------------------------------------- QAPI patches for 2016-03-04 ---------------------------------------------------------------- Daniel P. Berrange (1): qmp-shell: fix pretty printing of JSON responses Eric Blake (11): qapi-dealloc: Reduce use outside of generated code qapi: Rename 'fields' to 'members' in generator qapi: Rename 'fields' to 'members' in generated C code qapi-visit: Expose visit_type_FOO_members() qapi: Update docs to match recent generator changes chardev: Shorten references into ChardevBackend util: Shorten references into SocketAddress ui: Shorten references into InputEvent qapi: Avoid use of 'data' member of QAPI unions chardev: Drop useless ChardevDummy type qapi: Drop useless 'data' member of unions backends/baum.c | 2 +- backends/msmouse.c | 2 +- block/nbd.c | 14 +- blockdev.c | 31 +-- docs/qapi-code-gen.txt | 364 +++++++++++++++++---------= ------ docs/qmp-spec.txt | 4 +- hw/acpi/core.c | 11 +- hw/char/escc.c | 12 +- hw/input/hid.c | 36 ++-- hw/input/ps2.c | 27 ++- hw/input/virtio-input-hid.c | 33 +-- net/net.c | 31 +-- numa.c | 9 +- qapi-schema.json | 15 +- qemu-char.c | 179 +++++++++------- qemu-nbd.c | 9 +- replay/replay-input.c | 31 +-- scripts/qapi-commands.py | 4 +- scripts/qapi-event.py | 4 +- scripts/qapi-types.py | 19 +- scripts/qapi-visit.py | 51 ++--- scripts/qapi.py | 20 +- scripts/qmp/qmp-shell | 23 +- tests/Makefile | 1 - tests/qapi-schema/qapi-schema-test.json | 2 +- tests/qapi-schema/union-clash-data.err | 0 tests/qapi-schema/union-clash-data.exit | 1 - tests/qapi-schema/union-clash-data.json | 7 - tests/qapi-schema/union-clash-data.out | 9 - tests/test-io-channel-socket.c | 34 +-- tests/test-opts-visitor.c | 10 +- ui/input-legacy.c | 25 ++- ui/input.c | 56 ++--- ui/vnc.c | 39 ++-- util/qemu-sockets.c | 11 +- 35 files changed, 564 insertions(+), 562 deletions(-) delete mode 100644 tests/qapi-schema/union-clash-data.err delete mode 100644 tests/qapi-schema/union-clash-data.exit delete mode 100644 tests/qapi-schema/union-clash-data.json delete mode 100644 tests/qapi-schema/union-clash-data.out --=20 2.4.3