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
Age
Commit message (
Expand
)
Author
2018-12-14
qapi: add condition to variants documentation
Marc-André Lureau
2018-12-14
qapi: add 'If:' condition to struct members documentation
Marc-André Lureau
2018-12-14
qapi: add 'If:' condition to enum values documentation
Marc-André Lureau
2018-12-13
qapi: add 'if' to alternate members
Marc-André Lureau
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 a dictionary form for TYPE
Marc-André Lureau
2018-12-13
qapi: add 'if' to enum members
Marc-André Lureau
2018-12-13
qapi: add a dictionary form with 'name' key for enum members
Marc-André Lureau
2018-12-13
qapi: improve reporting of unknown or missing keys
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-12-13
tests/qapi: Cover commands with 'if' and union / alternate 'data'
Marc-André Lureau
2018-08-31
tests: add a qmp success-response test
Marc-André Lureau
2018-08-15
qapi: Fix some pycodestyle-3 complaints
Markus Armbruster
2018-07-05
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...
Peter Maydell
2018-07-03
qapi: add 'If:' section to generated documentation
Marc-André Lureau
2018-07-03
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-07-03
qapi: add 'if' to top-level expressions
Marc-André Lureau
2018-07-03
qmp: Say "out-of-band" instead of "Out-Of-Band"
Markus Armbruster
2018-06-22
qapi: allow empty branches in flat unions
Anton Nefedov
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: add oob-test for qapi-schema
Peter Xu
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: Generate in source order
Markus Armbruster
2018-03-02
qapi: Lift error reporting from QAPISchema.__init__() to callers
Markus Armbruster
2018-03-02
qapi: Improve include file name reporting in error messages
Markus Armbruster
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster
2018-03-02
qapi: Streamline boilerplate comment generation
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
qapi2texi: Simplify representation of section text
Markus Armbruster
2017-12-20
qapi: Simplify representation of QAPIDoc section text
Markus Armbruster
2017-12-20
qapi: Unify representation of doc section without name
Markus Armbruster
2017-12-20
tests/qapi-schema/doc-bad-section: New, factored out of doc-good
Markus Armbruster
2017-09-01
qapi: Fix error handling code on alternate conflict
Eduardo Habkost
2017-07-24
qapi: Introduce a first class 'null' type
Markus Armbruster
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-06-19
tests: Remove test cases for alternates of 'number' and 'int'
Marc-André Lureau
2017-05-31
qapi: Reject alternates that can't work with keyval_parse()
Markus Armbruster
2017-05-31
tests/qapi-schema: Avoid 'str' in alternate test cases
Markus Armbruster
2017-03-21
qapi2texi: Fix translation of *strong* and _emphasized_
Markus Armbruster
2017-03-21
tests/qapi-schema: Systematic positive doc comment tests
Markus Armbruster
2017-03-21
tests/qapi-schema: Make test-qapi.py print docs again
Markus Armbruster
2017-03-16
qapi: Fix a misleading parser error message
Markus Armbruster
2017-03-16
qapi: Fix detection of bogus member documentation
Markus Armbruster
2017-03-16
tests/qapi-schema: Improve coverage of bogus member docs
Markus Armbruster
[next]