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
*
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
*
qapi: Fix to reject 'data': 'mumble' in struct
Markus Armbruster
2023-04-24
4
-0
/
+5
*
qapi: Fix error message when type name or array is expected
Markus Armbruster
2023-04-24
4
-4
/
+4
*
qapi: Improve error message for unexpected array types
Markus Armbruster
2023-04-24
2
-2
/
+2
*
meson: replace Perl usage with Python
Marc-André Lureau
2023-02-02
1
-3
/
+4
*
tests/qapi-schema: remove Meson workaround
Paolo Bonzini
2023-01-06
1
-5
/
+1
*
meson: remove dead assignments
Paolo Bonzini
2022-09-01
1
-12
/
+12
*
qapi-schema: test: add a unit test for parsing array alternates
Paolo Bonzini
2022-04-21
2
-0
/
+5
*
qapi-schema: test: add a qapi-schema-test for array alternates
Paolo Bonzini
2022-04-21
4
-0
/
+9
*
qapi-schema: support alternates with array type
Paolo Bonzini
2022-04-21
3
-4
/
+18
*
meson: drop sphinx_extn_depends
Marc-André Lureau
2021-11-08
1
-1
/
+0
*
tests/qapi-schema/meson: add depfile to sphinx doc
Marc-André Lureau
2021-11-08
1
-0
/
+3
*
qapi: New special feature flag "unstable"
Markus Armbruster
2021-10-29
2
-2
/
+10
*
qapi: Add feature flags to enum members
Markus Armbruster
2021-10-27
7
-3
/
+15
*
meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2
Paolo Bonzini
2021-10-05
1
-2
/
+2
*
qapi/parser: remove FIXME comment from _append_body_line
John Snow
2021-10-02
1
-1
/
+1
*
qapi: Add spaces after symbol declaration for consistency
John Snow
2021-10-02
1
-0
/
+8
*
qapi/parser: fix unused check_args_section arguments
John Snow
2021-10-02
1
-1
/
+1
*
tests/qapi-schema: Make test-qapi.py -u work when files are absent
Markus Armbruster
2021-09-27
1
-3
/
+13
[next]