These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / leading-comma-list.json
1 { 'enum': 'Status',
2   'data': [ , 'good', 'bad', 'ugly' ] }