Re: [PATCH 0/4] docs/interop/firmware.json: scripts/qapi-gen.py compatibility

2024-03-06 Thread Thomas Weißschuh
On Wed, Mar 06, 2024 at 05:15:34PM +0100, Philippe Mathieu-Daudé wrote:
> On 6/3/24 11:31, Thomas Weißschuh wrote:
> > docs/interop/firmware.json is currently not usable with qapi-gen.py due
> > to various non-functional issues.
> > Fix those issue to provide compatibility.
> 
> Could we add some lines in docs/meson.build to cover this files
> during our CI tests?

Sounds good.

I am also developing a new tool which would use the generated QAPI
files which I plan to submit soonish.

> > 
> > Signed-off-by: Thomas Weißschuh 
> > ---
> > Thomas Weißschuh (4):
> >docs/interop/firmware.json: Align examples
> >docs/interop/firmware.json: Fix doc for FirmwareFlashMode
> >docs/interop/firmware.json: Use full include paths
> >docs/interop/firmware.json: Include pragma.json
> > 
> >   docs/interop/firmware.json | 392 
> > +++--
> >   1 file changed, 197 insertions(+), 195 deletions(-)
> > ---
> > base-commit: db596ae19040574e41d086e78469014191d7d7fc
> > change-id: 20240306-qapi-firmware-json-6fb1213936dd
> > 
> > Best regards,



Re: [PATCH 0/4] docs/interop/firmware.json: scripts/qapi-gen.py compatibility

2024-03-06 Thread Philippe Mathieu-Daudé

On 6/3/24 11:31, Thomas Weißschuh wrote:

docs/interop/firmware.json is currently not usable with qapi-gen.py due
to various non-functional issues.
Fix those issue to provide compatibility.


Could we add some lines in docs/meson.build to cover this files
during our CI tests?



Signed-off-by: Thomas Weißschuh 
---
Thomas Weißschuh (4):
   docs/interop/firmware.json: Align examples
   docs/interop/firmware.json: Fix doc for FirmwareFlashMode
   docs/interop/firmware.json: Use full include paths
   docs/interop/firmware.json: Include pragma.json

  docs/interop/firmware.json | 392 +++--
  1 file changed, 197 insertions(+), 195 deletions(-)
---
base-commit: db596ae19040574e41d086e78469014191d7d7fc
change-id: 20240306-qapi-firmware-json-6fb1213936dd

Best regards,





[PATCH 0/4] docs/interop/firmware.json: scripts/qapi-gen.py compatibility

2024-03-06 Thread Thomas Weißschuh
docs/interop/firmware.json is currently not usable with qapi-gen.py due
to various non-functional issues.
Fix those issue to provide compatibility.

Signed-off-by: Thomas Weißschuh 
---
Thomas Weißschuh (4):
  docs/interop/firmware.json: Align examples
  docs/interop/firmware.json: Fix doc for FirmwareFlashMode
  docs/interop/firmware.json: Use full include paths
  docs/interop/firmware.json: Include pragma.json

 docs/interop/firmware.json | 392 +++--
 1 file changed, 197 insertions(+), 195 deletions(-)
---
base-commit: db596ae19040574e41d086e78469014191d7d7fc
change-id: 20240306-qapi-firmware-json-6fb1213936dd

Best regards,
-- 
Thomas Weißschuh