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
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
2017-01-16
qapi: rework qapi Exception
Marc-André Lureau
2016-07-19
qapi: Implement boxed types for commands/events
Eric Blake
2016-07-19
qapi: Plumb in 'boxed' to qapi generator lower levels
Eric Blake
2016-07-19
qapi: Drop useless gen_err_check()
Eric Blake
2016-07-19
qapi: Add type.is_empty() helper
Eric Blake
2016-07-19
qapi: Hide tag_name data member of variants
Eric Blake
2016-07-19
qapi: Special case c_name() for empty type
Eric Blake
2016-07-19
qapi: Require all branches of flat union enum to be covered
Eric Blake
2016-03-18
qapi: Use anonymous bases in QMP flat unions
Eric Blake
2016-03-18
qapi: Allow anonymous base for flat union
Eric Blake
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
qapi: Drop unused c_null()
Eric Blake
[next]