qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/5] QAPI patches patches for 2021-10-27
@ 2021-10-27 15:44 Markus Armbruster
  2021-10-27 15:44 ` [PULL 1/5] qapi: Improve input_type_enum()'s error message Markus Armbruster
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Markus Armbruster @ 2021-10-27 15:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson

The following changes since commit 931ce30859176f0f7daac6bac255dae5eb21284e:

  Merge remote-tracking branch 'remotes/dagrh/tags/pull-virtiofs-20211026' into staging (2021-10-26 07:38:41 -0700)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-10-27

for you to fetch changes up to aa2370444b62f8f9a809c024d0c41cb40658a5c3:

  qapi: Implement deprecated-input={reject,crash} for enum values (2021-10-27 17:19:34 +0200)

----------------------------------------------------------------
QAPI patches patches for 2021-10-27

----------------------------------------------------------------
Markus Armbruster (5):
      qapi: Improve input_type_enum()'s error message
      qapi: Enable enum member introspection to show more than name
      qapi: Add feature flags to enum members
      qapi: Move compat policy from QObject to generic visitor
      qapi: Implement deprecated-input={reject,crash} for enum values

 docs/about/deprecated.rst                      |  6 ++++++
 docs/devel/qapi-code-gen.rst                   | 29 ++++++++++++++++++-------
 qapi/compat.json                               |  3 +++
 qapi/introspect.json                           | 28 ++++++++++++++++++++++--
 include/qapi/qobject-input-visitor.h           |  4 ----
 include/qapi/qobject-output-visitor.h          |  4 ----
 include/qapi/util.h                            |  6 +++++-
 include/qapi/visitor-impl.h                    |  3 +++
 include/qapi/visitor.h                         |  9 ++++++++
 qapi/qapi-visit-core.c                         | 30 ++++++++++++++++++++++----
 qapi/qmp-dispatch.c                            |  4 ++--
 qapi/qobject-input-visitor.c                   | 14 +-----------
 qapi/qobject-output-visitor.c                  | 14 +-----------
 tests/unit/check-qom-proplist.c                |  2 +-
 scripts/qapi/expr.py                           |  3 ++-
 scripts/qapi/introspect.py                     | 19 ++++++++++++----
 scripts/qapi/schema.py                         | 22 +++++++++++++++++--
 scripts/qapi/types.py                          | 17 ++++++++++++++-
 tests/qapi-schema/doc-good.json                |  5 ++++-
 tests/qapi-schema/doc-good.out                 |  3 +++
 tests/qapi-schema/doc-good.txt                 |  3 +++
 tests/qapi-schema/enum-dict-member-unknown.err |  2 +-
 tests/qapi-schema/qapi-schema-test.json        |  3 ++-
 tests/qapi-schema/qapi-schema-test.out         |  1 +
 tests/qapi-schema/test-qapi.py                 |  1 +
 tests/qemu-iotests/049.out                     |  6 +++---
 tests/qemu-iotests/206.out                     |  2 +-
 tests/qemu-iotests/237.out                     |  6 +++---
 tests/qemu-iotests/245                         |  2 +-
 tests/qemu-iotests/287                         |  2 +-
 tests/qemu-iotests/308                         |  2 +-
 31 files changed, 182 insertions(+), 73 deletions(-)

-- 
2.31.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-10-27 19:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-27 15:44 [PULL 0/5] QAPI patches patches for 2021-10-27 Markus Armbruster
2021-10-27 15:44 ` [PULL 1/5] qapi: Improve input_type_enum()'s error message Markus Armbruster
2021-10-27 15:44 ` [PULL 2/5] qapi: Enable enum member introspection to show more than name Markus Armbruster
2021-10-27 15:44 ` [PULL 3/5] qapi: Add feature flags to enum members Markus Armbruster
2021-10-27 15:44 ` [PULL 4/5] qapi: Move compat policy from QObject to generic visitor Markus Armbruster
2021-10-27 15:44 ` [PULL 5/5] qapi: Implement deprecated-input={reject, crash} for enum values Markus Armbruster
2021-10-27 18:34 ` [PULL 0/5] QAPI patches patches for 2021-10-27 Richard Henderson

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