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
/
scripts
/
qapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Avoid redundant parens in code generated for conditionals
Markus Armbruster
2021-09-03
1
-4
/
+6
*
qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()
Markus Armbruster
2021-09-03
1
-20
/
+25
*
qapi: Fix C code generation for 'if'
Markus Armbruster
2021-09-03
1
-2
/
+2
*
qapi: Simplify how QAPISchemaIfCond represents "no condition"
Markus Armbruster
2021-09-03
2
-3
/
+3
*
qapi: Simplify QAPISchemaIfCond's interface for generating C
Markus Armbruster
2021-09-03
5
-38
/
+31
*
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau
2021-08-26
2
-3
/
+3
*
qapi: add 'not' condition operation
Marc-André Lureau
2021-08-26
2
-2
/
+9
*
qapi: add 'any' condition
Marc-André Lureau
2021-08-26
2
-5
/
+5
*
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau
2021-08-26
3
-31
/
+54
*
qapidoc: introduce QAPISchemaIfCond.docgen()
Marc-André Lureau
2021-08-26
2
-1
/
+16
*
qapi: introduce QAPISchemaIfCond.cgen()
Marc-André Lureau
2021-08-26
6
-34
/
+46
*
qapi: add QAPISchemaIfCond.is_present()
Marc-André Lureau
2021-08-26
2
-4
/
+7
*
qapi: wrap Sequence[str] in an object
Marc-André Lureau
2021-08-26
7
-76
/
+93
*
qapi: Fix crash on redefinition with a different condition
Markus Armbruster
2021-08-26
1
-11
/
+11
*
qapi: Fix crash on missing enum member name
Markus Armbruster
2021-07-15
1
-1
/
+1
*
qapi/parser: add docstrings
John Snow
2021-05-20
1
-0
/
+69
*
qapi/parser: allow 'ch' variable name
John Snow
2021-05-20
1
-0
/
+1
*
qapi/parser: Remove superfluous list comprehension
John Snow
2021-05-20
1
-1
/
+1
*
qapi/parser: add type hint annotations
John Snow
2021-05-20
1
-20
/
+38
*
qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard
John Snow
2021-05-20
1
-14
/
+16
*
qapi/parser: Fix token membership tests when token can be None
John Snow
2021-05-20
1
-2
/
+3
*
qapi: add must_match helper
John Snow
2021-05-20
3
-11
/
+16
*
qapi/parser: Use @staticmethod where appropriate
John Snow
2021-05-20
1
-2
/
+4
*
qapi/parser: assert object keys are strings
John Snow
2021-05-20
1
-0
/
+2
*
qapi/parser: enforce all top-level expressions must be dict in _parse()
John Snow
2021-05-20
1
-6
/
+8
*
qapi/parser: Assert lexer value is a string
John Snow
2021-05-20
1
-0
/
+1
*
qapi/parser: factor parsing routine into method
John Snow
2021-05-20
1
-12
/
+28
*
qapi/source: Remove line number from QAPISourceInfo initializer
John Snow
2021-05-20
2
-8
/
+4
*
qapi/parser: Don't try to handle file errors
John Snow
2021-05-20
3
-14
/
+18
*
qapi/error.py: enable mypy checks
John Snow
2021-04-30
1
-5
/
+0
*
qapi/error: Add type hints
John Snow
2021-04-30
1
-2
/
+9
*
qapi/error.py: enable pylint checks
John Snow
2021-04-30
1
-2
/
+1
*
qapi/error.py: move QAPIParseError to parser.py
John Snow
2021-04-30
2
-15
/
+21
*
qapi/error: assert QAPISourceInfo is not None
John Snow
2021-04-30
1
-0
/
+1
*
qapi/error: Make QAPISourceError 'col' parameter optional
John Snow
2021-04-30
2
-7
/
+4
*
qapi/error: Use Python3-style super()
John Snow
2021-04-30
1
-1
/
+1
*
qapi/error: Repurpose QAPIError as an abstract base exception class
John Snow
2021-04-30
2
-4
/
+12
*
qapi/expr: Update authorship and copyright information
John Snow
2021-04-30
1
-1
/
+2
*
qapi/expr.py: Use tuples instead of lists for static data
John Snow
2021-04-30
1
-2
/
+2
*
qapi/expr.py: Add docstrings
John Snow
2021-04-30
1
-5
/
+251
*
qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names
John Snow
2021-04-30
1
-3
/
+3
*
qapi/expr.py: enable pylint checks
John Snow
2021-04-30
1
-1
/
+0
*
qapi/expr.py: Remove single-letter variable
John Snow
2021-04-30
1
-7
/
+7
*
qapi/expr.py: Consolidate check_if_str calls in check_if
John Snow
2021-04-30
1
-17
/
+16
*
qapi/expr.py: add type hint annotations
John Snow
2021-04-30
2
-30
/
+43
*
qapi/expr.py: Modify check_keys to accept any Collection
John Snow
2021-04-30
1
-1
/
+1
*
qapi/expr.py: Add casts in a few select cases
John Snow
2021-04-30
1
-5
/
+5
*
qapi/expr.py: Check type of union and alternate 'data' member
John Snow
2021-04-30
1
-0
/
+7
*
qapi/expr.py: move string check upwards in check_type
John Snow
2021-04-30
1
-4
/
+4
*
qapi/expr.py: Add assertion for union type 'check_dict'
John Snow
2021-04-30
1
-1
/
+3
[next]