Re: [PATCH v3 0/4] qapi: add auto-generated return docs

2025-06-02 Thread Markus Armbruster
Michael Tokarev writes: > On 23.05.2025 21:24, 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 :( >> John Snow (

Re: [PATCH v3 0/4] qapi: add auto-generated return docs

2025-05-31 Thread Michael Tokarev
On 23.05.2025 21:24, 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 :( John Snow (4): docs/qapi-domain: add return-nod

Re: [PATCH v3 0/4] qapi: add auto-generated return docs

2025-05-30 Thread Michael S. Tsirkin
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-b

[PATCH v3 0/4] qapi: add auto-generated return docs

2025-05-23 Thread John Snow
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 :( John Snow (4): docs/qapi-domain: add return-nodesc docs, qapi: generate undocumented ret