Re: [PATCH 1/6] qapi: Add interfaces for alias support to Visitor

2021-02-02 Thread Markus Armbruster
Kevin Wolf writes: > Am 27.01.2021 um 13:51 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > This adds functions to the Visitor interface that can be used to define >> > aliases and alias scopes. >> > >> > Signed-off-by: Kevin Wolf >> > --- >> > include/qapi/visitor-impl.h | 1

Re: [PATCH 1/6] qapi: Add interfaces for alias support to Visitor

2021-01-27 Thread Kevin Wolf
Am 27.01.2021 um 13:51 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > This adds functions to the Visitor interface that can be used to define > > aliases and alias scopes. > > > > Signed-off-by: Kevin Wolf > > --- > > include/qapi/visitor-impl.h | 12 > > include/qap

Re: [PATCH 1/6] qapi: Add interfaces for alias support to Visitor

2021-01-27 Thread Markus Armbruster
Kevin Wolf writes: > This adds functions to the Visitor interface that can be used to define > aliases and alias scopes. > > Signed-off-by: Kevin Wolf > --- > include/qapi/visitor-impl.h | 12 > include/qapi/visitor.h | 37 + > qapi/qapi-vis

Re: [PATCH 1/6] qapi: Add interfaces for alias support to Visitor

2021-01-26 Thread Markus Armbruster
Kevin Wolf writes: > This adds functions to the Visitor interface that can be used to define > aliases and alias scopes. > > Signed-off-by: Kevin Wolf > --- > include/qapi/visitor-impl.h | 12 > include/qapi/visitor.h | 37 + > qapi/qapi-vis

[PATCH 1/6] qapi: Add interfaces for alias support to Visitor

2020-11-12 Thread Kevin Wolf
This adds functions to the Visitor interface that can be used to define aliases and alias scopes. Signed-off-by: Kevin Wolf --- include/qapi/visitor-impl.h | 12 include/qapi/visitor.h | 37 + qapi/qapi-visit-core.c | 21