index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
qapi-schema
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: New special feature flag "deprecated"
Markus Armbruster
2020-03-17
5
-6
/
+11
*
qapi: Add feature flags to struct members
Markus Armbruster
2020-03-17
6
-5
/
+15
*
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
2020-03-17
1
-5
/
+5
*
qapi: Add feature flags to remaining definitions
Markus Armbruster
2020-03-17
7
-15
/
+114
*
qapi: Drop conditionals for Python 2
Markus Armbruster
2020-03-05
1
-5
/
+1
*
drop "from __future__ import print_function"
Paolo Bonzini
2020-02-07
1
-1
/
+0
*
tests: Explicit usage of Python 3
Philippe Mathieu-Daudé
2020-02-07
1
-1
/
+1
*
qapi: Fix code generation for empty modules
Markus Armbruster
2020-01-14
3
-18
/
+13
*
qapi: Check feature documentation against the schema
Markus Armbruster
2019-10-29
6
-42
/
+3
*
qapi: Polish reporting of bogus member documentation
Markus Armbruster
2019-10-29
6
-6
/
+6
*
qapi: Fix doc comment checking for commands and events
Markus Armbruster
2019-10-29
6
-47
/
+2
*
qapi: Fix enum doc comment checking
Markus Armbruster
2019-10-29
3
-22
/
+1
*
qapi: Implement boxed event argument documentation
Markus Armbruster
2019-10-29
3
-3
/
+4
*
tests/qapi-schema: Fix feature documentation testing
Markus Armbruster
2019-10-29
4
-0
/
+16
*
tests/qapi-schema: Cover alternate documentation comments
Markus Armbruster
2019-10-29
3
-0
/
+37
*
tests/qapi-schema: Demonstrate command and event doc comment bugs
Markus Armbruster
2019-10-29
9
-0
/
+88
*
tests/qapi-schema: Demonstrate feature and enum doc comment bugs
Markus Armbruster
2019-10-29
9
-0
/
+86
*
tests/qapi-schema: Cover feature documentation comments
Markus Armbruster
2019-10-22
3
-2
/
+42
*
tests: qapi: Test 'features' of commands
Peter Krempa
2019-10-22
3
-4
/
+50
*
qapi: Add feature flags to commands
Peter Krempa
2019-10-22
1
-1
/
+2
*
tests/qapi-schema: Tidy up test output indentation
Markus Armbruster
2019-10-22
5
-33
/
+33
*
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-10-22
1
-1
/
+5
*
qapi: Speed up frontend tests
Markus Armbruster
2019-10-22
363
-506
/
+410
*
qapi: Improve source file read error handling
Markus Armbruster
2019-09-28
1
-1
/
+1
*
qapi: Improve reporting of redefinition
Markus Armbruster
2019-09-28
3
-3
/
+9
*
qapi: Improve reporting of missing documentation comment
Markus Armbruster
2019-09-28
1
-1
/
+2
*
qapi: Improve reporting of invalid 'if' further
Markus Armbruster
2019-09-28
9
-9
/
+9
*
qapi: Avoid redundant definition references in error messages
Markus Armbruster
2019-09-28
52
-52
/
+52
*
qapi: Improve reporting of missing / unknown definition keys
Markus Armbruster
2019-09-28
6
-2
/
+6
*
qapi: Improve reporting of invalid flags
Markus Armbruster
2019-09-28
4
-4
/
+8
*
qapi: Improve reporting of invalid 'if' errors
Markus Armbruster
2019-09-28
4
-0
/
+4
*
qapi: Move context-free checking to the proper place
Markus Armbruster
2019-09-28
1
-1
/
+1
*
qapi: Move context-sensitive checking to the proper place
Markus Armbruster
2019-09-28
39
-39
/
+37
*
qapi: Move check for reserved names out of add_name()
Markus Armbruster
2019-09-28
2
-2
/
+2
*
qapi: Report invalid '*' prefix like any other invalid name
Markus Armbruster
2019-09-28
4
-4
/
+4
*
qapi: Improve reporting of invalid name errors
Markus Armbruster
2019-09-28
9
-0
/
+9
*
qapi: Improve reporting of member name clashes
Markus Armbruster
2019-09-28
9
-9
/
+9
*
qapi: Change frontend error messages to start with lower case
Markus Armbruster
2019-09-28
120
-120
/
+120
*
qapi: Clean up member name case checking
Markus Armbruster
2019-09-28
5
-7
/
+7
*
qapi: Prefix frontend errors with an "in definition" line
Markus Armbruster
2019-09-28
96
-0
/
+96
*
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
Markus Armbruster
2019-09-24
12
-60
/
+6
*
qapi: Reject blank 'if' conditions in addition to empty ones
Markus Armbruster
2019-09-24
2
-2
/
+2
*
qapi: Fix broken discriminator error messages
Markus Armbruster
2019-09-24
6
-6
/
+4
*
qapi: Remove null from schema language
Markus Armbruster
2019-09-24
5
-18
/
+4
*
qapi: Improve reporting of lexical errors
Markus Armbruster
2019-09-24
2
-2
/
+2
*
qapi: Use quotes more consistently in frontend error messages
Markus Armbruster
2019-09-24
19
-18
/
+19
*
tests/qapi-schema: Demonstrate suboptimal lexical errors
Markus Armbruster
2019-09-24
5
-1
/
+4
*
tests/qapi-schema: Demonstrate insufficient 'if' checking
Markus Armbruster
2019-09-24
16
-0
/
+92
*
tests/qapi-schema: Demonstrate broken discriminator errors
Markus Armbruster
2019-09-24
4
-10
/
+6
*
tests/qapi-schema: Demonstrate misleading optional tag error
Markus Armbruster
2019-09-24
6
-2
/
+16
[next]