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/20] QAPI patches
Date: Fri,  9 Oct 2015 17:14:01 +0200	[thread overview]
Message-ID: <1444403661-29161-1-git-send-email-armbru@redhat.com> (raw)

The following changes since commit b37686f7e84b22cfaf7fd01ac5133f2617cc3027:

  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2015-10-09 12:18:14 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2015-10-09

for you to fetch changes up to 51c605bab50f1b9e0766aa9ed14c1abe58eb7f48:

  qapi: Simplify gen_visit_fields() error handling (2015-10-09 16:44:10 +0200)

----------------------------------------------------------------
QAPI patches

----------------------------------------------------------------
Eric Blake (17):
      qapi: Sort qapi-schema tests
      qapi: Improve 'include' error message
      qapi: Invoke exception superclass initializer
      qapi: Clean up qapi.py per pep8
      qapi: Test for various name collisions
      qapi: Avoid assertion failure on union 'type' collision
      qapi: Add tests for empty unions
      qapi: Test use of 'number' within alternates
      qapi: Reuse code for flat union base validation
      qapi: Consistent generated code: prefer error 'err'
      qapi: Consistent generated code: prefer visitor 'v'
      qapi: Consistent generated code: prefer common labels
      qapi: Consistent generated code: prefer common indentation
      qapi: Consistent generated code: minimize push_indent() usage
      qapi: Share gen_err_check()
      qapi: Share gen_visit_fields()
      qapi: Simplify gen_visit_fields() error handling

