s390x: upgrade status of KVM cores to "supported"
[qemu/ar7.git] / tests / qapi-schema / args-boxed-empty.json
blob52717e065fff7ab6345e9e6b95ae6f91973a429f
1 # 'boxed' requires a non-empty type
2 { 'struct': 'Empty', 'data': {} }
3 { 'command': 'foo', 'boxed': true, 'data': 'Empty' }