These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / duplicate-key.json
1 # QAPI cannot include the same key more than once in any {}
2 { 'key': 'value',
3   'key': 'value' }