Markus Armbruster (3):
      docs: Move files from docs/qmp/ to docs/
      MAINTAINERS: Specify QObject include and test files
      MAINTAINERS: Specify QAPI include and test files

 MAINTAINERS                                        |  15 +-
 docs/qapi-code-gen.txt                             | 102 ++++-----
 docs/{qmp => }/qmp-events.txt                      |   0
 docs/{qmp/README => qmp-intro.txt}                 |   0
 docs/{qmp => }/qmp-spec.txt                        |   0
 qom/object.c                                       |  18 +-
 qom/qom-qobject.c                                  |  18 +-
 scripts/ordereddict.py                             |   3 +-
 scripts/qapi-commands.py                           | 110 +++-------
 scripts/qapi-event.py                              |  55 +----
 scripts/qapi-types.py                              |   8 +-
 scripts/qapi-visit.py                              | 141 +++++-------
 scripts/qapi.py                                    | 240 +++++++++++++++------
 tests/Makefile                                     | 170 +++++++++++----
 tests/qapi-schema/alternate-clash.err              |   2 +-
 tests/qapi-schema/alternate-clash.json             |   9 +-
 ...-union-branch-clash.out => alternate-empty.err} |   0
 tests/qapi-schema/alternate-empty.exit             |   1 +
 tests/qapi-schema/alternate-empty.json             |   2 +
 tests/qapi-schema/alternate-empty.out              |   4 +
 tests/qapi-schema/alternate-nested.json            |   2 +-
 tests/qapi-schema/alternate-unknown.json           |   2 +-
 tests/qapi-schema/args-name-clash.err              |   0
 tests/qapi-schema/args-name-clash.exit             |   1 +
 tests/qapi-schema/args-name-clash.json             |   5 +
 tests/qapi-schema/args-name-clash.out              |   6 +
 tests/qapi-schema/duplicate-key.err                |   2 +-
 tests/qapi-schema/duplicate-key.json               |   1 +
 tests/qapi-schema/flat-union-bad-base.err          |   2 +-
 tests/qapi-schema/flat-union-base-any.err          |   2 +-
 tests/qapi-schema/flat-union-base-union.err        |   2 +-
 tests/qapi-schema/flat-union-base-union.json       |   5 +-
 tests/qapi-schema/flat-union-branch-clash.err      |   1 -
 tests/qapi-schema/flat-union-clash-branch.err      |   0
 tests/qapi-schema/flat-union-clash-branch.exit     |   1 +
 tests/qapi-schema/flat-union-clash-branch.json     |  18 ++
 tests/qapi-schema/flat-union-clash-branch.out      |  14 ++
 tests/qapi-schema/flat-union-clash-member.err      |   1 +
 ...nch-clash.exit => flat-union-clash-member.exit} |   0
 ...nch-clash.json => flat-union-clash-member.json} |   3 +-
 tests/qapi-schema/flat-union-clash-member.out      |   0
 tests/qapi-schema/flat-union-clash-type.err        |   1 +
 tests/qapi-schema/flat-union-clash-type.exit       |   1 +
 tests/qapi-schema/flat-union-clash-type.json       |  14 ++
 tests/qapi-schema/flat-union-clash-type.out        |   0
 tests/qapi-schema/flat-union-empty.err             |   0
 tests/qapi-schema/flat-union-empty.exit            |   1 +
 tests/qapi-schema/flat-union-empty.json            |   4 +
 tests/qapi-schema/flat-union-empty.out             |   7 +
 tests/qapi-schema/flat-union-inline.err            |   2 +-
 tests/qapi-schema/flat-union-inline.json           |   4 +-
 tests/qapi-schema/flat-union-no-base.err           |   2 +-
 tests/qapi-schema/include-non-file.err             |   2 +-
 tests/qapi-schema/include-non-file.json            |   2 +-
 tests/qapi-schema/qapi-schema-test.json            |  15 +-
 tests/qapi-schema/qapi-schema-test.out             |  26 +++
 tests/qapi-schema/struct-base-clash-base.err       |   0
 tests/qapi-schema/struct-base-clash-base.exit      |   1 +
 tests/qapi-schema/struct-base-clash-base.json      |   9 +
 tests/qapi-schema/struct-base-clash-base.out       |   5 +
 tests/qapi-schema/struct-base-clash-deep.err       |   2 +-
 tests/qapi-schema/struct-base-clash-deep.json      |   5 +-
 tests/qapi-schema/struct-base-clash.err            |   2 +-
 tests/qapi-schema/struct-base-clash.json           |   3 +-
 tests/qapi-schema/union-clash-branches.err         |   1 +
 tests/qapi-schema/union-clash-branches.exit        |   1 +
 tests/qapi-schema/union-clash-branches.json        |   5 +
 tests/qapi-schema/union-clash-branches.out         |   0
 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             |   6 +
 tests/qapi-schema/union-clash-type.err             |   1 +
 tests/qapi-schema/union-clash-type.exit            |   1 +
 tests/qapi-schema/union-clash-type.json            |   9 +
 tests/qapi-schema/union-clash-type.out             |   0
 tests/qapi-schema/union-empty.err                  |   0
 tests/qapi-schema/union-empty.exit                 |   1 +
 tests/qapi-schema/union-empty.json                 |   2 +
 tests/qapi-schema/union-empty.out                  |   3 +
 tests/qapi-schema/union-invalid-base.err           |   2 +-
 tests/test-qmp-input-visitor.c                     | 131 ++++++++++-
 82 files changed, 821 insertions(+), 424 deletions(-)
 rename docs/{qmp => }/qmp-events.txt (100%)
 rename docs/{qmp/README => qmp-intro.txt} (100%)
 rename docs/{qmp => }/qmp-spec.txt (100%)
 rename tests/qapi-schema/{flat-union-branch-clash.out => alternate-empty.err} (100%)
 create mode 100644 tests/qapi-schema/alternate-empty.exit
 create mode 100644 tests/qapi-schema/alternate-empty.json
 create mode 100644 tests/qapi-schema/alternate-empty.out
 create mode 100644 tests/qapi-schema/args-name-clash.err
 create mode 100644 tests/qapi-schema/args-name-clash.exit
 create mode 100644 tests/qapi-schema/args-name-clash.json
 create mode 100644 tests/qapi-schema/args-name-clash.out
 delete mode 100644 tests/qapi-schema/flat-union-branch-clash.err
 create mode 100644 tests/qapi-schema/flat-union-clash-branch.err
 create mode 100644 tests/qapi-schema/flat-union-clash-branch.exit
 create mode 100644 tests/qapi-schema/flat-union-clash-branch.json
 create mode 100644 tests/qapi-schema/flat-union-clash-branch.out
 create mode 100644 tests/qapi-schema/flat-union-clash-member.err
 rename tests/qapi-schema/{flat-union-branch-clash.exit => flat-union-clash-member.exit} (100%)
 rename tests/qapi-schema/{flat-union-branch-clash.json => flat-union-clash-member.json} (77%)
 create mode 100644 tests/qapi-schema/flat-union-clash-member.out
 create mode 100644 tests/qapi-schema/flat-union-clash-type.err
 create mode 100644 tests/qapi-schema/flat-union-clash-type.exit
 create mode 100644 tests/qapi-schema/flat-union-clash-type.json
 create mode 100644 tests/qapi-schema/flat-union-clash-type.out
 create mode 100644 tests/qapi-schema/flat-union-empty.err
 create mode 100644 tests/qapi-schema/flat-union-empty.exit
 create mode 100644 tests/qapi-schema/flat-union-empty.json
 create mode 100644 tests/qapi-schema/flat-union-empty.out
 create mode 100644 tests/qapi-schema/struct-base-clash-base.err
 create mode 100644 tests/qapi-schema/struct-base-clash-base.exit
 create mode 100644 tests/qapi-schema/struct-base-clash-base.json
 create mode 100644 tests/qapi-schema/struct-base-clash-base.out
 create mode 100644 tests/qapi-schema/union-clash-branches.err
 create mode 100644 tests/qapi-schema/union-clash-branches.exit
 create mode 100644 tests/qapi-schema/union-clash-branches.json
 create mode 100644 tests/qapi-schema/union-clash-branches.out
 create mode 100644 tests/qapi-schema/union-clash-data.err
 create mode 100644 tests/qapi-schema/union-clash-data.exit
 create mode 100644 tests/qapi-schema/union-clash-data.json
 create mode 100644 tests/qapi-schema/union-clash-data.out
 create mode 100644 tests/qapi-schema/union-clash-type.err
 create mode 100644 tests/qapi-schema/union-clash-type.exit
 create mode 100644 tests/qapi-schema/union-clash-type.json
 create mode 100644 tests/qapi-schema/union-clash-type.out
 create mode 100644 tests/qapi-schema/union-empty.err
 create mode 100644 tests/qapi-schema/union-empty.exit
 create mode 100644 tests/qapi-schema/union-empty.json
 create mode 100644 tests/qapi-schema/union-empty.out

