These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / base-cycle-indirect.json
1 # we reject a loop in base classes
2 { 'struct': 'Base1', 'base': 'Base2', 'data': {} }
3 { 'struct': 'Base2', 'base': 'Base1', 'data': {} }