]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-nested.json
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-pullreq-20180905'...
[mirror_qemu.git] / tests / qapi-schema / alternate-nested.json
1 # we reject a nested alternate branch
2 { 'alternate': 'Alt1',
3 'data': { 'name': 'bool', 'value': 'int' } }
4 { 'alternate': 'Alt2',
5 'data': { 'nested': 'Alt1', 'b': 'bool' } }