]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/args-member-case.json
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
[mirror_qemu.git] / tests / qapi-schema / args-member-case.json
1 # Member names should be 'lower-case' unless the struct/command is whitelisted
2
3 ##
4 # @no-way-this-will-get-whitelisted:
5 ##
6 { 'command': 'no-way-this-will-get-whitelisted', 'data': { 'Arg': 'int' } }