From: "Michael S. Tsirkin" <mst@redhat.com>
To: John Snow <jsnow@redhat.com>
Cc: qemu-devel@nongnu.org, "Kevin Wolf" <kwolf@redhat.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Yanan Wang" <wangyanan55@huawei.com>,
"Jiri Pirko" <jiri@resnulli.us>,
"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Lukas Straub" <lukasstraub2@web.de>,
"Peter Xu" <peterx@redhat.com>,
"Michael Roth" <michael.roth@amd.com>,
"Jason Wang" <jasowang@redhat.com>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Eric Blake" <eblake@redhat.com>,
qemu-trivial@nongnu.org, "Gerd Hoffmann" <kraxel@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Michael Tokarev" <mjt@tls.msk.ru>,
qemu-block@nongnu.org, "Mads Ynddal" <mads@ynddal.dk>,
"Stefan Berger" <stefanb@linux.vnet.ibm.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Eduardo Habkost" <eduardo@habkost.net>,
"Fabiano Rosas" <farosas@suse.de>,
"Zhao Liu" <zhao1.liu@intel.com>,
"Zhenwei Pi" <pizhenwei@bytedance.com>,
"Ani Sinha" <anisinha@redhat.com>,
"Markus Armbruster" <armbru@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Hanna Reitz" <hreitz@redhat.com>,
"Vladimir Sementsov-Ogievskiy" <vsementsov@yandex-team.ru>,
"Gonglei (Arei)" <arei.gonglei@huawei.com>,
"Laurent Vivier" <laurent@vivier.eu>
Subject: Re: [PATCH v3 0/4] qapi: add auto-generated return docs
Date: Fri, 30 May 2025 08:09:21 -0400 [thread overview]
Message-ID: <20250530080853-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20250523182442.54469-1-jsnow@redhat.com>
On Fri, May 23, 2025 at 02:24:38PM -0400, John Snow wrote:
> v3: rebased on top of python-qapi-linting (v4) pull request;
> removed commits that are no longer needed.
> Markus: I forget where we left off... shall we refresh?
>
> v2: fix multi-return-sections bug :(
LGTM
My bits:
Acked-by: Michael S. Tsirkin <mst@redhat.com>
feel free to merge
> John Snow (4):
> docs/qapi-domain: add return-nodesc
> docs, qapi: generate undocumented return sections
> qapi: remove trivial "Returns:" sections
> qapi: rephrase return docs to avoid type name
>
> docs/devel/qapi-domain.rst | 30 ++++++++++++++++++++++++++++++
> docs/sphinx/qapi_domain.py | 8 ++++++++
> docs/sphinx/qapidoc.py | 14 ++++++++------
> qapi/audio.json | 2 --
> qapi/block-core.json | 14 +++-----------
> qapi/block-export.json | 2 +-
> qapi/block.json | 2 +-
> qapi/char.json | 8 --------
> qapi/control.json | 5 ++---
> qapi/cryptodev.json | 2 --
> qapi/dump.json | 5 ++---
> qapi/introspect.json | 6 +++---
> qapi/job.json | 2 +-
> qapi/machine-target.json | 9 +++------
> qapi/machine.json | 22 ----------------------
> qapi/migration.json | 12 ------------
> qapi/misc-target.json | 14 +-------------
> qapi/misc.json | 12 ++----------
> qapi/net.json | 2 +-
> qapi/pci.json | 2 +-
> qapi/qdev.json | 3 +--
> qapi/qom.json | 8 +++-----
> qapi/rocker.json | 4 ----
> qapi/run-state.json | 2 --
> qapi/stats.json | 2 +-
> qapi/tpm.json | 4 ----
> qapi/trace.json | 2 +-
> qapi/ui.json | 10 +---------
> qapi/virtio.json | 8 +++-----
> qapi/yank.json | 1 -
> scripts/qapi/parser.py | 15 +++++++++++++++
> scripts/qapi/schema.py | 3 +++
> 32 files changed, 95 insertions(+), 140 deletions(-)
>
> --
> 2.48.1
>
next prev parent reply other threads:[~2025-05-30 12:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-23 18:24 [PATCH v3 0/4] qapi: add auto-generated return docs John Snow
2025-05-23 18:24 ` [PATCH v3 1/4] docs/qapi-domain: add return-nodesc John Snow
2025-05-23 18:24 ` [PATCH v3 2/4] docs, qapi: generate undocumented return sections John Snow
2025-05-23 18:24 ` [PATCH v3 3/4] qapi: remove trivial "Returns:" sections John Snow
2025-05-23 18:24 ` [PATCH v3 4/4] qapi: rephrase return docs to avoid type name John Snow
2025-05-30 12:09 ` Michael S. Tsirkin [this message]
2025-05-31 17:33 ` [PATCH v3 0/4] qapi: add auto-generated return docs Michael Tokarev
2025-06-02 8:10 ` Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250530080853-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=anisinha@redhat.com \
--cc=arei.gonglei@huawei.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=eblake@redhat.com \
--cc=eduardo@habkost.net \
--cc=farosas@suse.de \
--cc=hreitz@redhat.com \
--cc=jasowang@redhat.com \
--cc=jiri@resnulli.us \
--cc=jsnow@redhat.com \
--cc=kraxel@redhat.com \
--cc=kwolf@redhat.com \
--cc=laurent@vivier.eu \
--cc=lukasstraub2@web.de \
--cc=mads@ynddal.dk \
--cc=marcandre.lureau@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=michael.roth@amd.com \
--cc=mjt@tls.msk.ru \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=peterx@redhat.com \
--cc=philmd@linaro.org \
--cc=pizhenwei@bytedance.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=stefanb@linux.vnet.ibm.com \
--cc=stefanha@redhat.com \
--cc=vsementsov@yandex-team.ru \
--cc=wangyanan55@huawei.com \
--cc=zhao1.liu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.