index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qapi-schema
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-02
qapi/parser: remove FIXME comment from _append_body_line
John Snow
1
-1
/
+1
2021-10-02
qapi: Add spaces after symbol declaration for consistency
John Snow
1
-0
/
+8
2021-10-02
qapi/parser: fix unused check_args_section arguments
John Snow
1
-1
/
+1
2021-09-27
tests/qapi-schema: Make test-qapi.py -u work when files are absent
Markus Armbruster
1
-3
/
+13
2021-09-27
tests/qapi-schema: Use Python OSError instead of outmoded IOError
Markus Armbruster
1
-2
/
+2
2021-09-27
tests/qapi-schema: Rename flat-union-* test cases to union-*
Markus Armbruster
65
-48
/
+48
2021-09-27
qapi: Drop simple unions
Markus Armbruster
10
-10
/
+10
2021-09-27
tests/qapi-schema: Purge simple unions from tests
Markus Armbruster
26
-84
/
+30
2021-09-27
tests/qapi-schema: Drop simple union __org.qemu_x-Union1
Markus Armbruster
2
-18
/
+8
2021-09-27
tests/qapi-schema: Rewrite simple union TestIfUnion to be flat
Markus Armbruster
2
-11
/
+9
2021-09-27
tests/qapi-schema: Simple union UserDefListUnion is now unused, drop
Markus Armbruster
2
-81
/
+0
2021-09-27
tests/qapi-schema: Wean off UserDefListUnion
Markus Armbruster
2
-2
/
+2
2021-09-27
tests/qapi-schema: Prepare for simple union UserDefListUnion removal
Markus Armbruster
2
-0
/
+32
2021-09-25
qapi: Stop enforcing "type name should not end in 'Kind'
Markus Armbruster
4
-5
/
+0
2021-09-25
qapi: Tidy up unusual line breaks
Markus Armbruster
3
-18
/
+18
2021-09-08
qapi: Fix bogus error for 'if': { 'not': '' }
Markus Armbruster
1
-1
/
+1
2021-09-08
tests/qapi-schema: Cover 'not' condition with empty argument
Markus Armbruster
4
-0
/
+6
2021-09-03
qapi: Tweak error messages for unknown / conflicting 'if' keys
Markus Armbruster
3
-3
/
+3
2021-09-03
qapi: Tweak error messages for missing / conflicting meta-type
Markus Armbruster
2
-4
/
+2
2021-09-03
tests/qapi-schema: Hide OrderedDict in test output
Markus Armbruster
3
-19
/
+28
2021-09-03
qapi: Use "not COND" instead of "!COND" for generated documentation
Markus Armbruster
1
-1
/
+1
2021-09-03
qapi: Avoid redundant parens in code generated for conditionals
Markus Armbruster
1
-3
/
+3
2021-09-03
qapi: Fix C code generation for 'if'
Markus Armbruster
1
-1
/
+0
2021-09-03
tests/qapi-schema: Demonstrate broken C code for 'if'
Markus Armbruster
5
-3
/
+11
2021-09-03
tests/qapi-schema: Correct two 'if' conditionals
Markus Armbruster
2
-7
/
+6
2021-08-26
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau
12
-73
/
+73
2021-08-26
qapi: add 'not' condition operation
Marc-André Lureau
8
-7
/
+16
2021-08-26
qapi: add 'any' condition
Marc-André Lureau
8
-7
/
+21
2021-08-26
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau
23
-53
/
+83
2021-08-26
qapi: add QAPISchemaIfCond.is_present()
Marc-André Lureau
1
-1
/
+1
2021-08-26
qapi: wrap Sequence[str] in an object
Marc-André Lureau
1
-2
/
+2
2021-08-26
qapi: Fix crash on redefinition with a different condition
Markus Armbruster
1
-1
/
+1
2021-07-15
qapi: Fix crash on missing enum member name
Markus Armbruster
3
-0
/
+4
2021-06-02
docs: fix references to docs/devel/build-system.rst
Stefano Garzarella
1
-1
/
+1
2021-05-20
qapi/parser: Fix token membership tests when token can be None
John Snow
7
-0
/
+6
2021-05-20
qapi/parser: enforce all top-level expressions must be dict in _parse()
John Snow
2
-2
/
+2
2021-05-20
qapi: Add test for nonexistent schema file
John Snow
3
-1
/
+7
2021-05-20
qapi/parser: Don't try to handle file errors
John Snow
1
-3
/
+0
2021-04-30
qapi/expr.py: Check type of union and alternate 'data' member
John Snow
7
-0
/
+16
2021-03-23
qapi: Enforce union and alternate branch naming rules
Markus Armbruster
6
-9
/
+13
2021-03-23
qapi: Enforce enum member naming rules
Markus Armbruster
2
-1
/
+2
2021-03-23
qapi: Enforce struct member naming rules
Markus Armbruster
4
-5
/
+10
2021-03-23
tests/qapi-schema: Switch member name clash test to struct
Markus Armbruster
5
-4
/
+4
2021-03-23
qapi: Enforce command naming rules
Markus Armbruster
2
-22
/
+25
2021-03-23
qapi: Prepare for rejecting underscore in command and member names
Markus Armbruster
3
-3
/
+3
2021-03-23
qapi: Rename pragma *-whitelist to *-exceptions
Markus Armbruster
7
-8
/
+7
2021-03-23
tests/qapi-schema: Rename returns-whitelist to returns-bad-type
Markus Armbruster
5
-3
/
+3
2021-03-23
tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*
Markus Armbruster
13
-9
/
+9
2021-03-23
tests/qapi-schema: Rename redefined-builtin to redefined-predefined
Markus Armbruster
5
-3
/
+3
2021-03-23
qapi: Enforce type naming rules
Markus Armbruster
21
-23
/
+28
[next]