Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / args-member-unknown.json
blob342a41ec90e70339f51e58f5f4ce083872238706
1 # we reject data if it does not contain a known type
2 { 'command': 'oops', 'data': { 'member': 'NoSuchType' } }