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
/
schema.py
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
qapi-schema: support alternates with array type
Paolo Bonzini
1
-0
/
+4
2021-10-29
qapi: Extend -compat to set policy for unstable interfaces
Markus Armbruster
1
-4
/
+6
2021-10-29
qapi: Tools for sets of special feature flags in generated code
Markus Armbruster
1
-0
/
+3
2021-10-27
qapi: Add feature flags to enum members
Markus Armbruster
1
-2
/
+20
2021-09-27
qapi: Drop simple unions
Markus Armbruster
1
-79
/
+22
2021-09-03
qapi: Simplify how QAPISchemaIfCond represents "no condition"
Markus Armbruster
1
-1
/
+1
2021-09-03
qapi: Simplify QAPISchemaIfCond's interface for generating C
Markus Armbruster
1
-1
/
+9
2021-08-26
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau
1
-1
/
+1
2021-08-26
qapidoc: introduce QAPISchemaIfCond.docgen()
Marc-André Lureau
1
-1
/
+9
2021-08-26
qapi: introduce QAPISchemaIfCond.cgen()
Marc-André Lureau
1
-1
/
+4
2021-08-26
qapi: add QAPISchemaIfCond.is_present()
Marc-André Lureau
1
-2
/
+5
2021-08-26
qapi: wrap Sequence[str] in an object
Marc-André Lureau
1
-23
/
+37
2021-08-26
qapi: Fix crash on redefinition with a different condition
Markus Armbruster
1
-11
/
+11
2021-05-20
qapi/parser: Don't try to handle file errors
John Snow
1
-2
/
+9
2021-04-30
qapi/error: Make QAPISourceError 'col' parameter optional
John Snow
1
-2
/
+1
2021-04-30
qapi/error: Repurpose QAPIError as an abstract base exception class
John Snow
1
-2
/
+3
2021-03-23
qapi: Rename pragma *-whitelist to *-exceptions
Markus Armbruster
1
-1
/
+1
2021-02-18
qapi/introspect.py: add type hint annotations
John Snow
1
-1
/
+1
2021-02-08
qapi: centralize the built-in module name definition
John Snow
1
-5
/
+8
2021-02-08
qapi: use './builtin' as the built-in module name
John Snow
1
-10
/
+10
2021-02-08
qapi: centralize is_[user|system|builtin]_module methods
John Snow
1
-2
/
+29
2020-10-10
qapi: establish mypy type-checking baseline
John Snow
1
-1
/
+2
2020-10-10
qapi/common.py: delint with pylint
John Snow
1
-7
/
+7
2020-10-10
qapi: delint using flake8
John Snow
1
-3
/
+5
2020-10-10
qapi: enforce import order/styling with isort
John Snow
1
-1
/
+1
2020-10-10
qapi: Prefer explicit relative imports
John Snow
1
-4
/
+4
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
1
-4
/
+9
2020-03-17
qapi: New special feature flag "deprecated"
Markus Armbruster
1
-0
/
+6
2020-03-17
qapi: Add feature flags to struct members
Markus Armbruster
1
-5
/
+20
2020-03-17
qapi/schema: Call QAPIDoc.connect_member() in just one place
Markus Armbruster
1
-11
/
+12
2020-03-17
qapi/schema: Rename QAPISchemaObjectType{Variant,Variants}
Markus Armbruster
1
-11
/
+11
2020-03-17
qapi/schema: Reorder classes so related ones are together
Markus Armbruster
1
-134
/
+134
2020-03-17
qapi/schema: Change _make_features() to a take feature list
Markus Armbruster
1
-8
/
+9
2020-03-17
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
1
-19
/
+17
2020-03-17
qapi: Add feature flags to remaining definitions
Markus Armbruster
1
-43
/
+53
2020-03-17
qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
Markus Armbruster
1
-4
/
+9
2020-03-05
qapi: Brush off some (py)lint
Markus Armbruster
1
-6
/
+5
2020-03-05
qapi: Use super() now we have Python 3
Markus Armbruster
1
-26
/
+25
2020-03-05
qapi: Inheriting from object is pointless with Python 3, drop
Markus Armbruster
1
-6
/
+6
2020-01-20
qapi: Fix code generation with Python 3.5
Markus Armbruster
1
-1
/
+1
2020-01-14
qapi: Fix code generation for empty modules
Markus Armbruster
1
-11
/
+13
2020-01-14
qapi: Proper intermediate representation for modules
Markus Armbruster
1
-20
/
+43
2020-01-14
qapi: Tweak "command returns a nice type" check for clarity
Markus Armbruster
1
-4
/
+5
2019-10-29
qapi: Check feature documentation against the schema
Markus Armbruster
1
-0
/
+2
2019-10-29
qapi: Lift features into QAPISchemaEntity
Markus Armbruster
1
-21
/
+11
2019-10-29
qapi: Eliminate .check_doc() overrides
Markus Armbruster
1
-21
/
+2
2019-10-29
qapi: Simplify ._make_implicit_object_type()
Markus Armbruster
1
-7
/
+6
2019-10-29
qapi: Fix doc comment checking for commands and events
Markus Armbruster
1
-2
/
+22
2019-10-29
qapi: Clean up doc comment checking for implicit union base
Markus Armbruster
1
-11
/
+16
2019-10-29
qapi: Fix enum doc comment checking
Markus Armbruster
1
-0
/
+4
[next]