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
(
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: linter fixups
John Snow
2024-07-06
3
-9
/
+10
*
qapi: Simplify QAPISchemaVariants @tag_member
Markus Armbruster
2024-05-06
1
-26
/
+18
*
qapi: Move conditional code from QAPISchemaVariants to its subtypes
Markus Armbruster
2024-05-06
1
-70
/
+70
*
qapi: Rename QAPISchemaAlternateType.variants to .alternatives
Markus Armbruster
2024-05-06
1
-12
/
+13
*
qapi: Rename QAPISchemaObjectType.variants to .branches
Markus Armbruster
2024-05-06
5
-22
/
+22
*
qapi: Rename visitor parameter @variants to @alternatives
Markus Armbruster
2024-05-06
4
-9
/
+10
*
qapi: Rename visitor parameter @variants to @branches
Markus Armbruster
2024-05-06
4
-14
/
+14
*
qapi: New QAPISchemaBranches, QAPISchemaAlternatives
Markus Armbruster
2024-05-06
4
-18
/
+38
*
Merge tag 'pull-qapi-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
2024-04-24
5
-287
/
+536
|
\
|
*
qapi: Dumb down QAPISchema.lookup_entity()
Markus Armbruster
2024-04-24
1
-12
/
+6
|
*
qapi: Tighten check whether implicit object type already exists
Markus Armbruster
2024-04-24
1
-1
/
+2
|
*
qapi/schema: remove unnecessary asserts
John Snow
2024-04-24
1
-25
/
+0
|
*
qapi/schema: turn on mypy strictness
John Snow
2024-04-24
1
-5
/
+0
|
*
qapi/schema: add type hints
John Snow
2024-04-24
1
-173
/
+397
|
*
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/schema: assert inner type of QAPISchemaVariants in check_clash()
John Snow
2024-04-24
1
-1
/
+4
|
*
qapi/schema: fix typing for QAPISchemaVariants.tag_member
John Snow
2024-04-24
1
-3
/
+19
|
*
qapi/schema: Don't initialize "members" with `None`
John Snow
2024-04-24
1
-5
/
+7
|
*
qapi/schema: add _check_complete flag
John Snow
2024-04-24
1
-3
/
+5
|
*
qapi/schema: assert info is present when necessary
John Snow
2024-04-24
1
-0
/
+2
|
*
qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
John Snow
2024-04-24
1
-1
/
+1
|
*
qapi: Assert built-in types exist
Markus Armbruster
2024-04-24
1
-2
/
+6
|
*
qapi/schema: assert resolve_type has 'info' and 'what' args on error
John Snow
2024-04-24
1
-0
/
+1
|
*
qapi/schema: add type narrowing to lookup_type()
John Snow
2024-04-24
1
-1
/
+3
|
*
qapi/schema: adjust type narrowing for mypy's benefit
John Snow
2024-04-24
1
-7
/
+9
|
*
qapi/schema: make c_type() and json_type() abstract methods
John Snow
2024-04-24
1
-1
/
+4
|
*
qapi/schema: declare type for QAPISchemaArrayType.element_type
John Snow
2024-04-24
1
-1
/
+1
|
*
qapi/schema: declare type for QAPISchemaObjectTypeMember.type
John Snow
2024-04-24
1
-1
/
+1
|
*
qapi: create QAPISchemaDefinition
John Snow
2024-04-24
1
-58
/
+78
|
*
qapi/schema: add pylint suppressions
John Snow
2024-04-24
2
-5
/
+5
|
*
qapi: sort pylint suppressions
John Snow
2024-04-24
1
-3
/
+3
|
*
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: Inline and remove QERR_INVALID_PARAMETER_TYPE definition
Philippe Mathieu-Daudé
2024-04-24
1
-3
/
+2
|
/
*
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: Call QAPIDoc.check() always
Markus Armbruster
2024-02-26
1
-5
/
+2
*
qapi: Recognize section tags and 'Features:' only after blank line
Markus Armbruster
2024-02-26
1
-3
/
+8
[next]