]> Git Repo - qemu.git/blob - tests/qapi-schema/redefined-command.json
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
[qemu.git] / tests / qapi-schema / redefined-command.json
1 # we reject commands defined more than once
2 { 'command': 'foo', 'data': { 'one': 'str' } }
3 { 'command': 'foo', 'data': { '*two': 'str' } }
This page took 0.025044 seconds and 4 git commands to generate.