These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / args-name-clash.json
1 # C member name collision
2 # Reject members that clash when mapped to C names (we would have two 'a_b'
3 # members).
4 { 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }