[PULL 0/8] QAPI patches patches for 2023-02-23

Markus Armbruster posted 8 patches 1 year, 2 months ago
Failed in applying to current master (apply log)
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>
docs/devel/qapi-code-gen.rst |  16 +++----
scripts/qapi/.flake8         |   3 +-
scripts/qapi/expr.py         | 100 ++++++++++++++++---------------------------
scripts/qapi/parser.py       |  41 ++++++++++--------
scripts/qapi/pylintrc        |   1 +
scripts/qapi/schema.py       |  72 +++++++++++++++++--------------
6 files changed, 111 insertions(+), 122 deletions(-)
[PULL 0/8] QAPI patches patches for 2023-02-23
Posted by Markus Armbruster 1 year, 2 months ago
The following changes since commit 79b677d658d3d35e1e776826ac4abb28cdce69b8:

  Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2023-02-21 11:28:31 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2023-02-23

for you to fetch changes up to c7b7a7ded9376ad936cfedd843752789ca61bc3b:

  qapi: remove JSON value FIXME (2023-02-23 13:01:45 +0100)

----------------------------------------------------------------
QAPI patches patches for 2023-02-23

----------------------------------------------------------------
John Snow (6):
      qapi: Update flake8 config
      qapi: update pylint configuration
      qapi: Add minor typing workaround for 3.6
      qapi/parser: add QAPIExpression type
      qapi: remove _JSONObject
      qapi: remove JSON value FIXME

Markus Armbruster (2):
      docs/devel/qapi-code-gen: Belatedly update features documentation
      docs/devel/qapi-code-gen: Fix a missing 'may', clarify SchemaInfo

 docs/devel/qapi-code-gen.rst |  16 +++----
 scripts/qapi/.flake8         |   3 +-
 scripts/qapi/expr.py         | 100 ++++++++++++++++---------------------------
 scripts/qapi/parser.py       |  41 ++++++++++--------
 scripts/qapi/pylintrc        |   1 +
 scripts/qapi/schema.py       |  72 +++++++++++++++++--------------
 6 files changed, 111 insertions(+), 122 deletions(-)

-- 
2.39.0
Re: [PULL 0/8] QAPI patches patches for 2023-02-23
Posted by Peter Maydell 1 year, 2 months ago
On Thu, 23 Feb 2023 at 12:23, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 79b677d658d3d35e1e776826ac4abb28cdce69b8:
>
>   Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2023-02-21 11:28:31 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2023-02-23
>
> for you to fetch changes up to c7b7a7ded9376ad936cfedd843752789ca61bc3b:
>
>   qapi: remove JSON value FIXME (2023-02-23 13:01:45 +0100)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2023-02-23
>


Applied, thanks.

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

-- PMM