index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
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/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
*
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
2
-1
/
+8
*
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Markus Armbruster
2024-01-26
1
-1
/
+1
*
qapi: Fix QAPISchemaEntity.__repr__()
Markus Armbruster
2023-11-13
1
-1
/
+2
*
qapi: provide a friendly string representation of QAPI classes
Daniel P. Berrangé
2023-10-19
1
-0
/
+5
*
qapi: re-establish linting baseline
John Snow
2023-10-19
2
-3
/
+4
*
scripts/: spelling fixes
Michael Tokarev
2023-09-08
1
-1
/
+1
*
Python: Drop support for Python 3.7
Paolo Bonzini
2023-09-07
1
-1
/
+1
*
scripts/qapi: document the tool that generated the file
Alex Bennée
2023-06-01
1
-2
/
+7
*
qapi: Improve error message for description following section
Markus Armbruster
2023-05-22
1
-2
/
+2
*
Python: Drop support for Python 3.6
Paolo Bonzini
2023-05-18
1
-1
/
+1
*
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: allow unions to contain further unions
Daniel P. Berrangé
2023-04-26
1
-3
/
+3
*
qapi: Improve specificity of type/member descriptions
Markus Armbruster
2023-04-26
1
-2
/
+7
*
qapi: Require boxed for conditional command and event arguments
Markus Armbruster
2023-04-24
3
-0
/
+16
*
qapi: Fix code generated for optional conditional struct member
Markus Armbruster
2023-04-24
1
-0
/
+2
[prev]
[next]