index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: remove unnessary "coding" header
Paolo Bonzini
2025-10-01
5
-10
/
+0
*
qapi: Fix undocumented return values by generating something
John Snow
2025-07-14
2
-0
/
+40
*
qapi: lift restriction on using '=' in doc blocks
John Snow
2025-07-14
1
-4
/
+0
*
docs/sphinx: remove special parsing for freeform sections
John Snow
2025-07-14
1
-7
/
+0
*
qapi: delete un-needed python static analysis configs
John Snow
2025-06-05
3
-14
/
+0
*
python: add qapi static analysis tests
John Snow
2025-06-05
1
-0
/
+1
*
qapi: Add some pylint ignores
John Snow
2025-06-05
1
-0
/
+2
*
Drop support for Python 3.8
Thomas Huth
2025-04-30
1
-1
/
+1
*
scripts/qapi/backend: Clean up create_backend()'s failure mode
Markus Armbruster
2025-03-11
1
-15
/
+9
*
qapi/parser: add undocumented stub members to all_sections
John Snow
2025-03-11
1
-1
/
+16
*
qapi/source: allow multi-line QAPISourceInfo advancing
John Snow
2025-03-11
1
-2
/
+2
*
qapi/schema: add __repr__ to QAPIDoc.Section
John Snow
2025-03-11
1
-0
/
+3
*
qapi: clean up encoding of section kinds
John Snow
2025-03-11
1
-27
/
+70
*
qapi/parser: adjust info location for doc body section
John Snow
2025-03-11
1
-1
/
+5
*
qapi/introspect: Use @dataclass to simplify
Markus Armbruster
2025-03-06
1
-7
/
+5
*
qapi: Eliminate OrderedDict
Markus Armbruster
2025-03-06
2
-9
/
+7
*
qapi: pluggable backend code generators
Daniel P. Berrangé
2025-03-04
2
-35
/
+108
*
qapi: update pylintrc config
John Snow
2025-02-26
1
-0
/
+1
*
qapi: expose all schema features to code
Daniel P. Berrangé
2025-02-10
7
-7
/
+91
*
qapi: rename 'special_features' to 'features'
Daniel P. Berrangé
2025-02-10
4
-26
/
+18
*
qapi: change 'unsigned special_features' to 'uint64_t features'
Daniel P. Berrangé
2025-02-10
1
-1
/
+1
*
qapi: cope with feature names containing a '-'
Daniel P. Berrangé
2025-02-10
1
-1
/
+2
*
qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.h
Daniel P. Berrangé
2025-02-10
1
-1
/
+1
*
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
2025-02-10
3
-4
/
+4
*
qapi: Smarter camel_to_upper() to reduce need for 'prefix'
Markus Armbruster
2024-09-10
2
-20
/
+26
*
qapi: remove "Example" doc section
John Snow
2024-07-17
1
-1
/
+9
*
qapi/parser: don't parse rST markup as section headers
John Snow
2024-07-06
1
-2
/
+7
*
qapi: convert "Note" sections to plain rST
John Snow
2024-07-06
1
-0
/
+15
*
qapi/parser: fix comment parsing immediately following a doc block
John Snow
2024-07-06
1
-1
/
+1
*
qapi/parser: preserve indentation in QAPIDoc sections
John Snow
2024-07-06
1
-2
/
+2
*
qapi: linter fixups
John Snow
2024-07-06
3
-9
/
+10
*
qapi: Simplify QAPISchemaVariants @tag_member
Markus Armbruster
2024-05-06
1
-26
/
+18
*
qapi: Move conditional code from QAPISchemaVariants to its subtypes
Markus Armbruster
2024-05-06
1
-70
/
+70
*
qapi: Rename QAPISchemaAlternateType.variants to .alternatives
Markus Armbruster
2024-05-06
1
-12
/
+13
*
qapi: Rename QAPISchemaObjectType.variants to .branches
Markus Armbruster
2024-05-06
5
-22
/
+22
*
qapi: Rename visitor parameter @variants to @alternatives
Markus Armbruster
2024-05-06
4
-9
/
+10
*
qapi: Rename visitor parameter @variants to @branches
Markus Armbruster
2024-05-06
4
-14
/
+14
*
qapi: New QAPISchemaBranches, QAPISchemaAlternatives
Markus Armbruster
2024-05-06
4
-18
/
+38
*
Merge tag 'pull-qapi-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
2024-04-24
5
-287
/
+536
|
\
|
*
qapi: Dumb down QAPISchema.lookup_entity()
Markus Armbruster
2024-04-24
1
-12
/
+6
|
*
qapi: Tighten check whether implicit object type already exists
Markus Armbruster
2024-04-24
1
-1
/
+2
|
*
qapi/schema: remove unnecessary asserts
John Snow
2024-04-24
1
-25
/
+0
|
*
qapi/schema: turn on mypy strictness
John Snow
2024-04-24
1
-5
/
+0
|
*
qapi/schema: add type hints
John Snow
2024-04-24
1
-173
/
+397
|
*
qapi/parser.py: assert member.info is present in connect_member
John Snow
2024-04-24
1
-0
/
+1
|
*
qapi/parser: demote QAPIExpression to Dict[str, Any]
John Snow
2024-04-24
1
-1
/
+2
|
*
qapi/schema: assert inner type of QAPISchemaVariants in check_clash()
John Snow
2024-04-24
1
-1
/
+4
|
*
qapi/schema: fix typing for QAPISchemaVariants.tag_member
John Snow
2024-04-24
1
-3
/
+19
|
*
qapi/schema: Don't initialize "members" with `None`
John Snow
2024-04-24
1
-5
/
+7
|
*
qapi/schema: add _check_complete flag
John Snow
2024-04-24
1
-3
/
+5
[next]