index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
introspect.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: linter fixups
John Snow
2024-07-06
1
-4
/
+4
*
qapi: Rename visitor parameter @variants to @alternatives
Markus Armbruster
2024-05-06
1
-2
/
+2
*
qapi: Rename visitor parameter @variants to @branches
Markus Armbruster
2024-05-06
1
-4
/
+4
*
qapi: New QAPISchemaBranches, QAPISchemaAlternatives
Markus Armbruster
2024-05-06
1
-3
/
+4
*
qapi: Assert built-in types exist
Markus Armbruster
2024-04-24
1
-2
/
+6
*
qapi: Add feature flags to enum members
Markus Armbruster
2021-10-27
1
-2
/
+3
*
qapi: Enable enum member introspection to show more than name
Markus Armbruster
2021-10-27
1
-4
/
+14
*
qapi: Simplify QAPISchemaIfCond's interface for generating C
Markus Armbruster
2021-09-03
1
-8
/
+3
*
qapi: introduce QAPISchemaIfCond.cgen()
Marc-André Lureau
2021-08-26
1
-2
/
+2
*
qapi: add QAPISchemaIfCond.is_present()
Marc-André Lureau
2021-08-26
1
-2
/
+2
*
qapi: wrap Sequence[str] in an object
Marc-André Lureau
2021-08-26
1
-15
/
+15
*
qapi/introspect.py: set _gen_tree's default ifcond argument to ()
John Snow
2021-02-18
1
-2
/
+2
*
qapi/introspect.py: Type _gen_tree variants as Sequence[str]
John Snow
2021-02-18
1
-4
/
+4
*
qapi/introspect.py: Update copyright and authors list
John Snow
2021-02-18
1
-1
/
+2
*
qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlit
John Snow
2021-02-18
1
-0
/
+20
*
qapi/introspect.py: add type hint annotations
John Snow
2021-02-18
1
-33
/
+92
*
qapi/introspect.py: remove _gen_variants helper
John Snow
2021-02-18
1
-7
/
+2
*
qapi/introspect.py: improve readability of _tree_to_qlit
John Snow
2021-02-18
1
-15
/
+18
*
qapi/introspect.py: improve _tree_to_qlit error message
John Snow
2021-02-18
1
-1
/
+3
*
qapi/introspect.py: create a typed 'Annotated' data strutcure
John Snow
2021-02-18
1
-33
/
+45
*
qapi/introspect.py: Introduce preliminary tree typing
John Snow
2021-02-18
1
-1
/
+30
*
qapi/introspect.py: Always define all 'extra' dict keys
John Snow
2021-02-18
1
-5
/
+4
*
qapi/introspect.py: replace 'extra' dict with 'comment' argument
John Snow
2021-02-18
1
-6
/
+9
*
qapi/introspect.py: Unify return type of _make_tree()
John Snow
2021-02-18
1
-3
/
+1
*
qapi/introspect.py: guard against ifcond/comment misuse
John Snow
2021-02-18
1
-2
/
+9
*
qapi/introspect.py: add _gen_features helper
John Snow
2021-02-18
1
-8
/
+12
*
qapi/introspect.py: use _make_tree for features nodes
John Snow
2021-02-18
1
-1
/
+3
*
qapi/introspect.py: assert schema is not None
John Snow
2021-02-18
1
-0
/
+5
*
qapi: enforce import order/styling with isort
John Snow
2020-10-10
1
-2
/
+5
*
qapi: Remove wildcard includes
John Snow
2020-10-10
1
-1
/
+6
*
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
-1
/
+1
*
qapi: Add feature flags to struct members
Markus Armbruster
2020-03-17
1
-1
/
+1
*
qapi/introspect: Factor out _make_tree()
Markus Armbruster
2020-03-17
1
-20
/
+24
*
qapi/introspect: Rename *qlit* to reduce confusion
Markus Armbruster
2020-03-17
1
-17
/
+18
*
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
2020-03-17
1
-5
/
+5
*
qapi: Add feature flags to remaining definitions
Markus Armbruster
2020-03-17
1
-17
/
+14
*
qapi: Brush off some (py)lint
Markus Armbruster
2020-03-05
1
-2
/
+0
*
qapi: Use super() now we have Python 3
Markus Armbruster
2020-03-05
1
-2
/
+2
*
qapi: Add feature flags to commands
Peter Krempa
2019-10-22
1
-1
/
+6
*
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-10-22
1
-0
/
+5
*
qapi: Add feature flags to struct types
Kevin Wolf
2019-06-12
1
-1
/
+5
*
qapi: Add #if conditions to generated code members
Marc-André Lureau
2018-12-14
1
-4
/
+10
*
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau
2018-12-13
1
-2
/
+3
*
qapi: Add comments to aid debugging generated introspection
Eric Blake
2018-08-28
1
-6
/
+21
*
qapi: Minor introspect.py cleanups
Eric Blake
2018-08-28
1
-4
/
+3
*
qapi: Make 'allow-oob' optional in SchemaInfoCommand
Markus Armbruster
2018-07-23
1
-5
/
+5
*
qapi: Do not expose "allow-preconfig" in query-qmp-schema
Markus Armbruster
2018-07-16
1
-2
/
+2
*
qapi-introspect: add preprocessor conditions to generated QLit
Marc-André Lureau
2018-07-03
1
-10
/
+21
*
qapi-introspect: modify to_qlit() to append ',' on level > 0
Marc-André Lureau
2018-07-03
1
-1
/
+3
[next]