index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
commands.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Replace List[str] with Sequence[str] for ifcond
John Snow
2021-02-18
1
-1
/
+2
*
qapi: type 'info' as Optional[QAPISourceInfo]
John Snow
2021-02-08
1
-1
/
+1
*
qapi/commands: Simplify command registry generation
Markus Armbruster
2021-02-08
1
-27
/
+22
*
qapi/gen: Combine ._add_[user|system]_module
Markus Armbruster
2021-02-08
1
-1
/
+1
*
qapi: use explicitly internal module names
John Snow
2021-02-08
1
-1
/
+1
*
qapi/commands: assert arg_type is not None
John Snow
2021-02-08
1
-3
/
+6
*
qapi/commands.py: add type hint annotations
John Snow
2020-10-10
1
-18
/
+56
*
qapi/commands.py: Don't re-bind to variable of different type
John Snow
2020-10-10
1
-3
/
+1
*
qapi/common.py: move build_params into gen.py
John Snow
2020-10-10
1
-2
/
+7
*
qapi: delint using flake8
John Snow
2020-10-10
1
-1
/
+2
*
qapi: Remove wildcard includes
John Snow
2020-10-10
1
-1
/
+1
*
qapi: Prefer explicit relative imports
John Snow
2020-10-10
1
-2
/
+2
*
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-10-09
1
-3
/
+7
*
qapi: Smooth visitor error checking in generated code
Markus Armbruster
2020-07-10
1
-13
/
+9
*
qapi: Generate simpler marshalling code when no arguments
Markus Armbruster
2020-04-30
1
-16
/
+24
*
qapi: Disallow qmp_marshal_FOO(NULL, ...)
Markus Armbruster
2020-04-30
1
-24
/
+2
*
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
2020-03-17
1
-3
/
+3
*
qapi: Brush off some (py)lint
Markus Armbruster
2020-03-05
1
-1
/
+1
*
qapi: Use super() now we have Python 3
Markus Armbruster
2020-03-05
1
-2
/
+2
*
qapi: Simplify QAPISchemaModularCVisitor
Markus Armbruster
2020-01-14
1
-1
/
+1
*
qapi: Generate command registration stuff into separate files
Markus Armbruster
2020-01-14
1
-4
/
+11
*
qapi: Add feature flags to commands
Peter Krempa
2019-10-22
1
-1
/
+2
*
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-10-22
1
-0
/
+1
*
qapi: Permit 'boxed' with empty type
Markus Armbruster
2019-09-24
1
-2
/
+2
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-2
/
+0
*
qapi: Pass file name to QAPIGen constructor instead of methods
Markus Armbruster
2019-03-05
1
-1
/
+1
*
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
2019-02-18
1
-1
/
+1
*
qapi/commands: add #if conditions to commands
Marc-André Lureau
2018-07-03
1
-8
/
+16
*
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-07-03
1
-1
/
+1
*
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
2018-05-30
1
-4
/
+7
*
qapi: introduce new cmd option "allow-oob"
Peter Xu
2018-03-19
1
-5
/
+13
*
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
1
-7
/
+0
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-6
/
+8
*
qapi: Generate separate .h, .c for each module
Markus Armbruster
2018-03-02
1
-11
/
+24
*
qapi: Make code-generating visitors use QAPIGen more
Markus Armbruster
2018-03-02
1
-43
/
+28
*
qapi: Rename generated qmp-marshal.c to qmp-commands.c
Markus Armbruster
2018-03-02
1
-1
/
+1
*
qapi-gen: New common driver for code and doc generators
Markus Armbruster
2018-03-02
1
-0
/
+293