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
/
scripts
/
qapi.py
Age
Commit message (
Expand
)
Author
2018-02-05
qapi: ensure stable sort ordering when checking QAPI entities
Daniel P. Berrange
2018-02-05
qapi: Adapt to moved location of 'maketrans' function in py3
Daniel P. Berrange
2018-02-05
qapi: adapt to moved location of StringIO module in py3
Daniel P. Berrange
2018-02-05
qapi: Use OrderedDict from standard library if available
Daniel P. Berrange
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: Rename QAPIDoc.parser, .section to ._parser, ._section
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
qapi: Make cur_doc local to QAPISchemaParser.__init__()
Markus Armbruster
2017-12-20
qapi: Eliminate QAPISchemaParser.__init__()'s local fname
Markus Armbruster
2017-12-20
qapi: Stop rejecting #optional
Markus Armbruster
2017-09-04
qapi: drop the sentinel in enum array
Marc-André Lureau
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
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-07-12
scripts: use build_ prefix for string not piped through cgen()
Marc-André Lureau
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-05-31
qapi: Reject alternates that can't work with keyval_parse()
Markus Armbruster
2017-03-21
qapi: Drop unused QAPIDoc member optional
Markus Armbruster
2017-03-16
qapi: Fix a misleading parser error message
Markus Armbruster
2017-03-16
qapi: Make pylint a bit happier
Markus Armbruster
2017-03-16
qapi: Drop unused .check_clash() parameter schema
Markus Armbruster
2017-03-16
qapi: union_types is a list used like a dict, make it one
Markus Armbruster
2017-03-16
qapi: struct_types is a list used like a dict, make it one
Markus Armbruster
2017-03-16
qapi: enum_types is a list used like a dict, make it one
Markus Armbruster
2017-03-16
qapi: Factor add_name() calls out of the meta conditional
Markus Armbruster
2017-03-16
qapi: Simplify what gets stored in enum_types
Markus Armbruster
2017-03-16
qapi: Drop unused variable events
Markus Armbruster
2017-03-16
qapi: Eliminate check_docs() and drop QAPIDoc.expr
Markus Armbruster
2017-03-16
qapi: Fix detection of bogus member documentation
Markus Armbruster
2017-03-16
qapi: Move empty doc section checking to doc parser
Markus Armbruster
2017-03-16
qapi: Improve error message on @NAME: in free-form doc
Markus Armbruster
2017-03-16
qapi: Move detection of doc / expression name mismatch
Markus Armbruster
2017-03-16
qapi: Fix detection of doc / expression mismatch
Markus Armbruster
2017-03-16
qapi2texi: Include member type in generated documentation
Markus Armbruster
2017-03-16
qapi: Prefer single-quoted strings more consistently
Markus Armbruster
2017-03-16
qapi: Use raw strings for regular expressions consistently
Markus Armbruster
2017-03-16
qapi: The #optional tag is redundant, drop
Markus Armbruster
2017-03-16
qapi: Conjure up QAPIDoc.ArgSection for undocumented members
Markus Armbruster
2017-03-16
qapi: Prepare for requiring more complete documentation
Markus Armbruster
2017-03-16
qapi: Fix QAPISchemaEnumType.is_implicit() for 'QType'
Markus Armbruster
2017-03-16
qapi: Avoid unwanted blank lines in QAPIDoc
Markus Armbruster
2017-03-16
qapi: Fix to reject empty union base gracefully
Markus Armbruster
2017-03-16
qapi: Have each QAPI schema declare its name rule violations
Markus Armbruster
2017-03-16
qapi: Have each QAPI schema declare its returns white-list
Markus Armbruster
2017-03-16
qapi: Make doc comments optional where we don't need them
Markus Armbruster
2017-03-16
qapi: Factor QAPISchemaParser._include() out of .__init__()
Markus Armbruster
2017-01-16
qapi: add qapi2texi script
Marc-André Lureau
[next]