index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qapi-schema
/
test-qapi.py
Age
Commit message (
Expand
)
Author
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
2015-09-21
tests/qapi-schema: Convert test harness to QAPISchemaVisitor
Markus Armbruster
2015-09-21
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
2014-05-08
qapi: Use an explicit input file
Lluís Vilanova
2014-05-08
qapi: [trivial] Do not catch unknown exceptions in "test-qapi.py"
Lluís Vilanova
2013-07-29
qapi.py: Decent syntax error reporting
Markus Armbruster
2013-07-29
tests: QAPI schema parser tests
Markus Armbruster