fuzz: add virtio-9p configurations for fuzzing
[qemu/ar7.git] / tests / qapi-schema / doc-bad-boxed-command-arg.json
blobbd143241ecdb01718041a56f5d9b17b0f042b937
1 # Boxed arguments are not to be documented with the command
3 ##
4 # @Args:
5 # @a: an argument
6 ##
7 { 'struct': 'Args', 'data': { 'a': 'int' } }
9 ##
10 # @cmd-boxed:
11 # @a: bogus
13 { 'command': 'cmd-boxed', 'boxed': true,
14   'data': 'Args' }