Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
reserved-enum-q.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
4 lines
183 Bytes
Copy permalink
Copy
Raw
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
{
'enum':
'Foo'
,
'data':
[
'unix'
,
'q-Unix'
]
}