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
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