]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-array.json
Merge remote-tracking branch 'remotes/xtensa/tags/20191023-xtensa' into staging
[mirror_qemu.git] / tests / qapi-schema / alternate-array.json
1 # we do not allow array branches in alternates
2 # TODO: should we support this?
3 { 'struct': 'One',
4 'data': { 'name': 'str' } }
5 { 'alternate': 'Alt',
6 'data': { 'one': 'One',
7 'two': [ 'int' ] } }