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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2019-09-28
qapi: Improve reporting of missing / unknown definition keys
Markus Armbruster
6
-2
/
+6
2019-09-28
qapi: Improve reporting of invalid flags
Markus Armbruster
4
-4
/
+8
2019-09-28
qapi: Improve reporting of invalid 'if' errors
Markus Armbruster
4
-0
/
+4
2019-09-28
qapi: Move context-free checking to the proper place
Markus Armbruster
1
-1
/
+1
2019-09-28
qapi: Move context-sensitive checking to the proper place
Markus Armbruster
39
-39
/
+37
2019-09-28
qapi: Move check for reserved names out of add_name()
Markus Armbruster
2
-2
/
+2
2019-09-28
qapi: Report invalid '*' prefix like any other invalid name
Markus Armbruster
4
-4
/
+4
2019-09-28
qapi: Improve reporting of invalid name errors
Markus Armbruster
9
-0
/
+9
2019-09-28
qapi: Improve reporting of member name clashes
Markus Armbruster
9
-9
/
+9
2019-09-28
qapi: Change frontend error messages to start with lower case
Markus Armbruster
120
-120
/
+120
2019-09-28
qapi: Clean up member name case checking
Markus Armbruster
5
-7
/
+7
2019-09-28
qapi: Prefix frontend errors with an "in definition" line
Markus Armbruster
96
-0
/
+96
2019-09-24
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
Markus Armbruster
12
-60
/
+6
2019-09-24
qapi: Reject blank 'if' conditions in addition to empty ones
Markus Armbruster
2
-2
/
+2
2019-09-24
qapi: Fix broken discriminator error messages
Markus Armbruster
6
-6
/
+4
2019-09-24
qapi: Remove null from schema language
Markus Armbruster
5
-18
/
+4
2019-09-24
qapi: Improve reporting of lexical errors
Markus Armbruster
2
-2
/
+2
2019-09-24
qapi: Use quotes more consistently in frontend error messages
Markus Armbruster
19
-18
/
+19
2019-09-24
tests/qapi-schema: Demonstrate suboptimal lexical errors
Markus Armbruster
5
-1
/
+4
2019-09-24
tests/qapi-schema: Demonstrate insufficient 'if' checking
Markus Armbruster
16
-0
/
+92
2019-09-24
tests/qapi-schema: Demonstrate broken discriminator errors
Markus Armbruster
4
-10
/
+6
2019-09-24
tests/qapi-schema: Demonstrate misleading optional tag error
Markus Armbruster
6
-2
/
+16
2019-09-24
tests/qapi-schema: Delete two redundant tests
Markus Armbruster
9
-9
/
+1
2019-09-24
tests/qapi-schema: Cover unknown pragma
Markus Armbruster
4
-0
/
+3
2019-09-24
qapi: Tweak code to match docs/devel/qapi-code-gen.txt
Markus Armbruster
6
-6
/
+6
2019-09-24
qapi: Adjust frontend errors to say enum value, not member
Markus Armbruster
2
-2
/
+2
2019-09-24
qapi: Permit omitting all flat union branches
Markus Armbruster
6
-4
/
+18
2019-09-24
qapi: Permit alternates with just one branch
Markus Armbruster
4
-6
/
+10
2019-09-24
qapi: Permit 'boxed' with empty type
Markus Armbruster
6
-5
/
+6
2019-09-24
qapi: Drop support for escape sequences other than \\
Markus Armbruster
17
-34
/
+4
2019-09-24
qapi: Restrict strings to printable ASCII
Markus Armbruster
10
-3
/
+7
2019-09-24
tests/qapi-schema: Demonstrate bad reporting of funny characters
Markus Armbruster
2
-2
/
+3
2019-09-24
qapi: Drop support for boxed alternate arguments
Markus Armbruster
2
-2
/
+2
2019-06-12
tests/qapi-schema: Error case tests for features in structs
Kevin Wolf
24
-0
/
+31
2019-06-12
tests/qapi-schema: Test for good feature lists in structs
Kevin Wolf
3
-0
/
+86
2019-06-12
qapi: Add feature flags to struct types
Kevin Wolf
3
-3
/
+4
2019-03-05
qapi: Fix array first used in a different module
Markus Armbruster
2
-0
/
+7
2019-03-05
tests/qapi-schema: Cover forward reference to sub-module
Markus Armbruster
2
-1
/
+7
2019-03-05
tests: Rename UserDefNativeListUnion to UserDefListUnion
Markus Armbruster
2
-7
/
+7
2019-03-05
qapi: Fix code generation for sub-modules in other directories
Markus Armbruster
10
-25
/
+23
2019-03-05
tests/qapi-schema: Cover conditional arrays
Markus Armbruster
2
-2
/
+4
2019-03-05
tests/qapi-schema: Make test-qapi.py print arrays
Markus Armbruster
2
-0
/
+12
2019-02-18
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
11
-0
/
+11
2018-12-14
qapi: add condition to variants documentation
Marc-André Lureau
3
-4
/
+7
2018-12-14
qapi: add 'If:' condition to struct members documentation
Marc-André Lureau
3
-1
/
+4
2018-12-14
qapi: add 'If:' condition to enum values documentation
Marc-André Lureau
3
-2
/
+5
2018-12-13
qapi: add 'if' to alternate members
Marc-André Lureau
2
-1
/
+4
2018-12-13
qapi: add 'if' to union members
Marc-André Lureau
3
-1
/
+8
2018-12-13
qapi: Add 'if' to implicit struct members
Marc-André Lureau
7
-3
/
+34
2018-12-13
qapi: add a dictionary form for TYPE
Marc-André Lureau
28
-8
/
+47
[next]