]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/args-member-unknown.json
Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into staging
[mirror_qemu.git] / tests / qapi-schema / args-member-unknown.json
CommitLineData
dd883c6f 1# we reject data if it does not contain a known type
0d8b9fb5 2{ 'command': 'oops', 'data': { 'member': 'NoSuchType' } }