Marc-André Lureau
a2724280fb
qapi: add 'if' to union members
Add 'if' key to union members:
{ 'union': 'TestIfUnion', 'data':
'mem': { 'type': 'str', 'if': 'COND'} }
The generated code remains unconditional for now. Later patches
generate the conditionals.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20181213123724.4866-16-marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2018-12-13 19:20:11 +01:00
..
2018-03-02 13:14:09 -06:00
2018-07-03 18:38:54 +02:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00