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
/
tests
/
qapi-schema
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests/qapi-schema: Bury dead test case doc-non-first-section
Markus Armbruster
2025-07-29
3
-7
/
+0
*
qapi: lift restriction on using '=' in doc blocks
John Snow
2025-07-14
4
-12
/
+0
*
docs/sphinx: remove special parsing for freeform sections
John Snow
2025-07-14
2
-6
/
+14
*
docs/sphinx: remove legacy QAPI manual generator
John Snow
2025-07-14
1
-188
/
+86
*
docs/sphinx/qmp_lexer: Generalize elision syntax
Markus Armbruster
2025-04-08
3
-3
/
+3
*
qapi: clean up encoding of section kinds
John Snow
2025-03-11
2
-6
/
+6
*
qapi: Eliminate OrderedDict
Markus Armbruster
2025-03-06
1
-10
/
+1
*
docs/qapidoc: support header-less freeform sections
John Snow
2025-03-04
2
-0
/
+7
*
qapi: expose all schema features to code
Daniel P. Berrangé
2025-02-10
4
-0
/
+16
*
tests/qapi-schema: Drop temporary 'prefix'
Markus Armbruster
2024-09-10
2
-2
/
+0
*
qapi: Smarter camel_to_upper() to reduce need for 'prefix'
Markus Armbruster
2024-09-10
9
-8
/
+2
*
qapi: remove "Example" doc section
John Snow
2024-07-17
3
-28
/
+40
*
qapi/parser: don't parse rST markup as section headers
John Snow
2024-07-06
3
-0
/
+9
*
qapi: convert "Note" sections to plain rST
John Snow
2024-07-06
6
-15
/
+13
*
qapi/parser: fix comment parsing immediately following a doc block
John Snow
2024-07-06
1
-0
/
+2
*
qapi/parser: preserve indentation in QAPIDoc sections
John Snow
2024-07-06
1
-16
/
+16
*
qapi: Rename visitor parameter @variants to @alternatives
Markus Armbruster
2024-05-06
1
-2
/
+3
*
qapi: Rename visitor parameter @variants to @branches
Markus Armbruster
2024-05-06
1
-2
/
+2
*
qapi: Reject "Returns" section when command doesn't return anything
Markus Armbruster
2024-03-04
4
-0
/
+9
*
qapi: New documentation section tag "Errors"
Markus Armbruster
2024-03-04
3
-0
/
+10
*
qapi: Slightly clearer error message for invalid "Returns" section
Markus Armbruster
2024-03-04
1
-1
/
+1
*
qapi: Divorce QAPIDoc from QAPIParseError
Markus Armbruster
2024-02-26
4
-4
/
+4
*
qapi: Reject multiple and empty feature descriptions
Markus Armbruster
2024-02-26
4
-39
/
+2
*
qapi: Merge adjacent untagged sections
Markus Armbruster
2024-02-26
1
-2
/
+0
*
qapi: Recognize section tags and 'Features:' only after blank line
Markus Armbruster
2024-02-26
7
-3
/
+15
*
qapi: Require descriptions and tagged sections to be indented
Markus Armbruster
2024-02-26
1
-6
/
+6
*
qapi: Reject section heading in the middle of a doc comment
Markus Armbruster
2024-02-26
4
-1
/
+10
*
qapi: Rename QAPIDoc.Section.name to .tag
Markus Armbruster
2024-02-26
1
-1
/
+1
*
qapi: Improve error message for empty doc sections
Markus Armbruster
2024-02-26
1
-1
/
+1
*
qapi: Improve error position for bogus invalid "Returns" section
Markus Armbruster
2024-02-26
1
-1
/
+1
*
qapi: Improve error position for bogus argument descriptions
Markus Armbruster
2024-02-26
7
-7
/
+7
*
tests/qapi-schema: Cover 'Features:' not followed by descriptions
Markus Armbruster
2024-02-26
4
-0
/
+30
*
tests/qapi-schema: Cover duplicate 'Features:' line
Markus Armbruster
2024-02-26
4
-0
/
+34
*
tests/qapi-schema: Fix test 'QAPI rST doc'
Markus Armbruster
2024-02-26
2
-16
/
+15
*
qapi: Require member documentation (with loophole)
Markus Armbruster
2024-02-12
2
-1
/
+5
*
qapi: Indent tagged doc comment sections properly
Markus Armbruster
2024-02-12
2
-6
/
+6
*
tests/qapi-schema: Tidy up pylint warnings and advice
Markus Armbruster
2023-11-13
1
-5
/
+4
*
tests/: spelling fixes
Michael Tokarev
2023-09-08
1
-1
/
+1
*
qapi: Improve error message for description following section
Markus Armbruster
2023-05-22
1
-1
/
+1
*
qapi: Relax doc string @name: description indentation rules
Markus Armbruster
2023-05-10
4
-4
/
+7
*
qapi: Fix argument description indentation stripping
Markus Armbruster
2023-05-09
1
-1
/
+1
*
tests/qapi-schema/doc-good: Improve argument description tests
Markus Armbruster
2023-05-09
2
-13
/
+18
*
tests/qapi-schema/doc-good: Improve a comment
Markus Armbruster
2023-05-09
2
-1
/
+5
*
qapi: allow unions to contain further unions
Daniel P. Berrangé
2023-04-26
9
-0
/
+126
*
qapi: support updating expected test output via make
Daniel P. Berrangé
2023-04-25
1
-0
/
+1
*
qapi: Require boxed for conditional command and event arguments
Markus Armbruster
2023-04-24
12
-19
/
+30
*
tests/qapi-schema: Cover optional conditional struct member
Markus Armbruster
2023-04-24
2
-1
/
+4
*
tests/qapi-schema: Clean up positive test for conditionals
Markus Armbruster
2023-04-24
2
-8
/
+6
*
tests/qapi-schema: Rename a few conditionals
Markus Armbruster
2023-04-24
2
-12
/
+12
*
tests/qapi-schema: Improve union discriminator coverage
Markus Armbruster
2023-04-24
2
-3
/
+3
[next]