qapi: add qapi2texi script
[qemu/ar7.git] / tests / qapi-schema / command-int.json
blob5b51bf148b863d7d8cc2181f5053fb8a3ee54491
1 # we reject collisions between commands and types
3 ##
4 # @int:
5 ##
6 { 'command': 'int', 'data': { 'character': 'str' } }