index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
types.py
Age
Commit message (
Expand
)
Author
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/gen: Replace ._begin_system_module()
Markus Armbruster
2020-10-10
qapi/types.py: remove one-letter variables
John Snow
2020-10-10
qapi/types.py: add type hint annotations
John Snow
2020-10-10
qapi: Remove wildcard includes
John Snow
2020-10-10
qapi: Prefer explicit relative imports
John Snow
2020-09-03
qapi: enable use of g_autoptr with QAPI types
Daniel P. Berrangé
2020-03-17
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
2020-03-17
qapi: Add feature flags to remaining definitions
Markus Armbruster
2020-03-05
qapi: Use super() now we have Python 3
Markus Armbruster
2020-01-14
qapi: Simplify QAPISchemaModularCVisitor
Markus Armbruster
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-10-22
qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.py
Markus Armbruster
2019-06-12
qapi: Add feature flags to struct types
Kevin Wolf
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
2018-12-14
qapi: Add #if conditions to generated code members
Marc-André Lureau
2018-12-13
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau
2018-07-03
qapi-types: add #if conditions to types & visitors
Markus Armbruster
2018-07-03
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-06-22
qapi: allow empty branches in flat unions
Anton Nefedov
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/types qapi/visit: Generate built-in stuff into separate files
Markus Armbruster
2018-03-02
qapi: Make code-generating visitors use QAPIGen more
Markus Armbruster
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster