aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/reserved-command-q.json
blob: be9944c68af7097a42b67fa9ffebae6d6eaa788c (plain)
1
2
3
4
5
6
7
# C entity name collision
# FIXME - This parses, but fails to compile, because it attempts to declare
# two 'qmp_q_unix' functions (one for 'q-unix', the other because c_name()
# munges 'unix' to 'q_unix' to avoid reserved word collisions). We should
# reject attempts to explicitly use 'q_' names, to reserve it for qapi.
{ 'command': 'unix' }
{ 'command': 'q-unix' }