qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/33] qapi: docs: width=70 and two spaces between sentences
@ 2025-10-11 13:56 Vladimir Sementsov-Ogievskiy
  2025-10-11 13:56 ` [PATCH 01/33] qapi: Add documentation format validation Vladimir Sementsov-Ogievskiy
                   ` (65 more replies)
  0 siblings, 66 replies; 70+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2025-10-11 13:56 UTC (permalink / raw)
  To: armbru; +Cc: qemu-devel, vsementsov, eblake

Hi all!

Let's bring the documentation in line with the requirements. And
do check these requirements in QAPI parser, to avoid later
further violations.

Vladimir Sementsov-Ogievskiy (33):
  qapi: Add documentation format validation
  qapi/acpi.json: docs: width=70 and two spaces between sentences
  qapi/audio.json: docs: width=70 and two spaces between sentences
  qapi/block-core.json: docs: width=70 and two spaces between sentences
  qapi/block-export.json: docs: width=70 and two spaces between
    sentences
  qapi/block.json: docs: width=70 and two spaces between sentences
  qapi/char.json: docs: width=70 and two spaces between sentences
  qapi/crypto.json: docs: width=70 and two spaces between sentences
  qapi/dump.json: docs: width=70 and two spaces between sentences
  qapi/introspect.json: docs: width=70 and two spaces between sentences
  qapi/job.json: docs: width=70 and two spaces between sentences
  qapi/machine-s390x.json: docs: width=70 and two spaces between
    sentences
  qapi/machine.json: docs: width=70 and two spaces between sentences
  qapi/migration.json: docs: width=70 and two spaces between sentences
  qapi/misc-arm.json: docs: width=70 and two spaces between sentences
  qapi/misc-i386.json: docs: width=70 and two spaces between sentences
  qapi/misc.json: docs: width=70 and two spaces between sentences
  qapi/net.json: docs: width=70 and two spaces between sentences
  qapi/qdev.json: docs: width=70 and two spaces between sentences
  qapi/qom.json: docs: width=70 and two spaces between sentences
  qapi/replay.json: docs: width=70 and two spaces between sentences
  qapi/rocker.json: docs: width=70 and two spaces between sentences
  qapi/run-state.json: docs: width=70 and two spaces between sentences
  qapi/sockets.json: docs: width=70 and two spaces between sentences
  qapi/stats.json: docs: width=70 and two spaces between sentences
  qapi/tpm.json: docs: width=70 and two spaces between sentences
  qapi/trace.json: docs: width=70 and two spaces between sentences
  qapi/transaction.json: docs: width=70 and two spaces between sentences
  qapi/ui.json: docs: width=70 and two spaces between sentences
  qapi/vfio.json: docs: width=70 and two spaces between sentences
  qapi/virtio.json: docs: width=70 and two spaces between sentences
  qga/qapi-schema.json: docs: width=70 and two spaces between sentences
  qapi/acpi-hest.json: docs: width=70 and two spaces between sentences

 qapi/acpi-hest.json     |   2 +-
 qapi/acpi.json          |  20 ++-
 qapi/audio.json         |   4 +-
 qapi/block-core.json    | 191 +++++++++++++++-------------
 qapi/block-export.json  |  26 ++--
 qapi/block.json         |  18 +--
 qapi/char.json          |  34 +++--
 qapi/crypto.json        |   7 +-
 qapi/dump.json          |   9 +-
 qapi/introspect.json    |   8 +-
 qapi/job.json           |  26 ++--
 qapi/machine-s390x.json |   3 +-
 qapi/machine.json       |  59 +++++----
 qapi/migration.json     | 209 ++++++++++++++++++-------------
 qapi/misc-arm.json      |   6 +-
 qapi/misc-i386.json     |   9 +-
 qapi/misc.json          |  16 ++-
 qapi/net.json           |  61 +++++----
 qapi/qdev.json          |  13 +-
 qapi/qom.json           |  31 +++--
 qapi/replay.json        |   9 +-
 qapi/rocker.json        |  18 ++-
 qapi/run-state.json     |  60 +++++----
 qapi/sockets.json       |  34 ++---
 qapi/stats.json         |   3 +-
 qapi/tpm.json           |   3 +-
 qapi/trace.json         |   3 +-
 qapi/transaction.json   |  33 ++---
 qapi/ui.json            | 108 ++++++++++------
 qapi/vfio.json          |   3 +-
 qapi/virtio.json        | 269 +++-------------------------------------
 qga/qapi-schema.json    |  83 +++++++------
 scripts/qapi/parser.py  |  39 +++++-
 33 files changed, 713 insertions(+), 704 deletions(-)

