]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/redefined-event.json
Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into staging
[mirror_qemu.git] / tests / qapi-schema / redefined-event.json
CommitLineData
4dc2e690 1# we reject duplicate events
cfdd5bca 2{ 'event': 'EVENT_A', 'data': { 'myint': 'int' } }
8a9f1e1d 3{ 'event': 'EVENT_A', 'data': { 'myint': 'int' }, 'if': 'FOO' }