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
2019-10-29
qapi: Check feature documentation against the schema
Markus Armbruster
6
-42
/
+3
2019-10-29
qapi: Polish reporting of bogus member documentation
Markus Armbruster
6
-6
/
+6
2019-10-29
qapi: Fix doc comment checking for commands and events
Markus Armbruster
6
-47
/
+2
2019-10-29
qapi: Fix enum doc comment checking
Markus Armbruster
3
-22
/
+1
2019-10-29
qapi: Implement boxed event argument documentation
Markus Armbruster
3
-3
/
+4
2019-10-29
tests/qapi-schema: Fix feature documentation testing
Markus Armbruster
4
-0
/
+16
2019-10-29
tests/qapi-schema: Cover alternate documentation comments
Markus Armbruster
3
-0
/
+37
2019-10-29
tests/qapi-schema: Demonstrate command and event doc comment bugs
Markus Armbruster
9
-0
/
+88
2019-10-29
tests/qapi-schema: Demonstrate feature and enum doc comment bugs
Markus Armbruster
9
-0
/
+86
2019-10-22
tests/qapi-schema: Cover feature documentation comments
Markus Armbruster
3
-2
/
+42
2019-10-22
tests: qapi: Test 'features' of commands
Peter Krempa
3
-4
/
+50
2019-10-22
qapi: Add feature flags to commands
Peter Krempa
1
-1
/
+2
2019-10-22
tests/qapi-schema: Tidy up test output indentation
Markus Armbruster
5
-33
/
+33
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster
1
-1
/
+5
2019-10-22
qapi: Speed up frontend tests
Markus Armbruster
363
-506
/
+410
2019-09-28
qapi: Improve source file read error handling
Markus Armbruster
1
-1
/
+1
2019-09-28
qapi: Improve reporting of redefinition
Markus Armbruster
3
-3
/
+9
2019-09-28
qapi: Improve reporting of missing documentation comment
Markus Armbruster
1
-1
/
+2
2019-09-28
qapi: Improve reporting of invalid 'if' further
Markus Armbruster
9
-9
/
+9
2019-09-28
qapi: Avoid redundant definition references in error messages
Markus Armbruster
52
-52
/
+52
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
[next]