]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/reserved-command-q.json
qapi: Improve reporting of invalid flags
[mirror_qemu.git] / tests / qapi-schema / reserved-command-q.json
CommitLineData
19767083 1# C entity name collision
9fb081e0
EB
2# We reject names like 'q-unix', because they can collide with the mangled
3# name for 'unix' in generated C.
19767083
EB
4{ 'command': 'unix' }
5{ 'command': 'q-unix' }