]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-conflict-bool-string.json
qemu-io: Put flag changes in the options QDict in reopen_f()
[mirror_qemu.git] / tests / qapi-schema / alternate-conflict-bool-string.json
1 # alternate branches of 'str' type conflict with all scalar types
2 { 'alternate': 'Alt',
3 'data': { 'one': 'bool',
4 'two': 'str' } }