Re: [PATCH v3 0/6] qapi: Add support for aliases

2021-09-06 Thread Markus Armbruster
Kevin Wolf writes: > This series introduces alias definitions for QAPI object types (structs > and unions). > > This allows using the same QAPI type and visitor even when the syntax > has some variations between different external interfaces such as QMP > and the command line. > > It also provide

Re: [PATCH v3 0/6] qapi: Add support for aliases

2021-08-24 Thread Markus Armbruster
Conflicts with Marc-André's "[PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor", which I queued for 6.2. The conflicts look harmless to me.

[PATCH v3 0/6] qapi: Add support for aliases

2021-08-12 Thread Kevin Wolf
This series introduces alias definitions for QAPI object types (structs and unions). This allows using the same QAPI type and visitor even when the syntax has some variations between different external interfaces such as QMP and the command line. It also provides a new tool for evolving the schem