mbox

[PULL,00/11] QAPI patches patches for 2022-05-16

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

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2022-05-16

Message

Markus Armbruster May 16, 2022, 7:35 a.m. UTC
The following changes since commit 10c2a0c5e7d48e590d945c017b5b8af5b4c89a3c:

  Merge tag 'or1k-pull-request-20220515' of https://github.com/stffrdhrn/qemu into staging (2022-05-15 16:56:27 -0700)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2022-05-16

for you to fetch changes up to dd8f0f332f34a2466d855d1067386b04ff2eb6d9:

  qapi/pragma: Tidy up comments (2022-05-16 07:31:26 +0200)

----------------------------------------------------------------
QAPI patches patches for 2022-05-16

----------------------------------------------------------------
Andrea Bolognani (7):
      qapi: Drop stray trailing symbol
      qapi: Fix comment indentation
      qapi: Add missing separators between sections
      qapi: Drop unnecessary empty lines in comments
      qapi: Drop unnecessary empty lines outside of comments
      qapi: Drop unnecessary whitespace in comments
      qapi: Stop using whitespace for alignment in comments

Markus Armbruster (4):
      qapi: Fix malformed "Since:" section tags
      qapi/expr: Enforce feature naming rules again
      docs/devel/qapi-code-gen: Belatedly document feature naming rules
      qapi/pragma: Tidy up comments

 docs/devel/qapi-code-gen.rst |  9 ++--
 qapi/audio.json              |  1 -
 qapi/block-core.json         | 97 ++++++++++++++++++++------------------------
 qapi/block-export.json       |  2 +-
 qapi/block.json              | 13 +++---
 qapi/char.json               | 10 ++---
 qapi/common.json             |  2 -
 qapi/control.json            | 13 +++---
 qapi/crypto.json             | 64 +++++++++++++----------------
 qapi/dump.json               |  4 +-
 qapi/job.json                |  1 -
 qapi/machine-target.json     |  1 -
 qapi/machine.json            | 14 +++----
 qapi/migration.json          | 19 ++++-----
 qapi/misc-target.json        | 13 ++----
 qapi/misc.json               |  8 ++--
 qapi/pragma.json             |  3 +-
 qapi/replay.json             |  1 -
 qapi/run-state.json          | 10 ++---
 qapi/sockets.json            |  6 +--
 qapi/ui.json                 | 70 +++++++++++---------------------
 qga/qapi-schema.json         |  2 +-
 scripts/qapi/expr.py         |  2 +-
 23 files changed, 148 insertions(+), 217 deletions(-)

Comments

Richard Henderson May 16, 2022, 4:48 p.m. UTC | #1
On 5/16/22 00:35, Markus Armbruster wrote:
> The following changes since commit 10c2a0c5e7d48e590d945c017b5b8af5b4c89a3c:
> 
>    Merge tag 'or1k-pull-request-20220515' of https://github.com/stffrdhrn/qemu into staging (2022-05-15 16:56:27 -0700)
> 
> are available in the Git repository at:
> 
>    git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2022-05-16
> 
> for you to fetch changes up to dd8f0f332f34a2466d855d1067386b04ff2eb6d9:
> 
>    qapi/pragma: Tidy up comments (2022-05-16 07:31:26 +0200)
> 
> ----------------------------------------------------------------
> QAPI patches patches for 2022-05-16

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Andrea Bolognani (7):
>        qapi: Drop stray trailing symbol
>        qapi: Fix comment indentation
>        qapi: Add missing separators between sections
>        qapi: Drop unnecessary empty lines in comments
>        qapi: Drop unnecessary empty lines outside of comments
>        qapi: Drop unnecessary whitespace in comments
>        qapi: Stop using whitespace for alignment in comments
> 
> Markus Armbruster (4):
>        qapi: Fix malformed "Since:" section tags
>        qapi/expr: Enforce feature naming rules again
>        docs/devel/qapi-code-gen: Belatedly document feature naming rules
>        qapi/pragma: Tidy up comments
> 
>   docs/devel/qapi-code-gen.rst |  9 ++--
>   qapi/audio.json              |  1 -
>   qapi/block-core.json         | 97 ++++++++++++++++++++------------------------
>   qapi/block-export.json       |  2 +-
>   qapi/block.json              | 13 +++---
>   qapi/char.json               | 10 ++---
>   qapi/common.json             |  2 -
>   qapi/control.json            | 13 +++---
>   qapi/crypto.json             | 64 +++++++++++++----------------
>   qapi/dump.json               |  4 +-
>   qapi/job.json                |  1 -
>   qapi/machine-target.json     |  1 -
>   qapi/machine.json            | 14 +++----
>   qapi/migration.json          | 19 ++++-----
>   qapi/misc-target.json        | 13 ++----
>   qapi/misc.json               |  8 ++--
>   qapi/pragma.json             |  3 +-
>   qapi/replay.json             |  1 -
>   qapi/run-state.json          | 10 ++---
>   qapi/sockets.json            |  6 +--
>   qapi/ui.json                 | 70 +++++++++++---------------------
>   qga/qapi-schema.json         |  2 +-
>   scripts/qapi/expr.py         |  2 +-
>   23 files changed, 148 insertions(+), 217 deletions(-)
>