[PATCH v2 0/8] qapi: Primarily whitespace tweaks

Andrea Bolognani posted 8 patches 1 year, 12 months ago
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         | 62 ++++++++++++-------------
qapi/dump.json           |  4 +-
qapi/job.json            |  1 -
qapi/machine-target.json |  1 -
qapi/machine.json        | 12 +++--
qapi/migration.json      | 19 ++++----
qapi/misc-target.json    | 13 ++----
qapi/misc.json           |  6 +--
qapi/replay.json         |  1 -
qapi/run-state.json      | 10 ++---
qapi/sockets.json        |  6 +--
qapi/ui.json             | 70 ++++++++++-------------------
19 files changed, 136 insertions(+), 207 deletions(-)
[PATCH v2 0/8] qapi: Primarily whitespace tweaks
Posted by Andrea Bolognani 1 year, 12 months ago
If patch 8/8 is accepted, 7/8 should be squashed into it to reduce
churn.

Changes from [v1]:

  * use a more fine-grained split for whitespace changes.

[v1] https://lists.gnu.org/archive/html/qemu-devel/2022-04/msg05406.html

Andrea Bolognani (8):
  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: Reduce whitespace used for alignment in comments
  qapi: Stop using whitespace for alignment in comments

 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         | 62 ++++++++++++-------------
 qapi/dump.json           |  4 +-
 qapi/job.json            |  1 -
 qapi/machine-target.json |  1 -
 qapi/machine.json        | 12 +++--
 qapi/migration.json      | 19 ++++----
 qapi/misc-target.json    | 13 ++----
 qapi/misc.json           |  6 +--
 qapi/replay.json         |  1 -
 qapi/run-state.json      | 10 ++---
 qapi/sockets.json        |  6 +--
 qapi/ui.json             | 70 ++++++++++-------------------
 19 files changed, 136 insertions(+), 207 deletions(-)

-- 
2.35.1

Re: [PATCH v2 0/8] qapi: Primarily whitespace tweaks
Posted by Markus Armbruster 1 year, 11 months ago
Andrea Bolognani <abologna@redhat.com> writes:

> If patch 8/8 is accepted, 7/8 should be squashed into it to reduce
> churn.

Done & queued.  Thanks!