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
/
test-qapi.py
Age
Commit message (
Expand
)
Author
2024-05-06
qapi: Rename visitor parameter @variants to @alternatives
Markus Armbruster
2024-05-06
qapi: Rename visitor parameter @variants to @branches
Markus Armbruster
2024-02-26
qapi: Rename QAPIDoc.Section.name to .tag
Markus Armbruster
2023-11-13
tests/qapi-schema: Tidy up pylint warnings and advice
Markus Armbruster
2023-04-25
qapi: support updating expected test output via make
Daniel P. Berrangé
2021-10-27
qapi: Add feature flags to enum members
Markus Armbruster
2021-09-27
tests/qapi-schema: Make test-qapi.py -u work when files are absent
Markus Armbruster
2021-09-27
tests/qapi-schema: Use Python OSError instead of outmoded IOError
Markus Armbruster
2021-09-03
tests/qapi-schema: Hide OrderedDict in test output
Markus Armbruster
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-05-20
qapi/parser: Don't try to handle file errors
John Snow
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-03-17
qapi: Add feature flags to struct members
Markus Armbruster
2020-03-17
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
2020-03-17
qapi: Add feature flags to remaining definitions
Markus Armbruster
2020-03-05
qapi: Drop conditionals for Python 2
Markus Armbruster
2020-02-07
drop "from __future__ import print_function"
Paolo Bonzini
2020-02-07
tests: Explicit usage of Python 3
Philippe Mathieu-Daudé
2019-10-29
tests/qapi-schema: Fix feature documentation testing
Markus Armbruster
2019-10-22
tests: qapi: Test 'features' of commands
Peter Krempa
2019-10-22
qapi: Add feature flags to commands
Peter Krempa
2019-10-22
tests/qapi-schema: Tidy up test output indentation
Markus Armbruster
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-10-22
qapi: Speed up frontend tests
Markus Armbruster
2019-06-12
tests/qapi-schema: Test for good feature lists in structs
Kevin Wolf
2019-06-12
qapi: Add feature flags to struct types
Kevin Wolf
2019-03-05
tests/qapi-schema: Make test-qapi.py print arrays
Markus Armbruster
2018-12-13
qapi: add 'if' to union members
Marc-André Lureau
2018-12-13
qapi: Add 'if' to implicit struct members
Marc-André Lureau
2018-12-13
qapi: add 'if' to enum members
Marc-André Lureau
2018-12-13
tests: print enum type members more like object type members
Marc-André Lureau
2018-12-13
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau
2018-08-15
qapi: Fix some pycodestyle-3 complaints
Markus Armbruster
2018-07-03
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-05-30
tests: qapi-schema tests for allow-preconfig
Igor Mammedov
2018-05-30
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
2018-03-27
tests: let qapi-schema tests detect oob
Peter Xu
2018-03-19
qapi: introduce new cmd option "allow-oob"
Peter Xu
2018-03-02
qapi: Record 'include' directives in intermediate representation
Markus Armbruster
2018-03-02
qapi: Lift error reporting from QAPISchema.__init__() to callers
Markus Armbruster
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster
2018-02-05
qapi: use items()/values() intead of iteritems()/itervalues()
Daniel P. Berrange
2018-02-05
qapi: convert to use python print function instead of statement
Daniel P. Berrange
2017-12-20
qapi: Simplify representation of QAPIDoc section text
Markus Armbruster
2017-03-21
tests/qapi-schema: Make test-qapi.py print docs again
Markus Armbruster
2017-03-16
qapi: Back out doc comments added just to please qapi.py
Markus Armbruster
2017-01-16
qapi: add qapi2texi script
Marc-André Lureau
2016-07-19
qapi: Plumb in 'boxed' to qapi generator lower levels
Eric Blake
2016-07-19
qapi: Hide tag_name data member of variants
Eric Blake
[next]