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