qemu/tests/qapi-schema/args-if-implicit.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
116 B
JSON
Raw Normal View History

2023-03-16 08:13:25 +01:00
{ 'command': 'test-if-cmd',
'data': {
'foo': 'int',
'bar': { 'type': 'str', 'if': 'TEST_IF_CMD_ARG' } } }