qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL v2 00/12] QAPI patches for 2016-03-04


From: Markus Armbruster
Subject: [Qemu-devel] [PULL v2 00/12] QAPI patches for 2016-03-04
Date: Sat, 5 Mar 2016 10:50:29 +0100

v2: Missing S-o-b supplied

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 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

-- 
2.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]