These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / reserved-member-q.json
1 # C member name collision
2 # We reject names like 'q-unix', because they can collide with the mangled
3 # name for 'unix' in generated C.
4 { 'struct': 'Foo', 'data': { 'unix':'int', 'q-unix':'bool' } }