Re: [PATCH v4 0/8] qapi: Add support for aliases

2021-10-27 Thread John Snow
On Wed, Oct 27, 2021 at 6:31 AM Kevin Wolf wrote: > Am 26.10.2021 um 23:23 hat John Snow geschrieben: > > On Fri, Sep 17, 2021 at 12:13 PM Kevin Wolf wrote: > > > > > This series introduces alias definitions for QAPI object types (structs > > > and unions). > > > > > > This allows using the same

Re: [PATCH v4 0/8] qapi: Add support for aliases

2021-10-27 Thread Kevin Wolf
Am 26.10.2021 um 23:23 hat John Snow geschrieben: > On Fri, Sep 17, 2021 at 12:13 PM Kevin Wolf wrote: > > > 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 variatio

Re: [PATCH v4 0/8] qapi: Add support for aliases

2021-10-26 Thread John Snow
On Fri, Sep 17, 2021 at 12:13 PM Kevin Wolf wrote: > 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 c

Re: [PATCH v4 0/8] qapi: Add support for aliases

2021-10-01 Thread Kevin Wolf
Am 17.09.2021 um 18:13 hat Kevin Wolf geschrieben: > 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 co

[PATCH v4 0/8] qapi: Add support for aliases

2021-09-17 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