Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / comments.json
1 # Unindented comment
2 { 'enum': 'Status',             # Comment to the right of code
3   # Indented comment
4   'data': [ 'good', 'bad', 'ugly' ] }