mbox

[PULL,0/5] QAPI patches patches for 2021-10-27

Message ID 20211027154407.214122-1-armbru@redhat.com
State New
Headers show

Pull-request

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

Message

Markus Armbruster Oct. 27, 2021, 3:44 p.m. UTC
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(-)

Comments

Richard Henderson Oct. 27, 2021, 6:34 p.m. UTC | #1
On 10/27/21 8:44 AM, Markus Armbruster wrote:
> 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(-)

Applied, thanks.

r~