qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/12] QAPI patches for 2016-03-04
Date: Fri,  4 Mar 2016 17:45:16 +0100	[thread overview]
Message-ID: <1457109928-4881-1-git-send-email-armbru@redhat.com> (raw)

The following changes since commit 3c0f12df65da872d5fbccae469f2cb21ed1c03b7:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160304' 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

-- 
2.4.3

             reply	other threads:[~2016-03-04 16:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-04 16:45 Markus Armbruster [this message]
2016-03-04 16:45 ` [Qemu-devel] [PULL 01/12] qmp-shell: fix pretty printing of JSON responses Markus Armbruster
2016-03-04 16:45 ` [Qemu-devel] [PULL 02/12] qapi-dealloc: Reduce use outside of generated code Markus Armbruster
2016-03-04 16:45 ` [Qemu-devel] [PULL 03/12] qapi: Rename 'fields' to 'members' in generator Markus Armbruster
2016-03-04 16:45 ` [Qemu-devel] [PULL 04/12] qapi: Rename 'fields' to 'members' in generated C code Markus Armbruster
2016-03-04 16:45 ` [Qemu-devel] [PULL 05/12] qapi-visit: Expose visit_type_FOO_members() Markus Armbruster
2016-03-04 16:45 ` [Qemu-devel] [PULL 06/12] qapi: Update docs to match recent generator changes Markus Armbruster
2016-03-04 16:45 ` [Qemu-devel] [PULL 07/12] chardev: Shorten references into ChardevBackend Markus Armbruster
2016-03-04 16:45 ` [Qemu-devel] [PULL 08/12] util: Shorten references into SocketAddress Markus Armbruster
2016-03-04 16:45 ` [Qemu-devel] [PULL 09/12] ui: Shorten references into InputEvent Markus Armbruster
2016-03-04 16:45 ` [Qemu-devel] [PULL 10/12] qapi: Avoid use of 'data' member of QAPI unions Markus Armbruster
2016-03-04 16:45 ` [Qemu-devel] [PULL 11/12] chardev: Drop useless ChardevDummy type Markus Armbruster
2016-03-04 16:45 ` [Qemu-devel] [PULL 12/12] qapi: Drop useless 'data' member of unions Markus Armbruster
2016-03-04 17:43 ` [Qemu-devel] [PULL 00/12] QAPI patches for 2016-03-04 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1457109928-4881-1-git-send-email-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).