MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
[qemu/kevin.git] / tests / qapi-schema / alternate-conflict-bool-string.json
blob0544de10f345c3efc31316acb382c93de152ed05
1 # alternate branches of 'str' type conflict with all scalar types
2 { 'alternate': 'Alt',
3   'data': { 'one': 'bool',
4             'two': 'str' } }