[PULL 0/1] QAPI patches patches for 2021-07-15

Markus Armbruster posted 1 patch 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210715123206.212379-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>
scripts/qapi/expr.py                     | 2 +-
tests/qapi-schema/enum-dict-no-name.err  | 2 ++
tests/qapi-schema/enum-dict-no-name.json | 2 ++
tests/qapi-schema/enum-dict-no-name.out  | 0
4 files changed, 5 insertions(+), 1 deletion(-)
create mode 100644 tests/qapi-schema/enum-dict-no-name.err
create mode 100644 tests/qapi-schema/enum-dict-no-name.json
create mode 100644 tests/qapi-schema/enum-dict-no-name.out
[PULL 0/1] QAPI patches patches for 2021-07-15
Posted by Markus Armbruster 2 years, 9 months ago
The following changes since commit a9649a719a44894b81f38dc1c5c1888ee684acef:

  Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-request' into staging (2021-07-14 18:09:09 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-07-15

for you to fetch changes up to a0c7b99bf75d85b616fa219a7d866fc72970f327:

  qapi: Fix crash on missing enum member name (2021-07-15 12:56:41 +0200)

----------------------------------------------------------------
QAPI patches patches for 2021-07-15

----------------------------------------------------------------
Markus Armbruster (1):
      qapi: Fix crash on missing enum member name

 scripts/qapi/expr.py                     | 2 +-
 tests/qapi-schema/enum-dict-no-name.err  | 2 ++
 tests/qapi-schema/enum-dict-no-name.json | 2 ++
 tests/qapi-schema/enum-dict-no-name.out  | 0
 4 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 tests/qapi-schema/enum-dict-no-name.err
 create mode 100644 tests/qapi-schema/enum-dict-no-name.json
 create mode 100644 tests/qapi-schema/enum-dict-no-name.out

-- 
2.31.1


Re: [PULL 0/1] QAPI patches patches for 2021-07-15
Posted by Peter Maydell 2 years, 9 months ago
On Thu, 15 Jul 2021 at 13:32, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit a9649a719a44894b81f38dc1c5c1888ee684acef:
>
>   Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-request' into staging (2021-07-14 18:09:09 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-07-15
>
> for you to fetch changes up to a0c7b99bf75d85b616fa219a7d866fc72970f327:
>
>   qapi: Fix crash on missing enum member name (2021-07-15 12:56:41 +0200)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2021-07-15



Applied, thanks.

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

-- PMM