From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ac8rJ-00017p-5j for qemu-devel@nongnu.org; Sat, 05 Mar 2016 04:50:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ac8rF-0001aK-1t for qemu-devel@nongnu.org; Sat, 05 Mar 2016 04:50:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ac8rE-0001a3-Q5 for qemu-devel@nongnu.org; Sat, 05 Mar 2016 04:50:44 -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 3EC357F091 for ; Sat, 5 Mar 2016 09:50:44 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-19.ams2.redhat.com [10.36.116.19]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u259ogdv019620 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 5 Mar 2016 04:50:43 -0500 From: Markus Armbruster Date: Sat, 5 Mar 2016 10:50:29 +0100 Message-Id: <1457171441-24602-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 v2 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 v2: Missing S-o-b supplied 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 48eb62a74fc2d6b0ae9e5f414304a85cfbf33066: qapi: Drop useless 'data' member of unions (2016-03-05 10:42:06 +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