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
/
schema.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi/introspect.py: add type hint annotations
John Snow
2021-02-18
1
-1
/
+1
*
qapi: centralize the built-in module name definition
John Snow
2021-02-08
1
-5
/
+8
*
qapi: use './builtin' as the built-in module name
John Snow
2021-02-08
1
-10
/
+10
*
qapi: centralize is_[user|system|builtin]_module methods
John Snow
2021-02-08
1
-2
/
+29
*
qapi: establish mypy type-checking baseline
John Snow
2020-10-10
1
-1
/
+2
*
qapi/common.py: delint with pylint
John Snow
2020-10-10
1
-7
/
+7
*
qapi: delint using flake8
John Snow
2020-10-10
1
-3
/
+5
*
qapi: enforce import order/styling with isort
John Snow
2020-10-10
1
-1
/
+1
*
qapi: Prefer explicit relative imports
John Snow
2020-10-10
1
-4
/
+4
*
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-10-09
1
-4
/
+9
*
qapi: New special feature flag "deprecated"
Markus Armbruster
2020-03-17
1
-0
/
+6
*
qapi: Add feature flags to struct members
Markus Armbruster
2020-03-17
1
-5
/
+20
*
qapi/schema: Call QAPIDoc.connect_member() in just one place
Markus Armbruster
2020-03-17
1
-11
/
+12
*
qapi/schema: Rename QAPISchemaObjectType{Variant,Variants}
Markus Armbruster
2020-03-17
1
-11
/
+11
*
qapi/schema: Reorder classes so related ones are together
Markus Armbruster
2020-03-17
1
-134
/
+134
*
qapi/schema: Change _make_features() to a take feature list
Markus Armbruster
2020-03-17
1
-8
/
+9
*
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
2020-03-17
1
-19
/
+17
*
qapi: Add feature flags to remaining definitions
Markus Armbruster
2020-03-17
1
-43
/
+53
*
qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
Markus Armbruster
2020-03-17
1
-4
/
+9
*
qapi: Brush off some (py)lint
Markus Armbruster
2020-03-05
1
-6
/
+5
*
qapi: Use super() now we have Python 3
Markus Armbruster
2020-03-05
1
-26
/
+25
*
qapi: Inheriting from object is pointless with Python 3, drop
Markus Armbruster
2020-03-05
1
-6
/
+6
*
qapi: Fix code generation with Python 3.5
Markus Armbruster
2020-01-20
1
-1
/
+1
*
qapi: Fix code generation for empty modules
Markus Armbruster
2020-01-14
1
-11
/
+13
*
qapi: Proper intermediate representation for modules
Markus Armbruster
2020-01-14
1
-20
/
+43
*
qapi: Tweak "command returns a nice type" check for clarity
Markus Armbruster
2020-01-14
1
-4
/
+5
*
qapi: Check feature documentation against the schema
Markus Armbruster
2019-10-29
1
-0
/
+2
*
qapi: Lift features into QAPISchemaEntity
Markus Armbruster
2019-10-29
1
-21
/
+11
*
qapi: Eliminate .check_doc() overrides
Markus Armbruster
2019-10-29
1
-21
/
+2
*
qapi: Simplify ._make_implicit_object_type()
Markus Armbruster
2019-10-29
1
-7
/
+6
*
qapi: Fix doc comment checking for commands and events
Markus Armbruster
2019-10-29
1
-2
/
+22
*
qapi: Clean up doc comment checking for implicit union base
Markus Armbruster
2019-10-29
1
-11
/
+16
*
qapi: Fix enum doc comment checking
Markus Armbruster
2019-10-29
1
-0
/
+4
*
qapi: Split .connect_doc(), .check_doc() off .check()
Markus Armbruster
2019-10-29
1
-7
/
+27
*
qapi: Add feature flags to commands
Peter Krempa
2019-10-22
1
-4
/
+18
*
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-10-22
1
-0
/
+1043