repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
qapi: Require boxed for conditional command and event arguments
[qemu/armbru.git]
/
tests
/
qapi-schema
/
args-if-unboxed.json
blob
6e04c13e72ee058e10fbc9be69d890920e0618fa
1
{ 'struct': 'TestIfCmdArgs',
2
'data': {
3
'foo': 'int',
4
'bar': { 'type': 'str', 'if': 'TEST_IF_CMD_ARG' } } }
5
{ 'command': 'test-if-cmd',
6
'data': 'TestIfCmdArgs' }