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
/
parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi/parser: remove FIXME comment from _append_body_line
John Snow
2021-10-02
1
-2
/
+4
*
qapi/parser: fix unused check_args_section arguments
John Snow
2021-10-02
1
-8
/
+10
*
qapi/parser: add docstrings
John Snow
2021-05-20
1
-0
/
+69
*
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
1
-6
/
+7
*
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
1
-1
/
+1
*
qapi/parser: Don't try to handle file errors
John Snow
2021-05-20
1
-9
/
+9
*
qapi/error.py: move QAPIParseError to parser.py
John Snow
2021-04-30
1
-1
/
+13
*
qapi: Enforce command naming rules
Markus Armbruster
2021-03-23
1
-0
/
+3
*
qapi: Rename pragma *-whitelist to *-exceptions
Markus Armbruster
2021-03-23
1
-4
/
+4
*
qapi: Factor out QAPISchemaParser._check_pragma_list_of_str()
Markus Armbruster
2021-03-23
1
-10
/
+9
*
qapi: Fix parse errors for removal of null from schema language
Markus Armbruster
2021-03-05
1
-4
/
+4
*
qapi: enforce import order/styling with isort
John Snow
2020-10-10
1
-1
/
+1
*
qapi: Prefer explicit relative imports
John Snow
2020-10-10
1
-2
/
+2
*
scripts/qapi/parser.py: improve doc comment indent handling
Peter Maydell
2020-09-29
1
-19
/
+74
*
scripts/qapi: Move doc-comment whitespace stripping to doc.py
Peter Maydell
2020-09-29
1
-8
/
+4
*
qapi: Make section headings start a new doc comment block
Markus Armbruster
2020-09-07
1
-8
/
+13
*
qapi: Reject section markup in definition documentation
Markus Armbruster
2020-09-07
1
-0
/
+5
*
qapi: Brush off some (py)lint
Markus Armbruster
2020-03-05
1
-4
/
+2
*
qapi: Use super() now we have Python 3
Markus Armbruster
2020-03-05
1
-1
/
+1
*
qapi: Drop conditionals for Python 2
Markus Armbruster
2020-03-05
1
-5
/
+1
*
qapi: Inheriting from object is pointless with Python 3, drop
Markus Armbruster
2020-03-05
1
-3
/
+3
*
qapi: Check feature documentation against the schema
Markus Armbruster
2019-10-29
1
-9
/
+22
*
qapi: Polish reporting of bogus member documentation
Markus Armbruster
2019-10-29
1
-2
/
+4
*
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-10-22
1
-0
/
+570