]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/reserved-command-q.json
qemu-io: Put flag changes in the options QDict in reopen_f()
[mirror_qemu.git] / tests / qapi-schema / reserved-command-q.json
1 # C entity name collision
2 # We reject names like 'q-unix', because they can collide with the mangled
3 # name for 'unix' in generated C.
4 { 'command': 'unix' }
5 { 'command': 'q-unix' }