Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / alternate-clash.json
1 # we detect C enum collisions in an alternate
2 { 'alternate': 'Alt1',
3   'data': { 'one': 'str', 'ONE': 'int' } }