MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
[qemu/kevin.git] / tests / qapi-schema / args-if-implicit.json
blob1eda39cb1ee01c50b8873b4cf6cfc6e6e3579663
1 { 'command': 'test-if-cmd',
2   'data': {
3     'foo': 'int',
4     'bar': { 'type': 'str', 'if': 'TEST_IF_CMD_ARG' } } }