mirror of
https://github.com/qemu/qemu.git
synced 2024-11-30 07:13:38 +08:00
7 lines
161 B
JSON
7 lines
161 B
JSON
|
# *-*- Mode: Python -*-*
|
||
|
|
||
|
# Sub-module of sub-module include/sub-module.json of qapi-schema-test.json
|
||
|
|
||
|
{ 'enum': 'Status',
|
||
|
'data': [ 'good', 'bad', 'ugly' ] }
|