-- 
2.4.3

             reply	other threads:[~2015-10-09 15:14 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-09 15:14 Markus Armbruster [this message]
2015-10-09 15:14 ` [Qemu-devel] [PULL 01/20] docs: Move files from docs/qmp/ to docs/ Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 02/20] MAINTAINERS: Specify QObject include and test files Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 03/20] MAINTAINERS: Specify QAPI " Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 04/20] qapi: Sort qapi-schema tests Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 05/20] qapi: Improve 'include' error message Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 06/20] qapi: Invoke exception superclass initializer Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 07/20] qapi: Clean up qapi.py per pep8 Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 08/20] qapi: Test for various name collisions Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 09/20] qapi: Avoid assertion failure on union 'type' collision Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 10/20] qapi: Add tests for empty unions Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 11/20] qapi: Test use of 'number' within alternates Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 12/20] qapi: Reuse code for flat union base validation Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 13/20] qapi: Consistent generated code: prefer error 'err' Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 14/20] qapi: Consistent generated code: prefer visitor 'v' Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 15/20] qapi: Consistent generated code: prefer common labels Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 16/20] qapi: Consistent generated code: prefer common indentation Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 17/20] qapi: Consistent generated code: minimize push_indent() usage Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 18/20] qapi: Share gen_err_check() Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 19/20] qapi: Share gen_visit_fields() Markus Armbruster
2015-10-09 15:14 ` [Qemu-devel] [PULL 20/20] qapi: Simplify gen_visit_fields() error handling Markus Armbruster
2015-10-12 13:25 ` [Qemu-devel] [PULL 00/20] QAPI patches Peter Maydell
2015-10-12 13:41   ` Peter Maydell
2015-10-12 13:59   ` Eric Blake

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=1444403661-29161-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).