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
/
tests
/
qapi-schema
Age
Commit message (
Expand
)
Author
2021-09-03
qapi: Tweak error messages for unknown / conflicting 'if' keys
Markus Armbruster
2021-09-03
qapi: Tweak error messages for missing / conflicting meta-type
Markus Armbruster
2021-09-03
tests/qapi-schema: Hide OrderedDict in test output
Markus Armbruster
2021-09-03
qapi: Use "not COND" instead of "!COND" for generated documentation
Markus Armbruster
2021-09-03
qapi: Avoid redundant parens in code generated for conditionals
Markus Armbruster
2021-09-03
qapi: Fix C code generation for 'if'
Markus Armbruster
2021-09-03
tests/qapi-schema: Demonstrate broken C code for 'if'
Markus Armbruster
2021-09-03
tests/qapi-schema: Correct two 'if' conditionals
Markus Armbruster
2021-08-26
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau
2021-08-26
qapi: add 'not' condition operation
Marc-André Lureau
2021-08-26
qapi: add 'any' condition
Marc-André Lureau
2021-08-26
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau
2021-08-26
qapi: add QAPISchemaIfCond.is_present()
Marc-André Lureau
2021-08-26
qapi: wrap Sequence[str] in an object
Marc-André Lureau
2021-08-26
qapi: Fix crash on redefinition with a different condition
Markus Armbruster
2021-07-15
qapi: Fix crash on missing enum member name
Markus Armbruster
2021-06-02
docs: fix references to docs/devel/build-system.rst
Stefano Garzarella
2021-05-20
qapi/parser: Fix token membership tests when token can be None
John Snow
2021-05-20
qapi/parser: enforce all top-level expressions must be dict in _parse()
John Snow
2021-05-20
qapi: Add test for nonexistent schema file
John Snow
2021-05-20
qapi/parser: Don't try to handle file errors
John Snow
2021-04-30
qapi/expr.py: Check type of union and alternate 'data' member
John Snow
2021-03-23
qapi: Enforce union and alternate branch naming rules
Markus Armbruster
2021-03-23
qapi: Enforce enum member naming rules
Markus Armbruster
2021-03-23
qapi: Enforce struct member naming rules
Markus Armbruster
2021-03-23
tests/qapi-schema: Switch member name clash test to struct
Markus Armbruster
2021-03-23
qapi: Enforce command naming rules
Markus Armbruster
2021-03-23
qapi: Prepare for rejecting underscore in command and member names
Markus Armbruster
2021-03-23
qapi: Rename pragma *-whitelist to *-exceptions
Markus Armbruster
2021-03-23
tests/qapi-schema: Rename returns-whitelist to returns-bad-type
Markus Armbruster
2021-03-23
tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*
Markus Armbruster
2021-03-23
tests/qapi-schema: Rename redefined-builtin to redefined-predefined
Markus Armbruster
2021-03-23
qapi: Enforce type naming rules
Markus Armbruster
2021-03-23
qapi: Enforce event naming rules
Markus Armbruster
2021-03-23
qapi: Fix to reject optional members with reserved names
Markus Armbruster
2021-03-23
tests/qapi-schema: Tweak to demonstrate buggy member name check
Markus Armbruster
2021-03-23
tests/qapi-schema: Drop TODO comment on simple unions
Markus Armbruster
2021-03-23
tests/qapi-schema: Belatedly update comment on alternate clash
Markus Armbruster
2021-03-23
tests/qapi-schema: Rework comments on longhand member definitions
Markus Armbruster
2021-03-23
tests/qapi-schema: Drop redundant flat-union-inline test
Markus Armbruster
2021-03-19
qapi: Implement deprecated-output=hide for QMP event data
Markus Armbruster
2021-03-19
qapi: Implement deprecated-output=hide for QMP command results
Markus Armbruster
2021-03-05
qapi: Fix parse errors for removal of null from schema language
Markus Armbruster
2021-02-08
qapi: use './builtin' as the built-in module name
John Snow
2020-10-17
meson: move SPHINX_ARGS references within "if build_docs"
Paolo Bonzini
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-09-29
scripts/qapi: Remove texinfo generation support
Peter Maydell
2020-09-29
tests/qapi-schema: Add test of the rST QAPI doc-comment output
Peter Maydell
2020-09-29
tests/qapi-schema: Convert doc-good.json to rST-style strong/emphasis
Peter Maydell
2020-09-29
scripts/qapi/parser.py: improve doc comment indent handling
Peter Maydell
[next]