[PULL 0/5] QAPI patches patches for 2021-09-13

Markus Armbruster posted 5 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210913095038.3040776-1-armbru@redhat.com
scripts/qapi/common.py            | 19 ++++++-------------
scripts/qapi/expr.py              | 21 +++++++++++++--------
tests/qapi-schema/bad-if-not.err  |  2 ++
tests/qapi-schema/bad-if-not.json |  3 +++
tests/qapi-schema/bad-if-not.out  |  0
tests/qapi-schema/meson.build     |  1 +
6 files changed, 25 insertions(+), 21 deletions(-)
create mode 100644 tests/qapi-schema/bad-if-not.err
create mode 100644 tests/qapi-schema/bad-if-not.json
create mode 100644 tests/qapi-schema/bad-if-not.out
[PULL 0/5] QAPI patches patches for 2021-09-13
Posted by Markus Armbruster 2 years, 6 months ago
The following changes since commit abf7aee72ea66944a62962603e4c2381f5e473e7:

  Merge remote-tracking branch 'remotes/thuth-gitlab/tags/s390x-pull-request-2021-09-07' into staging (2021-09-07 17:46:13 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-09-13

for you to fetch changes up to 62f27589f8549d6cf1f7fe21ed55ce6f2f705450:

  qapi: Fix bogus error for 'if': { 'not': '' } (2021-09-08 15:30:30 +0200)

----------------------------------------------------------------
QAPI patches patches for 2021-09-13

----------------------------------------------------------------
Markus Armbruster (5):
      qapi: Fix a botched type annotation
      qapi: Drop Indentation.__bool__()
      qapi: Bury some unused code in class Indentation
      tests/qapi-schema: Cover 'not' condition with empty argument
      qapi: Fix bogus error for 'if': { 'not': '' }

 scripts/qapi/common.py            | 19 ++++++-------------
 scripts/qapi/expr.py              | 21 +++++++++++++--------
 tests/qapi-schema/bad-if-not.err  |  2 ++
 tests/qapi-schema/bad-if-not.json |  3 +++
 tests/qapi-schema/bad-if-not.out  |  0
 tests/qapi-schema/meson.build     |  1 +
 6 files changed, 25 insertions(+), 21 deletions(-)
 create mode 100644 tests/qapi-schema/bad-if-not.err
 create mode 100644 tests/qapi-schema/bad-if-not.json
 create mode 100644 tests/qapi-schema/bad-if-not.out

Markus Armbruster (5):
  qapi: Fix a botched type annotation
  qapi: Drop Indentation.__bool__()
  qapi: Bury some unused code in class Indentation
  tests/qapi-schema: Cover 'not' condition with empty argument
  qapi: Fix bogus error for 'if': { 'not': '' }

 scripts/qapi/common.py            | 19 ++++++-------------
 scripts/qapi/expr.py              | 21 +++++++++++++--------
 tests/qapi-schema/bad-if-not.err  |  2 ++
 tests/qapi-schema/bad-if-not.json |  3 +++
 tests/qapi-schema/bad-if-not.out  |  0
 tests/qapi-schema/meson.build     |  1 +
 6 files changed, 25 insertions(+), 21 deletions(-)
 create mode 100644 tests/qapi-schema/bad-if-not.err
 create mode 100644 tests/qapi-schema/bad-if-not.json
 create mode 100644 tests/qapi-schema/bad-if-not.out

-- 
2.31.1


Re: [PULL 0/5] QAPI patches patches for 2021-09-13
Posted by Peter Maydell 2 years, 6 months ago
On Mon, 13 Sept 2021 at 10:50, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit abf7aee72ea66944a62962603e4c2381f5e473e7:
>
>   Merge remote-tracking branch 'remotes/thuth-gitlab/tags/s390x-pull-request-2021-09-07' into staging (2021-09-07 17:46:13 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-09-13
>
> for you to fetch changes up to 62f27589f8549d6cf1f7fe21ed55ce6f2f705450:
>
>   qapi: Fix bogus error for 'if': { 'not': '' } (2021-09-08 15:30:30 +0200)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2021-09-13
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.2
for any user-visible changes.

-- PMM