-- 
2.48.1



^ permalink raw reply	[flat|nested] 70+ messages in thread

end of thread, other threads:[~2025-10-15 19:28 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-11 13:56 [PATCH 00/33] qapi: docs: width=70 and two spaces between sentences Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 01/33] qapi: Add documentation format validation Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 02/33] qapi/acpi.json: docs: width=70 and two spaces between sentences Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 02/33] qapi/acpi.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 03/33] qapi/audio.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 03/33] qapi/audio.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 04/33] qapi/block-core.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 04/33] qapi/block-core.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 05/33] qapi/block-export.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 05/33] qapi/block-export.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 06/33] qapi/block.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 06/33] qapi/block.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 07/33] qapi/char.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 07/33] qapi/char.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 08/33] qapi/crypto.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 08/33] qapi/crypto.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 09/33] qapi/dump.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 09/33] qapi/dump.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:56 ` [PATCH 10/33] qapi/introspect.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 10/33] qapi/introspect.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 11/33] qapi/job.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 11/33] qapi/job.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 12/33] qapi/machine-s390x.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 12/33] qapi/machine-s390x.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 13/33] qapi/machine.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 13/33] qapi/machine.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 14/33] qapi/migration.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 14/33] qapi/migration.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 15/33] qapi/misc-arm.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 15/33] qapi/misc-arm.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 16/33] qapi/misc-i386.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 16/33] qapi/misc-i386.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 17/33] qapi/misc.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 17/33] qapi/misc.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 18/33] qapi/net.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 18/33] qapi/net.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 19/33] qapi/qdev.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 19/33] qapi/qdev.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 20/33] qapi/qom.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 20/33] qapi/qom.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 21/33] qapi/replay.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 21/33] qapi/replay.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 22/33] qapi/rocker.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 22/33] qapi/rocker.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 23/33] qapi/run-state.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 23/33] qapi/run-state.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 24/33] qapi/sockets.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 24/33] qapi/sockets.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 25/33] qapi/stats.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 25/33] qapi/stats.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 26/33] qapi/tpm.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 26/33] qapi/tpm.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-15 19:26   ` Stefan Berger
2025-10-11 13:57 ` [PATCH 27/33] qapi/trace.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 27/33] qapi/trace.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 28/33] qapi/transaction.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 28/33] qapi/transaction.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 29/33] qapi/ui.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 29/33] qapi/ui.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 30/33] qapi/vfio.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 30/33] qapi/vfio.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 31/33] qapi/virtio.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 31/33] qapi/virtio.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 32/33] qga/qapi-schema.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 32/33] qga/qapi-schema.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 33/33] qapi/acpi-hest.json: docs: " Vladimir Sementsov-Ogievskiy
2025-10-11 13:57 ` [PATCH 33/33] qapi/acpi-hest.json: reflow docs to " Vladimir Sementsov-Ogievskiy
2025-10-13  6:11 ` [PATCH 00/33] qapi: docs: " Thomas Huth
2025-10-13  7:04   ` Vladimir Sementsov-Ogievskiy
2025-10-13  7:06   ` Vladimir Sementsov-Ogievskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).