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
/
visit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Replace List[str] with Sequence[str] for ifcond
John Snow
2021-02-18
1
-5
/
+5
*
qapi: type 'info' as Optional[QAPISourceInfo]
John Snow
2021-02-08
1
-2
/
+2
*
qapi/gen: Replace ._begin_system_module()
Markus Armbruster
2021-02-08
1
-1
/
+1
*
qapi/visit.py: add type hint annotations
John Snow
2020-10-10
1
-17
/
+56
*
qapi/visit.py: remove unused parameters from gen_visit_object
John Snow
2020-10-10
1
-2
/
+2
*
qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
John Snow
2020-10-10
1
-5
/
+7
*
qapi/common.py: Add indent manager
John Snow
2020-10-10
1
-4
/
+3
*
qapi: delint using flake8
John Snow
2020-10-10
1
-5
/
+11
*
qapi: Remove wildcard includes
John Snow
2020-10-10
1
-1
/
+9
*
qapi: Prefer explicit relative imports
John Snow
2020-10-10
1
-3
/
+3
*
qapi: Fix visit_type_STRUCT() not to fail for null object
Markus Armbruster
2020-07-21
1
-0
/
+1
*
qapi: Smooth visitor error checking in generated code
Markus Armbruster
2020-07-10
1
-34
/
+23
*
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
2020-07-10
1
-34
/
+24
*
qapi: Assert non-input visitors see only valid alternate tags
Markus Armbruster
2020-04-30
1
-0
/
+1
*
qapi: Clean up visitor's recovery from input with invalid type
Markus Armbruster
2020-04-30
1
-0
/
+3
*
qapi: Assert incomplete object occurs only in dealloc visitor
Markus Armbruster
2020-04-30
1
-0
/
+4
*
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
2020-03-17
1
-2
/
+2
*
qapi: Add feature flags to remaining definitions
Markus Armbruster
2020-03-17
1
-2
/
+2
*
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
-4
/
+4
*
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-10-22
1
-0
/
+2
*
qapi: Add feature flags to struct types
Kevin Wolf
2019-06-12
1
-1
/
+2
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-2
/
+0
*
qapi: Prepare for system modules other than 'builtin'
Markus Armbruster
2019-02-18
1
-1
/
+1
*
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
2019-02-18
1
-1
/
+1
*
qapi: Add #if conditions to generated code members
Marc-André Lureau
2018-12-14
1
-0
/
+6
*
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau
2018-12-13
1
-1
/
+1
*
qapi: Fix some pycodestyle-3 complaints
Markus Armbruster
2018-08-15
1
-1
/
+1
*
qapi-types: add #if conditions to types & visitors
Markus Armbruster
2018-07-03
1
-14
/
+19
*
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-07-03
1
-4
/
+4
*
qapi: allow empty branches in flat unions
Anton Nefedov
2018-06-22
1
-5
/
+14
*
qapi/visit: remove useless prefix argument
Marc-André Lureau
2018-06-22
1
-1
/
+1
*
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
1
-3
/
+3
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-4
/
+6
*
qapi/types qapi/visit: Generate built-in stuff into separate files
Markus Armbruster
2018-03-02
1
-37
/
+27
*
qapi: Make code-generating visitors use QAPIGen more
Markus Armbruster
2018-03-02
1
-47
/
+35
*
qapi-gen: New common driver for code and doc generators
Markus Armbruster
2018-03-02
1
-0
/
+353