]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/reserved-member-has.json
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / tests / qapi-schema / reserved-member-has.json
CommitLineData
19767083 1# C member name collision
9fb081e0
EB
2# We reject names like 'has-a', because they can collide with the flag
3# for an optional 'a' in generated C.
4# TODO we could munge the optional flag name to avoid the collision.
19767083 5{ 'command': 'oops', 'data': { '*a': 'str', 'has-a': 'str' } }