]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/doc-bad-boxed-command-arg.json
tests/avocado: s390x cpu topology entitlement tests
[mirror_qemu.git] / tests / qapi-schema / doc-bad-boxed-command-arg.json
CommitLineData
717cfcfa 1# Boxed arguments are not to be documented with the command
717cfcfa
MA
2
3##
4# @Args:
5# @a: an argument
6##
7{ 'struct': 'Args', 'data': { 'a': 'int' } }
8
9##
10# @cmd-boxed:
11# @a: bogus
12##
13{ 'command': 'cmd-boxed', 'boxed': true,
14 'data': 'Args' }