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
/
commands.py
Age
Commit message (
Expand
)
Author
2021-10-29
qapi: Generalize command policy checking
Markus Armbruster
2021-10-29
qapi: Eliminate QCO_NO_OPTIONS for a slight simplification
Markus Armbruster
2021-08-26
qapi: wrap Sequence[str] in an object
Marc-André Lureau
2021-03-19
qapi: Implement deprecated-input=reject for QMP command arguments
Markus Armbruster
2021-03-19
qapi: Implement deprecated-input=reject for QMP commands
Markus Armbruster
2021-03-19
qapi: Implement deprecated-output=hide for QMP command results
Markus Armbruster
2021-02-18
qapi: Replace List[str] with Sequence[str] for ifcond
John Snow
2021-02-08
qapi: type 'info' as Optional[QAPISourceInfo]
John Snow
2021-02-08
qapi/commands: Simplify command registry generation
Markus Armbruster
2021-02-08
qapi/gen: Combine ._add_[user|system]_module
Markus Armbruster
2021-02-08
qapi: use explicitly internal module names
John Snow
2021-02-08
qapi/commands: assert arg_type is not None
John Snow
2020-10-10
qapi/commands.py: add type hint annotations
John Snow
2020-10-10
qapi/commands.py: Don't re-bind to variable of different type
John Snow
2020-10-10
qapi/common.py: move build_params into gen.py
John Snow
2020-10-10
qapi: delint using flake8
John Snow
2020-10-10
qapi: Remove wildcard includes
John Snow
2020-10-10
qapi: Prefer explicit relative imports
John Snow
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-07-10
qapi: Smooth visitor error checking in generated code
Markus Armbruster
2020-04-30
qapi: Generate simpler marshalling code when no arguments
Markus Armbruster
2020-04-30
qapi: Disallow qmp_marshal_FOO(NULL, ...)
Markus Armbruster
2020-03-17
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
2020-03-05
qapi: Brush off some (py)lint
Markus Armbruster
2020-03-05
qapi: Use super() now we have Python 3
Markus Armbruster
2020-01-14
qapi: Simplify QAPISchemaModularCVisitor
Markus Armbruster
2020-01-14
qapi: Generate command registration stuff into separate files
Markus Armbruster
2019-10-22
qapi: Add feature flags to commands
Peter Krempa
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-09-24
qapi: Permit 'boxed' with empty type
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-05
qapi: Pass file name to QAPIGen constructor instead of methods
Markus Armbruster
2019-02-18
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
2018-07-03
qapi/commands: add #if conditions to commands
Marc-André Lureau
2018-07-03
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-05-30
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
2018-03-19
qapi: introduce new cmd option "allow-oob"
Peter Xu
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
qapi: Generate separate .h, .c for each module
Markus Armbruster
2018-03-02
qapi: Make code-generating visitors use QAPIGen more
Markus Armbruster
2018-03-02
qapi: Rename generated qmp-marshal.c to qmp-commands.c
Markus Armbruster
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster