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 0/7] QAPI patches for 2019-03-05
Date: Tue,  5 Mar 2019 17:52:29 +0100	[thread overview]
Message-ID: <20190305165236.8389-1-armbru@redhat.com> (raw)

The following changes since commit 0984a157c1c053394adbf64ed7de97f1aebe6a2d:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2019-03-05 09:33:20 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2019-03-05

for you to fetch changes up to 56a4689582433125d7042ba506a081e08dc264d4:

  qapi: Fix array first used in a different module (2019-03-05 14:43:11 +0100)

----------------------------------------------------------------
QAPI patches for 2019-03-05

----------------------------------------------------------------
Markus Armbruster (7):
      tests/qapi-schema: Make test-qapi.py print arrays
      tests/qapi-schema: Cover conditional arrays
      qapi: Pass file name to QAPIGen constructor instead of methods
      qapi: Fix code generation for sub-modules in other directories
      tests: Rename UserDefNativeListUnion to UserDefListUnion
      tests/qapi-schema: Cover forward reference to sub-module
      qapi: Fix array first used in a different module

 scripts/qapi/commands.py                   |   2 +-
 scripts/qapi/common.py                     | 106 +++++++++-------
 scripts/qapi/doc.py                        |   4 +-
 tests/.gitignore                           |   8 ++
 tests/Makefile.include                     |  44 ++++++-
 tests/qapi-schema/include-relpath-sub.json |   2 -
 tests/qapi-schema/include-relpath.err      |   0
 tests/qapi-schema/include-relpath.exit     |   1 -
 tests/qapi-schema/include-relpath.json     |   1 -
 tests/qapi-schema/include-relpath.out      |  20 ---
 tests/qapi-schema/include/relpath.json     |   1 -
 tests/qapi-schema/include/sub-module.json  |   7 ++
 tests/qapi-schema/qapi-schema-test.json    |  14 ++-
 tests/qapi-schema/qapi-schema-test.out     |  37 +++++-
 tests/qapi-schema/sub-sub-module.json      |   6 +
 tests/qapi-schema/test-qapi.py             |   6 +
 tests/test-clone-visitor.c                 |  16 +--
 tests/test-qmp-cmds.c                      |   2 +-
 tests/test-qobject-input-visitor.c         | 196 ++++++++++++++---------------
 tests/test-qobject-output-visitor.c        | 190 ++++++++++++++--------------
 20 files changed, 371 insertions(+), 292 deletions(-)
 delete mode 100644 tests/qapi-schema/include-relpath-sub.json
 delete mode 100644 tests/qapi-schema/include-relpath.err
 delete mode 100644 tests/qapi-schema/include-relpath.exit
 delete mode 100644 tests/qapi-schema/include-relpath.json
 delete mode 100644 tests/qapi-schema/include-relpath.out
 delete mode 100644 tests/qapi-schema/include/relpath.json
 create mode 100644 tests/qapi-schema/include/sub-module.json
 create mode 100644 tests/qapi-schema/sub-sub-module.json

-- 
2.17.2

             reply	other threads:[~2019-03-05 16:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-05 16:52 Markus Armbruster [this message]
2019-03-05 16:52 ` [Qemu-devel] [PULL 1/7] tests/qapi-schema: Make test-qapi.py print arrays Markus Armbruster
2019-03-05 16:52 ` [Qemu-devel] [PULL 2/7] tests/qapi-schema: Cover conditional arrays Markus Armbruster
2019-03-05 16:52 ` [Qemu-devel] [PULL 3/7] qapi: Pass file name to QAPIGen constructor instead of methods Markus Armbruster
2019-03-05 16:52 ` [Qemu-devel] [PULL 4/7] qapi: Fix code generation for sub-modules in other directories Markus Armbruster
2019-03-05 16:52 ` [Qemu-devel] [PULL 5/7] tests: Rename UserDefNativeListUnion to UserDefListUnion Markus Armbruster
2019-03-05 16:52 ` [Qemu-devel] [PULL 6/7] tests/qapi-schema: Cover forward reference to sub-module Markus Armbruster
2019-03-05 16:52 ` [Qemu-devel] [PULL 7/7] qapi: Fix array first used in a different module Markus Armbruster
2019-03-05 21:06 ` [Qemu-devel] [PULL 0/7] QAPI patches for 2019-03-05 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=20190305165236.8389-1-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).