qapi: add qapi2texi script
[qemu/ar7.git] / tests / qapi-schema / args-boxed-string.json
blobaecdf97ce949585b260a20c9c185d299a5e9012d
1 # 'boxed' requires a complex (not built-in) type
3 ##
4 # @foo:
5 ##
6 { 'command': 'foo', 'boxed': true, 'data': 'str' }