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