Hi
On Thu, Dec 6, 2018 at 8:37 PM Markus Armbruster wrote:
>
> In the subject, s/ on / to /.
>
> Marc-André Lureau writes:
>
> > Add 'if' key to union members:
> >
> > { 'union': 'TestIfUnion', 'data':
> > 'mem': { 'type': 'str', 'if': 'COND'} }
> >
> > Generated code is not changed by this p
In the subject, s/ on / to /.
Marc-André Lureau writes:
> Add 'if' key to union members:
>
> { 'union': 'TestIfUnion', 'data':
> 'mem': { 'type': 'str', 'if': 'COND'} }
>
> Generated code is not changed by this patch but with "qapi: add #if
> conditions to generated code".
My suggestion on
Add 'if' key to union members:
{ 'union': 'TestIfUnion', 'data':
'mem': { 'type': 'str', 'if': 'COND'} }
Generated code is not changed by this patch but with "qapi: add #if
conditions to generated code".
Signed-off-by: Marc-André Lureau
---
scripts/qapi/common.py | 17