Re: [Qemu-devel] [PATCH v4 41/51] qapi: add -i/--include filename.h

2018-02-05 Thread Markus Armbruster
Marc-André Lureau writes: > Add a new option to add user-specified #include lines in the generated > headers. This will help to split a schema, where one generated header > will depend on another. > > Fix some pycodestyle on the way. > > Signed-off-by: Marc-André Lureau With my alternative way

[Qemu-devel] [PATCH v4 41/51] qapi: add -i/--include filename.h

2018-01-11 Thread Marc-André Lureau
Add a new option to add user-specified #include lines in the generated headers. This will help to split a schema, where one generated header will depend on another. Fix some pycodestyle on the way. Signed-off-by: Marc-André Lureau --- scripts/qapi.py| 15 ++- scripts/qap