qemu/tests/qapi-schema/event-args-if-unboxed.json

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

5 lines
117 B
JSON
Raw Normal View History

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