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 2016-10-25
Date: Tue, 25 Oct 2016 17:57:55 +0200	[thread overview]
Message-ID: <1477411082-12075-1-git-send-email-armbru@redhat.com> (raw)

The following changes since commit 4429532b48a25740817aa0901a4355a5de991e5b:

  tests: Restore check-qdict unit test (2016-10-25 11:39:10 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-10-25

for you to fetch changes up to 603476c25c4d588a557ec2139352028f3157cba4:

  qdict: implement a qdict_crumple method for un-flattening a dict (2016-10-25 17:56:14 +0200)

----------------------------------------------------------------
QAPI patches for 2016-10-25

----------------------------------------------------------------
Daniel P. Berrange (6):
      qapi: add trace events for visitor
      qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
      qapi: rename QmpInputVisitor to QObjectInputVisitor
      qapi: rename QmpOutputVisitor to QObjectOutputVisitor
      qapi: don't pass two copies of TestInputVisitorData to tests
      qdict: implement a qdict_crumple method for un-flattening a dict

Eric Blake (1):
      trivial: Restore blank line in qapi-schema

 Makefile.objs                                      |   1 +
 block/qapi.c                                       |   4 +-
 blockdev.c                                         |   4 +-
 docs/qapi-code-gen.txt                             |   4 +-
 include/qapi/qmp/qdict.h                           |   1 +
 ...qmp-input-visitor.h => qobject-input-visitor.h} |  10 +-
 ...p-output-visitor.h => qobject-output-visitor.h} |  10 +-
 include/qapi/visitor.h                             |   6 +-
 monitor.c                                          |   2 +-
 qapi-schema.json                                   |   1 +
 qapi/Makefile.objs                                 |   4 +-
 qapi/qapi-clone-visitor.c                          |   2 +-
 qapi/qapi-visit-core.c                             |  51 +++-
 qapi/qmp-output-visitor.c                          | 256 -------------------
 ...qmp-input-visitor.c => qobject-input-visitor.c} | 170 ++++++-------
 qapi/qobject-output-visitor.c                      | 254 +++++++++++++++++++
 qapi/trace-events                                  |  33 +++
 qemu-img.c                                         |   8 +-
 qmp.c                                              |   4 +-
 qobject/qdict.c                                    | 277 +++++++++++++++++++++
 qom/object_interfaces.c                            |   2 +-
 qom/qom-qobject.c                                  |   8 +-
 scripts/qapi-commands.py                           |   8 +-
 scripts/qapi-event.py                              |   4 +-
 target-s390x/cpu_models.c                          |   4 +-
 tests/.gitignore                                   |   6 +-
 tests/Makefile.include                             |  20 +-
 tests/check-qdict.c                                | 158 +++++++++++-
 tests/check-qnull.c                                |   8 +-
 tests/test-qmp-commands.c                          |   4 +-
 ...-input-strict.c => test-qobject-input-strict.c} |   6 +-
 ...nput-visitor.c => test-qobject-input-visitor.c} |  82 +++---
 ...put-visitor.c => test-qobject-output-visitor.c} |   6 +-
 tests/test-string-input-visitor.c                  |   2 +-
 tests/test-string-output-visitor.c                 |   2 +-
 tests/test-visitor-serialization.c                 |   8 +-
 util/qemu-sockets.c                                |   4 +-
 37 files changed, 958 insertions(+), 476 deletions(-)
 rename include/qapi/{qmp-input-visitor.h => qobject-input-visitor.h} (63%)
 rename include/qapi/{qmp-output-visitor.h => qobject-output-visitor.h} (66%)
 delete mode 100644 qapi/qmp-output-visitor.c
 rename qapi/{qmp-input-visitor.c => qobject-input-visitor.c} (59%)
 create mode 100644 qapi/qobject-output-visitor.c
 create mode 100644 qapi/trace-events
 rename tests/{test-qmp-input-strict.c => test-qobject-input-strict.c} (98%)
 rename tests/{test-qmp-input-visitor.c => test-qobject-input-visitor.c} (91%)
 rename tests/{test-qmp-output-visitor.c => test-qobject-output-visitor.c} (99%)

-- 
2.5.5

             reply	other threads:[~2016-10-25 15:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-25 15:57 Markus Armbruster [this message]
2016-10-25 15:57 ` [Qemu-devel] [PULL 1/7] trivial: Restore blank line in qapi-schema Markus Armbruster
2016-10-25 15:57 ` [Qemu-devel] [PULL 2/7] qapi: add trace events for visitor Markus Armbruster
2016-10-25 15:57 ` [Qemu-devel] [PULL 3/7] qapi: rename *qmp-*-visitor* to *qobject-*-visitor* Markus Armbruster
2016-10-25 15:57 ` [Qemu-devel] [PULL 4/7] qapi: rename QmpInputVisitor to QObjectInputVisitor Markus Armbruster
2016-10-25 15:58 ` [Qemu-devel] [PULL 5/7] qapi: rename QmpOutputVisitor to QObjectOutputVisitor Markus Armbruster
2016-10-25 15:58 ` [Qemu-devel] [PULL 6/7] qapi: don't pass two copies of TestInputVisitorData to tests Markus Armbruster
2016-10-25 15:58 ` [Qemu-devel] [PULL 7/7] qdict: implement a qdict_crumple method for un-flattening a dict Markus Armbruster
2016-10-25 17:08 ` [Qemu-devel] [PULL 0/7] QAPI patches for 2016-10-25 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=1477411082-12075-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).