Re: [Qemu-devel] [PATCH v2 19/54] qapi: add #if/#endif helpers

2017-09-06 Thread Marc-André Lureau
On Tue, Sep 5, 2017 at 11:32 AM, Markus Armbruster wrote: > Marc-André Lureau writes: > >> Add helpers to generate #if/#endif and wrap visitor methods generating >> code. Used in the following patches. >> >> Signed-off-by: Marc-André Lureau >> --- >> scripts/qapi.py | 51 +++

Re: [Qemu-devel] [PATCH v2 19/54] qapi: add #if/#endif helpers

2017-09-05 Thread Markus Armbruster
Marc-André Lureau writes: > Add helpers to generate #if/#endif and wrap visitor methods generating > code. Used in the following patches. > > Signed-off-by: Marc-André Lureau > --- > scripts/qapi.py | 51 +++ > 1 file changed, 51 insertions(+) > >

[Qemu-devel] [PATCH v2 19/54] qapi: add #if/#endif helpers

2017-08-22 Thread Marc-André Lureau
Add helpers to generate #if/#endif and wrap visitor methods generating code. Used in the following patches. Signed-off-by: Marc-André Lureau --- scripts/qapi.py | 51 +++ 1 file changed, 51 insertions(+) diff --git a/scripts/qapi.py b/scripts/qapi