index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-04
qapi: Reject "Returns" section when command doesn't return anything
Markus Armbruster
1
-1
/
+6
2024-03-04
qapi: New documentation section tag "Errors"
Markus Armbruster
1
-6
/
+17
2024-03-04
qapi: Slightly clearer error message for invalid "Returns" section
Markus Armbruster
1
-2
/
+3
2024-03-04
qapi: Memorize since & returns sections
Markus Armbruster
1
-14
/
+17
2024-02-26
qapi: Divorce QAPIDoc from QAPIParseError
Markus Armbruster
1
-38
/
+28
2024-02-26
qapi: Reject multiple and empty feature descriptions
Markus Armbruster
1
-1
/
+7
2024-02-26
qapi: Rewrite doc comment parser
Markus Armbruster
1
-269
/
+211
2024-02-26
qapi: Merge adjacent untagged sections
Markus Armbruster
1
-0
/
+3
2024-02-26
qapi: Call QAPIDoc.check() always
Markus Armbruster
1
-5
/
+2
2024-02-26
qapi: Recognize section tags and 'Features:' only after blank line
Markus Armbruster
1
-3
/
+8
2024-02-26
qapi: Require descriptions and tagged sections to be indented
Markus Armbruster
1
-0
/
+3
2024-02-26
qapi: Reject section heading in the middle of a doc comment
Markus Armbruster
1
-3
/
+3
2024-02-26
qapi: Rename QAPIDoc.Section.name to .tag
Markus Armbruster
1
-15
/
+15
2024-02-26
qapi: Improve error message for empty doc sections
Markus Armbruster
1
-7
/
+7
2024-02-26
qapi: Improve error position for bogus invalid "Returns" section
Markus Armbruster
1
-3
/
+7
2024-02-26
qapi: Improve error position for bogus argument descriptions
Markus Armbruster
1
-1
/
+3
2024-02-12
qapi: Require member documentation (with loophole)
Markus Armbruster
2
-1
/
+8
2024-01-26
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Markus Armbruster
1
-1
/
+1
2023-11-13
qapi: Fix QAPISchemaEntity.__repr__()
Markus Armbruster
1
-1
/
+2
2023-10-19
qapi: provide a friendly string representation of QAPI classes
Daniel P. Berrangé
1
-0
/
+5
2023-10-19
qapi: re-establish linting baseline
John Snow
2
-3
/
+4
2023-09-08
scripts/: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-09-07
Python: Drop support for Python 3.7
Paolo Bonzini
1
-1
/
+1
2023-06-01
scripts/qapi: document the tool that generated the file
Alex Bennée
1
-2
/
+7
2023-05-22
qapi: Improve error message for description following section
Markus Armbruster
1
-2
/
+2
2023-05-18
Python: Drop support for Python 3.6
Paolo Bonzini
1
-1
/
+1
2023-05-17
qapi/parser: Drop two bad type hints for now
Markus Armbruster
1
-2
/
+2
2023-05-10
qapi: Section parameter @indent is no longer used, drop
Markus Armbruster
1
-17
/
+14
2023-05-10
qapi: Relax doc string @name: description indentation rules
Markus Armbruster
1
-55
/
+18
2023-05-10
qapi: Rewrite parsing of doc comment section symbols and tags
Markus Armbruster
1
-28
/
+27
2023-05-09
qapi: Fix argument description indentation stripping
Markus Armbruster
1
-9
/
+11
2023-05-09
qapi: Fix crash on stray double quote character
Markus Armbruster
1
-1
/
+1
2023-04-26
qapi: allow unions to contain further unions
Daniel P. Berrangé
1
-3
/
+3
2023-04-26
qapi: Improve specificity of type/member descriptions
Markus Armbruster
1
-2
/
+7
2023-04-24
qapi: Require boxed for conditional command and event arguments
Markus Armbruster
3
-0
/
+16
2023-04-24
qapi: Fix code generated for optional conditional struct member
Markus Armbruster
1
-0
/
+2
2023-04-24
qapi: Fix to reject 'data': 'mumble' in struct
Markus Armbruster
1
-9
/
+15
2023-04-24
qapi: Fix error message when type name or array is expected
Markus Armbruster
1
-8
/
+7
2023-04-24
qapi: Simplify code a bit after previous commits
Markus Armbruster
1
-11
/
+3
2023-04-24
qapi: Improve error message for unexpected array types
Markus Armbruster
1
-6
/
+0
2023-04-24
qapi: Split up check_type()
Markus Armbruster
1
-46
/
+64
2023-04-24
qapi: Clean up after removal of simple unions
Markus Armbruster
1
-1
/
+1
2023-04-24
qapi/schema: Use super()
Markus Armbruster
1
-1
/
+1
2023-04-24
qapi: Fix error message format regression
Markus Armbruster
1
-1
/
+1
2023-04-20
qapi-gen: mark coroutine QMP command functions as coroutine_fn
Paolo Bonzini
1
-12
/
+21
2023-02-23
qapi: remove JSON value FIXME
John Snow
1
-4
/
+0
2023-02-23
qapi: remove _JSONObject
John Snow
2
-13
/
+5
2023-02-23
qapi/parser: add QAPIExpression type
John Snow
3
-100
/
+100
2023-02-23
qapi: Add minor typing workaround for 3.6
John Snow
1
-3
/
+2
2023-02-23
qapi: update pylint configuration
John Snow
1
-0
/
+1
[next]