]> Git Repo - qemu.git/blame - tests/qapi-schema/struct-base-clash-deep.json
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
[qemu.git] / tests / qapi-schema / struct-base-clash-deep.json
CommitLineData
d220fbcd
EB
1# Reject attempts to duplicate QMP members
2# Here, 'name' would have to appear twice on the wire, locally and
3# indirectly for the grandparent base; the collision doesn't care that
4# one instance is optional.
ff55d72e
EB
5{ 'struct': 'Base',
6 'data': { 'name': 'str' } }
7{ 'struct': 'Mid',
8 'base': 'Base',
9 'data': { 'value': 'int' } }
10{ 'struct': 'Sub',
11 'base': 'Mid',
12 'data': { '*name': 'str' } }
This page took 0.115283 seconds and 4 git commands to generate.