commit | 761d524dbcc5bb41213dd0f238f43c273bc2b077 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Jul 03 15:52:42 2013 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jul 26 20:17:15 2013 +0200 |
tree | e96fec00aacf28df3328fd8dc96b014b85bcba89 | |
parent | 51631493e4876081ae27078b50bd95bd4418bf37 [diff] |
qapi: Add visitor for implicit structs These can be used when an embedded struct is parsed and members not belonging to the struct may be present in the input (e.g. parsing a flat namespace QMP union, where fields from both the base and one of the alternative types are mixed in the JSON object) Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>