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
Age
Commit message (
Expand
)
Author
2019-09-24
qapi: Simplify check_keys()
Markus Armbruster
2019-09-24
qapi: Normalize 'if' in check_exprs(), like other sugar
Markus Armbruster
2019-09-24
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
Markus Armbruster
2019-09-24
qapi: Reject blank 'if' conditions in addition to empty ones
Markus Armbruster
2019-09-24
qapi: Fix broken discriminator error messages
Markus Armbruster
2019-09-24
qapi: Remove null from schema language
Markus Armbruster
2019-09-24
qapi: Improve reporting of lexical errors
Markus Armbruster
2019-09-24
qapi: Use quotes more consistently in frontend error messages
Markus Armbruster
2019-09-24
qapi: Tweak code to match docs/devel/qapi-code-gen.txt
Markus Armbruster
2019-09-24
qapi: Adjust frontend errors to say enum value, not member
Markus Armbruster
2019-09-24
qapi: Permit omitting all flat union branches
Markus Armbruster
2019-09-24
qapi: Permit alternates with just one branch
Markus Armbruster
2019-09-24
qapi: Permit 'boxed' with empty type
Markus Armbruster
2019-09-24
qapi: Drop support for escape sequences other than \\
Markus Armbruster
2019-09-24
qapi: Restrict strings to printable ASCII
Markus Armbruster
2019-09-24
qapi: Drop support for boxed alternate arguments
Markus Armbruster
2019-09-24
qapi: Drop check_type()'s redundant parameter @allow_optional
Markus Armbruster
2019-06-12
qapi: Simplify how QAPIDoc implements its state machine
Markus Armbruster
2019-06-12
qapi: Allow documentation for features
Kevin Wolf
2019-06-12
qapi: Disentangle QAPIDoc code
Kevin Wolf
2019-06-12
qapi: Add feature flags to struct types
Kevin Wolf
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-05
qapi: Fix array first used in a different module
Markus Armbruster
2019-03-05
qapi: Fix code generation for sub-modules in other directories
Markus Armbruster
2019-03-05
qapi: Pass file name to QAPIGen constructor instead of methods
Markus Armbruster
2019-02-18
Revert "qapi-events: add 'if' condition to implicit event enum"
Markus Armbruster
2019-02-18
qapi: Generate QAPIEvent stuff into separate files
Markus Armbruster
2019-02-18
qapi: Prepare for system modules other than 'builtin'
Markus Armbruster
2019-02-18
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
2019-01-24
qapi: Eliminate indirection through qmp_event_get_func_emit()
Markus Armbruster
2018-12-18
qapi: fix flat union on uncovered branches conditionals
Marc-André Lureau
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-14
qapi: Add #if conditions to generated code members
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-events: add 'if' condition to implicit event enum
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
qapi: factor out checking for keys
Marc-André Lureau
2018-12-13
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau
2018-12-13
qapi: Do not define enumeration value explicitly
Marc-André Lureau
2018-12-13
qapi: rename QAPISchemaEnumType.values to .members
Marc-André Lureau
2018-08-28
qapi: Add comments to aid debugging generated introspection
Eric Blake
2018-08-28
qapi: Minor introspect.py cleanups
Eric Blake
[next]