Re: Historical QAPI schema parser, "compiled schema", and qapi-schema-diff

2024-06-18 Thread John Snow
On Thu, Jun 13, 2024 at 12:12 PM Daniel P. Berrangé wrote: > On Thu, Jun 13, 2024 at 02:13:15AM -0400, John Snow wrote: > > Hi, recently I've been working on overhauling our QMP documentation; see > > https://jsnow.gitlab.io/qemu/qapi/index.html for a recent > work-in-progress > > page showcasing

Re: Historical QAPI schema parser, "compiled schema", and qapi-schema-diff

2024-06-13 Thread Daniel P . Berrangé
On Thu, Jun 13, 2024 at 02:13:15AM -0400, John Snow wrote: > Hi, recently I've been working on overhauling our QMP documentation; see > https://jsnow.gitlab.io/qemu/qapi/index.html for a recent work-in-progress > page showcasing this. > > As part of this project, Markus and I decided it'd be nice

Historical QAPI schema parser, "compiled schema", and qapi-schema-diff

2024-06-12 Thread John Snow
Hi, recently I've been working on overhauling our QMP documentation; see https://jsnow.gitlab.io/qemu/qapi/index.html for a recent work-in-progress page showcasing this. As part of this project, Markus and I decided it'd be nice to be able to auto-generate "Since" information. The short reason for