index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi
Age
Commit message (
Expand
)
Author
2024-03-04
qapi: Reject "Returns" section when command doesn't return anything
Markus Armbruster
2024-03-04
qapi: New documentation section tag "Errors"
Markus Armbruster
2024-03-04
qapi: Slightly clearer error message for invalid "Returns" section
Markus Armbruster
2024-03-04
qapi: Memorize since & returns sections
Markus Armbruster
2024-02-26
qapi: Divorce QAPIDoc from QAPIParseError
Markus Armbruster
2024-02-26
qapi: Reject multiple and empty feature descriptions
Markus Armbruster
2024-02-26
qapi: Rewrite doc comment parser
Markus Armbruster
2024-02-26
qapi: Merge adjacent untagged sections
Markus Armbruster
2024-02-26
qapi: Call QAPIDoc.check() always
Markus Armbruster
2024-02-26
qapi: Recognize section tags and 'Features:' only after blank line
Markus Armbruster
2024-02-26
qapi: Require descriptions and tagged sections to be indented
Markus Armbruster
2024-02-26
qapi: Reject section heading in the middle of a doc comment
Markus Armbruster
2024-02-26
qapi: Rename QAPIDoc.Section.name to .tag
Markus Armbruster
2024-02-26
qapi: Improve error message for empty doc sections
Markus Armbruster
2024-02-26
qapi: Improve error position for bogus invalid "Returns" section
Markus Armbruster
2024-02-26
qapi: Improve error position for bogus argument descriptions
Markus Armbruster
2024-02-12
qapi: Require member documentation (with loophole)
Markus Armbruster
2024-01-26
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Markus Armbruster
2023-11-13
qapi: Fix QAPISchemaEntity.__repr__()
Markus Armbruster
2023-10-19
qapi: provide a friendly string representation of QAPI classes
Daniel P. Berrangé
2023-10-19
qapi: re-establish linting baseline
John Snow
2023-09-08
scripts/: spelling fixes
Michael Tokarev
2023-09-07
Python: Drop support for Python 3.7
Paolo Bonzini
2023-06-01
scripts/qapi: document the tool that generated the file
Alex Bennée
2023-05-22
qapi: Improve error message for description following section
Markus Armbruster
2023-05-18
Python: Drop support for Python 3.6
Paolo Bonzini
2023-05-17
qapi/parser: Drop two bad type hints for now
Markus Armbruster
2023-05-10
qapi: Section parameter @indent is no longer used, drop
Markus Armbruster
2023-05-10
qapi: Relax doc string @name: description indentation rules
Markus Armbruster
2023-05-10
qapi: Rewrite parsing of doc comment section symbols and tags
Markus Armbruster
2023-05-09
qapi: Fix argument description indentation stripping
Markus Armbruster
2023-05-09
qapi: Fix crash on stray double quote character
Markus Armbruster
2023-04-26
qapi: allow unions to contain further unions
Daniel P. Berrangé
2023-04-26
qapi: Improve specificity of type/member descriptions
Markus Armbruster
2023-04-24
qapi: Require boxed for conditional command and event arguments
Markus Armbruster
2023-04-24
qapi: Fix code generated for optional conditional struct member
Markus Armbruster
2023-04-24
qapi: Fix to reject 'data': 'mumble' in struct
Markus Armbruster
2023-04-24
qapi: Fix error message when type name or array is expected
Markus Armbruster
2023-04-24
qapi: Simplify code a bit after previous commits
Markus Armbruster
2023-04-24
qapi: Improve error message for unexpected array types
Markus Armbruster
2023-04-24
qapi: Split up check_type()
Markus Armbruster
2023-04-24
qapi: Clean up after removal of simple unions
Markus Armbruster
2023-04-24
qapi/schema: Use super()
Markus Armbruster
2023-04-24
qapi: Fix error message format regression
Markus Armbruster
2023-04-20
qapi-gen: mark coroutine QMP command functions as coroutine_fn
Paolo Bonzini
2023-02-23
qapi: remove JSON value FIXME
John Snow
2023-02-23
qapi: remove _JSONObject
John Snow
2023-02-23
qapi/parser: add QAPIExpression type
John Snow
2023-02-23
qapi: Add minor typing workaround for 3.6
John Snow
2023-02-23
qapi: update pylint configuration
John Snow
[next]