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

2021-02-24 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

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

2021-02-11 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