]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-nested.json
tests/avocado: s390x cpu topology entitlement tests
[mirror_qemu.git] / tests / qapi-schema / alternate-nested.json
CommitLineData
ab916fad
EB
1# we reject a nested alternate branch
2{ 'alternate': 'Alt1',
8168ca8e 3 'data': { 'name': 'bool', 'value': 'int' } }
ab916fad 4{ 'alternate': 'Alt2',
8d25dd10 5 'data': { 'nested': 'Alt1', 'b': 'bool' } }