index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
visit.py
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-10
qapi/visit.py: add type hint annotations
John Snow
1
-17
/
+56
2020-10-10
qapi/visit.py: remove unused parameters from gen_visit_object
John Snow
1
-2
/
+2
2020-10-10
qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
John Snow
1
-5
/
+7
2020-10-10
qapi/common.py: Add indent manager
John Snow
1
-4
/
+3
2020-10-10
qapi: delint using flake8
John Snow
1
-5
/
+11
2020-10-10
qapi: Remove wildcard includes
John Snow
1
-1
/
+9
2020-10-10
qapi: Prefer explicit relative imports
John Snow
1
-3
/
+3
2020-07-21
qapi: Fix visit_type_STRUCT() not to fail for null object
Markus Armbruster
1
-0
/
+1
2020-07-10
qapi: Smooth visitor error checking in generated code
Markus Armbruster
1
-34
/
+23
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
1
-34
/
+24
2020-04-30
qapi: Assert non-input visitors see only valid alternate tags
Markus Armbruster
1
-0
/
+1
2020-04-30
qapi: Clean up visitor's recovery from input with invalid type
Markus Armbruster
1
-0
/
+3
2020-04-30
qapi: Assert incomplete object occurs only in dealloc visitor
Markus Armbruster
1
-0
/
+4
2020-03-17
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
1
-2
/
+2
2020-03-17
qapi: Add feature flags to remaining definitions
Markus Armbruster
1
-2
/
+2
2020-03-05
qapi: Use super() now we have Python 3
Markus Armbruster
1
-2
/
+2
2020-01-14
qapi: Simplify QAPISchemaModularCVisitor
Markus Armbruster
1
-4
/
+4
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster
1
-0
/
+2
2019-06-12
qapi: Add feature flags to struct types
Kevin Wolf
1
-1
/
+2
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-2
/
+0
2019-02-18
qapi: Prepare for system modules other than 'builtin'
Markus Armbruster
1
-1
/
+1
2019-02-18
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
1
-1
/
+1
2018-12-14
qapi: Add #if conditions to generated code members
Marc-André Lureau
1
-0
/
+6
2018-12-13
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau
1
-1
/
+1
2018-08-15
qapi: Fix some pycodestyle-3 complaints
Markus Armbruster
1
-1
/
+1
2018-07-03
qapi-types: add #if conditions to types & visitors
Markus Armbruster
1
-14
/
+19
2018-07-03
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
1
-4
/
+4
2018-06-22
qapi: allow empty branches in flat unions
Anton Nefedov
1
-5
/
+14
2018-06-22
qapi/visit: remove useless prefix argument
Marc-André Lureau
1
-1
/
+1
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
1
-3
/
+3
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-4
/
+6
2018-03-02
qapi/types qapi/visit: Generate built-in stuff into separate files
Markus Armbruster
1
-37
/
+27
2018-03-02
qapi: Make code-generating visitors use QAPIGen more
Markus Armbruster
1
-47
/
+35
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster
1
-0
/
+353