Re: [PATCH v1 16/16] RFC: add a generator for qapi's examples

2022-09-01 Thread Victor Toso
Hi, On Wed, Aug 31, 2022 at 04:57:20PM +0200, Markus Armbruster wrote: > Victor Toso writes: > > > Hi, > > > > On Wed, Aug 31, 2022 at 02:01:54PM +0200, Markus Armbruster wrote: > >> Victor Toso writes: > >> > >> > The goal of this generator is to validate QAPI examples and transform > >> > the

Re: [PATCH v1 16/16] RFC: add a generator for qapi's examples

2022-08-31 Thread Markus Armbruster
Victor Toso writes: > Hi, > > On Wed, Aug 31, 2022 at 02:01:54PM +0200, Markus Armbruster wrote: >> Victor Toso writes: >> >> > The goal of this generator is to validate QAPI examples and transform >> > them into a format that can be used for 3rd party applications to >> > validate their QAPI/QM

Re: [PATCH v1 16/16] RFC: add a generator for qapi's examples

2022-08-31 Thread Victor Toso
Hi, On Wed, Aug 31, 2022 at 02:01:54PM +0200, Markus Armbruster wrote: > Victor Toso writes: > > > The goal of this generator is to validate QAPI examples and transform > > them into a format that can be used for 3rd party applications to > > validate their QAPI/QMP introspection. > > > > For eac

Re: [PATCH v1 16/16] RFC: add a generator for qapi's examples

2022-08-31 Thread Markus Armbruster
Victor Toso writes: > The goal of this generator is to validate QAPI examples and transform > them into a format that can be used for 3rd party applications to > validate their QAPI/QMP introspection. > > For each Example section, we parse server and client messages into a > python dictionary. Th

[PATCH v1 16/16] RFC: add a generator for qapi's examples

2022-08-30 Thread Victor Toso
The goal of this generator is to validate QAPI examples and transform them into a format that can be used for 3rd party applications to validate their QAPI/QMP introspection. For each Example section, we parse server and client messages into a python dictionary. This step alone has found several i