mirror of https://gitee.com/openkylin/qemu.git
4 lines
144 B
JSON
4 lines
144 B
JSON
|
# we reject duplicate events
|
||
|
{ 'event': 'EVENT_A', 'data': { 'myint': 'int' } }
|
||
|
{ 'event': 'EVENT_A', 'data': { 'myint': 'int' }, 'if': 'FOO' }
|