Eric Blake writes:
> It should be fairly obvious that qapi base classes need to
> form an acyclic graph, since QMP cannot specify the same
> key more than once, while base classes are included as flat
> members alongside other members added by the child. But the
> old check_member_clash() parser
It should be fairly obvious that qapi base classes need to
form an acyclic graph, since QMP cannot specify the same
key more than once, while base classes are included as flat
members alongside other members added by the child. But the
old check_member_clash() parser function was not prepared to
c