index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
parser.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: remove "Example" doc section
John Snow
2024-07-17
1
-1
/
+9
*
qapi/parser: don't parse rST markup as section headers
John Snow
2024-07-06
1
-2
/
+7
*
qapi: convert "Note" sections to plain rST
John Snow
2024-07-06
1
-0
/
+15
*
qapi/parser: fix comment parsing immediately following a doc block
John Snow
2024-07-06
1
-1
/
+1
*
qapi/parser: preserve indentation in QAPIDoc sections
John Snow
2024-07-06
1
-2
/
+2
*
qapi/parser.py: assert member.info is present in connect_member
John Snow
2024-04-24
1
-0
/
+1
*
qapi/parser: demote QAPIExpression to Dict[str, Any]
John Snow
2024-04-24
1
-1
/
+2
*
qapi/parser: shush up pylint
John Snow
2024-04-24
1
-0
/
+1
*
qapi/parser: fix typo - self.returns.info => self.errors.info
John Snow
2024-04-24
1
-1
/
+1
*
qapi: Reject "Returns" section when command doesn't return anything
Markus Armbruster
2024-03-04
1
-1
/
+6
*
qapi: New documentation section tag "Errors"
Markus Armbruster
2024-03-04
1
-6
/
+17
*
qapi: Slightly clearer error message for invalid "Returns" section
Markus Armbruster
2024-03-04
1
-2
/
+3
*
qapi: Memorize since & returns sections
Markus Armbruster
2024-03-04
1
-14
/
+17
*
qapi: Divorce QAPIDoc from QAPIParseError
Markus Armbruster
2024-02-26
1
-38
/
+28
*
qapi: Reject multiple and empty feature descriptions
Markus Armbruster
2024-02-26
1
-1
/
+7
*
qapi: Rewrite doc comment parser
Markus Armbruster
2024-02-26
1
-269
/
+211
*
qapi: Merge adjacent untagged sections
Markus Armbruster
2024-02-26
1
-0
/
+3
*
qapi: Recognize section tags and 'Features:' only after blank line
Markus Armbruster
2024-02-26
1
-3
/
+8
*
qapi: Require descriptions and tagged sections to be indented
Markus Armbruster
2024-02-26
1
-0
/
+3
*
qapi: Reject section heading in the middle of a doc comment
Markus Armbruster
2024-02-26
1
-3
/
+3
*
qapi: Rename QAPIDoc.Section.name to .tag
Markus Armbruster
2024-02-26
1
-15
/
+15
*
qapi: Improve error message for empty doc sections
Markus Armbruster
2024-02-26
1
-7
/
+7
*
qapi: Improve error position for bogus invalid "Returns" section
Markus Armbruster
2024-02-26
1
-3
/
+7
*
qapi: Improve error position for bogus argument descriptions
Markus Armbruster
2024-02-26
1
-1
/
+3
*
qapi: Require member documentation (with loophole)
Markus Armbruster
2024-02-12
1
-1
/
+6
*
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Markus Armbruster
2024-01-26
1
-1
/
+1
*
qapi: re-establish linting baseline
John Snow
2023-10-19
1
-2
/
+3
*
qapi: Improve error message for description following section
Markus Armbruster
2023-05-22
1
-2
/
+2
*
qapi/parser: Drop two bad type hints for now
Markus Armbruster
2023-05-17
1
-2
/
+2
*
qapi: Section parameter @indent is no longer used, drop
Markus Armbruster
2023-05-10
1
-17
/
+14
*
qapi: Relax doc string @name: description indentation rules
Markus Armbruster
2023-05-10
1
-55
/
+18
*
qapi: Rewrite parsing of doc comment section symbols and tags
Markus Armbruster
2023-05-10
1
-28
/
+27
*
qapi: Fix argument description indentation stripping
Markus Armbruster
2023-05-09
1
-9
/
+11
*
qapi: Fix crash on stray double quote character
Markus Armbruster
2023-05-09
1
-1
/
+1
*
qapi: remove JSON value FIXME
John Snow
2023-02-23
1
-4
/
+0
*
qapi: remove _JSONObject
John Snow
2023-02-23
1
-3
/
+2
*
qapi/parser: add QAPIExpression type
John Snow
2023-02-23
1
-18
/
+28
*
qapi/parser: Silence too-few-public-methods warning
John Snow
2021-10-02
1
-0
/
+3
*
qapi/parser: Add FIXME for consolidating JSON-related types
John Snow
2021-10-02
1
-0
/
+4
*
qapi/parser: add type hint annotations (QAPIDoc)
John Snow
2021-10-02
1
-28
/
+39
*
qapi/parser: add import cycle workaround
John Snow
2021-10-02
1
-4
/
+11
*
qapi/parser: Introduce NullSection
John Snow
2021-10-02
1
-11
/
+16
*
qapi/parser: clarify _end_section() logic
John Snow
2021-10-02
1
-7
/
+15
*
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
[next]