git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16
[qemu.git]
/
tests
/
qapi-schema
/
doc-interleaved-section.json
1
# Arguments and sections must not be interleaved
2
3
##
4
# @TestStruct:
5
#
6
# body
7
#
8
# @integer: foo
9
# blah
10
#
11
# bao
12
#
13
# Note: a section.
14
#
15
# @foobar: catch this
16
#
17
# Since: 2.3
18
#
19
##
20
{ 'struct': 'TestStruct',
21
'data': { 'integer': 'int', 'foobar': 'int' } }